Skip to content

Commit

Permalink
Merge pull request #64 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
robersonfaria authored Apr 4, 2024
2 parents 8e6a788 + 1931441 commit 3a2be29
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,11 +10,11 @@
"license": "MIT",
"require": {
"php": "^7.2|^8.0",
"laravel/framework": "^5.8|6.*|7.*|8.*|9.*|^10.0"
"laravel/framework": "^5.8|6.*|7.*|8.*|9.*|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5.10",
"orchestra/testbench": "^5.20|^8.0",
"phpunit/phpunit": "^8.5|^9.5.10|^10.5",
"orchestra/testbench": "^5.20|^8.0|^9.0",
"squizlabs/php_codesniffer": "^3.6"
},
"authors": [
Expand Down

0 comments on commit 3a2be29

Please sign in to comment.