Skip to content

Commit 26ecc4d

Browse files
Update laravel/framework requirement from ^10.2 to ^10.2 || ^11.0
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]>
1 parent d6bba13 commit 26ecc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"php": "^8.1",
1313
"doctrine/dbal": "^3.7 || ^4.0",
14-
"laravel/framework": "^10.2"
14+
"laravel/framework": "^10.2 || ^11.0"
1515
},
1616
"require-dev": {
1717
"interaction-design-foundation/coding-standard": "^0.3",

0 commit comments

Comments
 (0)