Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maria42-bot committed Mar 11, 2024
1 parent e38469a commit 49b6f23
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 @@ -23,11 +23,11 @@
"require": {
"php": "^8.0",
"ext-curl": "*",
"illuminate/cache": "^9.43|^10.0",
"illuminate/config": "^9.43|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/events": "^9.0|^10.0",
"illuminate/filesystem": "^9.43|^10.0",
"illuminate/cache": "^9.43|^10.0|^11.0",
"illuminate/config": "^9.43|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/events": "^9.0|^10.0|^11.0",
"illuminate/filesystem": "^9.43|^10.0|^11.0",
"league/flysystem": "^3.11",
"norman-huth/helpers-collection-php": "^1.3"
},
Expand Down

0 comments on commit 49b6f23

Please sign in to comment.