testitest
This commit is contained in:
parent
43ca79f650
commit
66c4c1fe4f
30 changed files with 4443 additions and 184 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue