Skip to content

Commit

Permalink
Bump split monorepo to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mantle-ci committed Nov 30, 2023
1 parent d10e638 commit 18ed556
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["testing", "mantle"],
"type": "library",
"require": {
"php": "^8.0",
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/config": "^0.12",
"mantle-framework/container": "^0.12",
Expand All @@ -13,9 +13,9 @@
"mantle-framework/faker": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/testing": "^0.12",
"nunomaduro/collision": "^6.4",
"phpunit/phpunit": "^9.6.10",
"symfony/http-foundation": "^6.0.20"
"nunomaduro/collision": "^6.0 || ^7.0",
"phpunit/phpunit": "^9.3.3|^10.0.7",
"symfony/http-foundation": "^6.0"
},
"extra": {
"wordpress-autoloader": {
Expand Down

0 comments on commit 18ed556

Please sign in to comment.