Skip to content

Commit

Permalink
Update Laravel framework version in composer.json
Browse files Browse the repository at this point in the history
An update to the Laravel framework version requirement in the composer.json file has been made. This new version indicates the acceptance of Laravel version 11.0 in addition to the existing version options, enhancing the project's compatibility with the latest Laravel releases.
  • Loading branch information
renanwilliam committed May 3, 2024
1 parent ab02217 commit 34f67ea
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 @@ -21,7 +21,7 @@
"aws/aws-sdk-php": "^3.294",
"bref/bref": "^2.1",
"guzzlehttp/guzzle": "^6.3|^7.0",
"laravel/framework": "^8.0|^9.0|^10.0"
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
Expand Down

0 comments on commit 34f67ea

Please sign in to comment.