Skip to content

Commit

Permalink
Merge pull request #60 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
denisdulici authored Mar 16, 2024
2 parents ebce0ac + 4b3f189 commit 6c2da68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0|~8.0|^9.5.10",
"phpunit/phpunit": "~6.0|~8.0|^9.5.10|^10.5",
"bkwld/upchuck": "^2.6@dev",
"illuminate/database": "^5.5|^6.0|^10.0",
"illuminate/database": "^5.5|^6.0|^10.0|^11.0",
"league/flysystem-vfs": "^1.0",
"mockery/mockery": "^1.2.3",
"satooshi/php-coveralls": "^1.0"
Expand Down

0 comments on commit 6c2da68

Please sign in to comment.