mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"name": "distinctm/laravel-data-sync",
|
|
"description": "Laravel utility to keep records synced between enviroments through source control",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "distinctm",
|
|
"email": "jani@marketdistinctly.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^3.7"
|
|
}
|
|
}
|