Skip to content

Commit b9da8f3

Browse files
authored
laravel 12
1 parent 4d540e0 commit b9da8f3

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
@@ -27,12 +27,12 @@
2727
],
2828
"minimum-stability": "stable",
2929
"require": {
30-
"php": "^7.2|^8.0|^8.1",
31-
"illuminate/support": "~6|~7|~8|~9|^10.0|^11.0",
30+
"php": "^7.2|^8.0|^8.1|^8.2|^8.3",
31+
"illuminate/support": "~6|~7|~8|~9|^10.0|^11.0|^12.0",
3232
"guzzlehttp/guzzle": "~6|~7|~8|~9"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^8.4|^9.0|^10.5",
35+
"phpunit/phpunit": "^8.4|^9.0|^10.5|^11.0",
3636
"scrutinizer/ocular": "~1.1",
3737
"php-coveralls/php-coveralls": "^2.0",
3838
"mockery/mockery": "^1.3"

0 commit comments

Comments
 (0)