Skip to content

Commit 87dbfce

Browse files
authored
Merge pull request #18 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents a086af6 + b454e33 commit 87dbfce

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,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": ">=7.1.0",
20-
"laravel/framework": "^5.8.30|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"laravel/framework": "^5.8.30|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"predis/predis": "^1.1|^2.0",
2222
"m6web/redis-mock": "^4.2|^5.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^7.0|^8.0|^9.5.10|^10.5",
26-
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
25+
"phpunit/phpunit": "^7.0|^8.0|^9.5.10|^10.5|^11.5.3",
26+
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)