Skip to content

Commit

Permalink
Laravel 9 Compatibility (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgilles authored Jul 22, 2022
1 parent 31da28e commit be1ab56
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 @@ -9,7 +9,7 @@
"require": {
"php": ">=7.4",
"intervention/image": "^2.4",
"illuminate/support": "^8.0"
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.15.0"
Expand Down

0 comments on commit be1ab56

Please sign in to comment.