mirror of
https://github.com/pestphp/pest.git
synced 2026-04-23 07:27:27 +02:00
28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"name": "pest/tia-sample-project",
|
|
"type": "project",
|
|
"description": "Throw-away fixture used by tests-tia to exercise TIA end-to-end.",
|
|
"require": {
|
|
"php": "^8.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|