38 lines
845 B
JSON
38 lines
845 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"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|