Skip to content

Commit 584405f

Browse files
authored
Merge pull request #43 from bessone/master
Minimum required version Laravel 10.30
2 parents 9605cd8 + fafec06 commit 584405f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2.5|^8.0",
21-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
20+
"php": "^8.1",
21+
"illuminate/support": "^10.0|^11.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^3.6|^5.0|^6.0|^7.0|^8.0",
25-
"phpunit/phpunit": "^7.0|^8.0|9.2.*|^9.5.10"
25+
"phpunit/phpunit": "^9.5.8|^10.0.7"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)