use Data namespace

This commit is contained in:
icefox 2026-03-07 11:27:12 -03:00
parent 71d49def6b
commit a5b80681c9
No known key found for this signature in database
21 changed files with 283 additions and 68 deletions

View file

@ -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": [