testitest

This commit is contained in:
lubiana 2025-06-08 21:22:26 +02:00
parent 43ca79f650
commit 66c4c1fe4f
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
30 changed files with 4443 additions and 184 deletions

View file

@ -23,6 +23,7 @@
"symfony/yaml": "7.3.*"
},
"require-dev": {
"pestphp/pest": "^3.8",
"rector/rector": "^2.0",
"symfony/maker-bundle": "^1.63",
"symfony/stopwatch": "7.3.*",
@ -32,6 +33,7 @@
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"symfony/flex": true,
"symfony/runtime": true
@ -46,7 +48,7 @@
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
"Tests\\": "tests/"
}
},
"replace": {
@ -57,7 +59,9 @@
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
"symfony/polyfill-php82": "*",
"symfony/polyfill-php83": "*",
"symfony/polyfill-php84": "*"
},
"scripts": {
"auto-scripts": {
@ -73,6 +77,9 @@
"lint": [
"rector",
"ecs --fix || ecs --fix"
],
"test": [
"pest --parallel"
]
},
"conflict": {