Files
laravel-data-sync/composer.json
2019-01-22 17:58:20 -05:00

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"
}
}