Skip to content

Commit ff6bcf8

Browse files
chore: update PHP and Laravel version requirements (#917)
* chore: update PHP and Laravel version requirements Previous (unsupported) versions were kept in the composer.json file. These version constraints are now aligned with what is mentioned in the README and the run-tests action. * chore: prevent prefer-lowest tests from failing due to PHPUnit 10 deprecations
1 parent 75d2a3c commit ff6bcf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1.0",
20-
"laravel/framework": "~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0||^8.0||^9.0|^10.0||^11.0"
19+
"php": "^8.2",
20+
"laravel/framework": "^10.0|^11.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench-browser-kit": "~3.4|~3.8|~4.0|^7.12|^8.5|^9.0",
24-
"phpunit/phpunit": "6.0.*|^8.0|^9.5.10|^10.0"
23+
"orchestra/testbench-browser-kit": "^8.5|^9.0",
24+
"phpunit/phpunit": "^9.5.10|^10.0"
2525
},
2626
"suggest": {
2727
"ext-intl": "*"

0 commit comments

Comments
 (0)