laravel-data/composer.json
2026-02-19 08:44:49 -03:00

39 lines
892 B
JSON

{
"name": "icefox/dto",
"type": "library",
"require": {
"laravel/framework": "^11.0",
"psr/log": "^3.0",
"phpdocumentor/reflection-docblock": "^6.0",
"phpdocumentor/type-resolver": "^2.0"
},
"require-dev": {
"pestphp/pest": "^4.4",
"phpstan/phpstan": "^2.1",
"friendsofphp/php-cs-fixer": "^3.94",
"orchestra/testbench": "^9.16",
"pestphp/pest-plugin-laravel": "^4.0"
},
"license": "GPL-2.0-only",
"autoload": {
"psr-4": {
"Icefox\\DTO\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"authors": [
{
"name": "icefox",
"email": "felipe@icefox.sh"
}
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
}
}