mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-04 15:48:29 +00:00
Initial commit
This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user