Skip to content

Commit

Permalink
Laravel eleven support (#4)
Browse files Browse the repository at this point in the history
* allow version of laravel 11

* add support for laravel 11; include supporting flysystem requirement; update documentation
  • Loading branch information
chrismcintosh authored May 13, 2024
1 parent ac08f3e commit f6697fd
Show file tree
Hide file tree
Showing 3 changed files with 909 additions and 112 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0|^11.0",
"monolog/monolog": "^3.0",
"nesbot/carbon": "^2.67"
"nesbot/carbon": "^2.67",
"league/flysystem-aws-s3-v3": "^3.0"
}
}
Loading

0 comments on commit f6697fd

Please sign in to comment.