Files
laravel-data-sync/composer.json
Jani Gyllenberg 3fd1578a70 Cleanup
2019-01-22 19:53:49 -05:00

26 lines
606 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"
},
"autoload": {
"psr-4" : {
"distinctm\\LaravelDataSyc\\": "src/"
}
},
"autoload-dev": {
"psr-4" : {
"distinctm\\LaravelDataSyc\\Tests\\": "tests/"
}
}
}