mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-01-26 11:44:11 +00:00
Cleanup
This commit is contained in:
@@ -11,5 +11,15 @@
|
||||
"require": {},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^3.7"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"distinctm\\LaravelDataSyc\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"distinctm\\LaravelDataSyc\\Tests\\": "tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user