Skip to content

Update illuminate/support requirement to include version 12.0 #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update illuminate/support requirement to include version 12.0
  • Loading branch information
nisone committed Mar 17, 2025
commit 6f7ee70673f6b9842fc6089cd8cf0d498e6579ea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"minimum-stability": "stable",
"require": {
"php": "^7.2|^8.0|^8.1",
"illuminate/support": "~6|~7|~8|~9|^10.0|^11.0",
"illuminate/support": "~6|~7|~8|~9|^10.0|^11.0|^12.0",
"guzzlehttp/guzzle": "~6|~7|~8|~9"
},
"require-dev": {
Expand Down