mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
chore: uses phpunit@12.4
This commit is contained in:
@ -25,12 +25,12 @@
|
|||||||
"pestphp/pest-plugin-arch": "^4.0.0",
|
"pestphp/pest-plugin-arch": "^4.0.0",
|
||||||
"pestphp/pest-plugin-mutate": "^4.0.1",
|
"pestphp/pest-plugin-mutate": "^4.0.1",
|
||||||
"pestphp/pest-plugin-profanity": "^4.1.0",
|
"pestphp/pest-plugin-profanity": "^4.1.0",
|
||||||
"phpunit/phpunit": "^12.3.15",
|
"phpunit/phpunit": "^12.4.0",
|
||||||
"symfony/process": "^7.3.3"
|
"symfony/process": "^7.3.4"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"filp/whoops": "<2.18.3",
|
"filp/whoops": "<2.18.3",
|
||||||
"phpunit/phpunit": ">12.3.15",
|
"phpunit/phpunit": ">12.4.0",
|
||||||
"sebastian/exporter": "<7.0.0",
|
"sebastian/exporter": "<7.0.0",
|
||||||
"webmozart/assert": "<1.11.0"
|
"webmozart/assert": "<1.11.0"
|
||||||
},
|
},
|
||||||
@ -56,9 +56,9 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"pestphp/pest-dev-tools": "^4.0.0",
|
"pestphp/pest-dev-tools": "^4.0.0",
|
||||||
"pestphp/pest-plugin-browser": "^4.1.0",
|
"pestphp/pest-plugin-browser": "^4.1.1",
|
||||||
"pestphp/pest-plugin-type-coverage": "^4.0.2",
|
"pestphp/pest-plugin-type-coverage": "^4.0.2",
|
||||||
"psy/psysh": "^0.12.10"
|
"psy/psysh": "^0.12.12"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user