Skip to content

Commit

Permalink
Merge pull request #113 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
alexpechkarev authored Mar 22, 2024
2 parents 7b0443b + 8ff22d5 commit 88df5dc
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 @@ -25,15 +25,15 @@
],
"minimum-stability": "dev",
"require": {
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/config": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "^8.0|^9.0|^10.0|^11.0",
"alexpechkarev/geometry-library": "^1.0.2|^1.0",
"jbroadway/urlify": "^1.1|^1.2|dev-voku-portable-ascii-2.0",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.7.*|^9.6.3"
"phpunit/phpunit": "4.7.*|^9.6.3|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 88df5dc

Please sign in to comment.