Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 388a116 commit e7c6886
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"require": {
"php": ">=8.1",
"cloudinary/cloudinary_php": "^2.9.0",
"illuminate/contracts": "10.*",
"illuminate/filesystem": "10.*",
"illuminate/http": "10.*",
"illuminate/support": "10.*",
"illuminate/contracts": "10.*|^11.0",
"illuminate/filesystem": "10.*|^11.0",
"illuminate/http": "10.*|^11.0",
"illuminate/support": "10.*|^11.0",
"league/flysystem": "^3.8.0"
},
"require-dev": {
"orchestra/testbench": "8.*",
"orchestra/testbench": "8.*|^9.0",
"phpunit/phpunit": "10.*"
},
"autoload": {
Expand Down

0 comments on commit e7c6886

Please sign in to comment.