mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-11 11:51:59 +00:00
Documentation WIP
This commit is contained in:
@@ -14,12 +14,19 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4" : {
|
||||
"distinctm\\LaravelDataSyc\\": "src/"
|
||||
"distinctm\\LaravelDataSync\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4" : {
|
||||
"distinctm\\LaravelDataSyc\\Tests\\": "tests/"
|
||||
"distinctm\\LaravelDataSync\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"distinctm\\LaravelDataSync\\DataSyncBaseServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user