use Data namespace
This commit is contained in:
parent
71d49def6b
commit
a5b80681c9
21 changed files with 283 additions and 68 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "icefox/dto",
|
||||
"type": "library",
|
||||
"version": "0.0.1",
|
||||
"require": {
|
||||
"laravel/framework": "^11.0",
|
||||
"psr/log": "^3.0",
|
||||
|
|
@ -18,15 +19,12 @@
|
|||
"license": "GPL-2.0-only",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Icefox\\DTO\\": "src/"
|
||||
"Icefox\\Data\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/",
|
||||
"Workbench\\App\\": "workbench/app/",
|
||||
"Workbench\\Database\\Factories\\": "workbench/database/factories/",
|
||||
"Workbench\\Database\\Seeders\\": "workbench/database/seeders/"
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue