Skip to content

Commit

Permalink
Fix version constraints for illuminate/process (#50524)
Browse files Browse the repository at this point in the history
  • Loading branch information
riesjart authored Mar 13, 2024
1 parent fa43c08 commit 7a234bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Illuminate/Process/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
}
],
"require": {
"php": "^8.1",
"illuminate/collections": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.2",
"illuminate/collections": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"illuminate/support": "^11.0",
"symfony/process": "^7.0"
},
"autoload": {
Expand All @@ -28,7 +28,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "10.x-dev"
"dev-master": "11.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 7a234bd

Please sign in to comment.