Skip to content

Commit

Permalink
Update laravel/framework requirement from ^10.2 to ^10.2 || ^11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [laravel/framework](https://github.com/laravel/framework) to permit the latest version.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.2.0...v11.21.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent d6bba13 commit 26ecc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.7 || ^4.0",
"laravel/framework": "^10.2"
"laravel/framework": "^10.2 || ^11.0"
},
"require-dev": {
"interaction-design-foundation/coding-standard": "^0.3",
Expand Down

0 comments on commit 26ecc4d

Please sign in to comment.