Skip to content

Commit

Permalink
chore: allows symfony 7 on composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 4, 2023
1 parent dc862f6 commit 1cbaaf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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,
Expand Down

0 comments on commit 1cbaaf6

Please sign in to comment.