Skip to content

Commit

Permalink
Update for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
publiux authored Mar 11, 2024
1 parent 4815b82 commit 4e70650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/support": "^8|^9|^10",
"illuminate/config": "^8|^9|^10",
"illuminate/support": "^8|^9|^10|^11",
"illuminate/config": "^8|^9|^10|^11",
"symfony/finder": "^5|^6",
"symfony/console": "^5|^6",
"aws/aws-sdk-php": "~3.2",
"laravel/framework": "^8|^9|^10"
"laravel/framework": "^8|^9|^10|^11"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

2 comments on commit 4e70650

@Webotvorba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you bump also this:

publiux/laravelcdn dev-master requires symfony/finder ^5|^6 -> found symfony/finder[v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev] but the package is fixed to v7.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

@Webotvorba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.