Skip to content

Commit 6db1bc6

Browse files
authored
Merge pull request #175 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents bac0739 + 3172d0d commit 6db1bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require": {
2626
"php": "^7.1.3|^8.0",
2727
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
28-
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0",
29-
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0"
28+
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0",
29+
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0|^12.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0|^10.5"

0 commit comments

Comments
 (0)