Skip to content

Commit

Permalink
Bump dependencies for Laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 15, 2025
1 parent bc29a53 commit 41647a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,21 @@
],
"require": {
"php": ">=8.1",
"illuminate/support": "^10.0|^11.0",
"illuminate/cache": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/cache": "^10.0|^11.0|^12.0",
"intervention/image": "^3.4"
},
"suggest": {
"ext-gd": "Needed to support image manipulation",
"ext-imagick": "Needed to support image manipulation, better than GD"
},

"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^10.5",
"mockery/mockery": "~1.3",
"php-coveralls/php-coveralls": "^2.1",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-type-coverage": "^2.8"
"pestphp/pest": "^2.34|^3.7",
"pestphp/pest-plugin-type-coverage": "^2.8|^3.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 41647a2

Please sign in to comment.