Skip to content

Commit

Permalink
Support Illuminate:11 and Symfony:7 (#1481)
Browse files Browse the repository at this point in the history
Fixes #1480
  • Loading branch information
drbyte committed May 7, 2024
1 parent 3361355 commit a21d0bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"require": {
"php": "^7.1|^8.0",
"illuminate/collections": "^8.0|^9.0|^10.0",
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"mnapoli/silly": "^1.5",
"symfony/console": "^3.0|^4.0|^5.0|^6.0",
"symfony/process": "^3.0|^4.0|^5.0|^6.0",
"symfony/console": "^3.0|^4.0|^5.0|^6.0|^7.0",
"symfony/process": "^3.0|^4.0|^5.0|^6.0|^7.0",
"guzzlehttp/guzzle": "^6.0|^7.4",
"symfony/event-dispatcher": "^3.0|^4.0|^5.0|^6.0"
"symfony/event-dispatcher": "^3.0|^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
Expand Down

0 comments on commit a21d0bf

Please sign in to comment.