mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: allows symfony 7 on composer
This commit is contained in:
@ -23,10 +23,10 @@
|
||||
"nunomaduro/termwind": "^1.15.1|^2.0.0",
|
||||
"pestphp/pest-plugin": "^2.1.1",
|
||||
"pestphp/pest-plugin-arch": "^2.4.1",
|
||||
"phpunit/phpunit": "^10.4.2"
|
||||
"phpunit/phpunit": "^10.5.1"
|
||||
},
|
||||
"conflict": {
|
||||
"phpunit/phpunit": ">10.4.2",
|
||||
"phpunit/phpunit": ">10.5.1",
|
||||
"sebastian/exporter": "<5.1.0",
|
||||
"webmozart/assert": "<1.11.0"
|
||||
},
|
||||
@ -53,7 +53,7 @@
|
||||
"require-dev": {
|
||||
"pestphp/pest-dev-tools": "^2.16.0",
|
||||
"pestphp/pest-plugin-type-coverage": "^2.5.0",
|
||||
"symfony/process": "^6.3.4"
|
||||
"symfony/process": "^6.4.0|^7.0.1"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
|
||||
Reference in New Issue
Block a user