Skip to content

Commit e928d30

Browse files
authored
Merge pull request #19 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents a72079b + 8213274 commit e928d30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": ">=7.0",
1616
"guzzlehttp/guzzle": "^6.3 || ^6.5 || ^7.0",
17-
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
17+
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0"
2020
},
2121
"require-dev": {
22-
"mockery/mockery": "^0.9.5",
23-
"phpunit/phpunit": "4.*"
22+
"mockery/mockery": "^0.9.5 || ^1.6",
23+
"phpunit/phpunit": "4.* || ^10.5"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)