Skip to content

Commit

Permalink
[BUGFIX] Require at least PHP 8.2 instead of exactly PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexvaar committed Feb 12, 2024
1 parent c1d6f35 commit 3ac286a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/blueauth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/blueweb": "*"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bluecms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/blueweb": "*",
"vertexvaar/blueauth": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blueconfig/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"symfony/console": "^v6.3.4",
"symfony/yaml": "^v6.3.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blueconsole/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/bluesprints": "*",
"symfony/console": "^v6.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/bluecontainer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"composer-plugin-api": "^2.0",
"psr/container": "^2.0",
"symfony/dependency-injection": "^v6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/bluedebug/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/bluesprints": "*"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bluelog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/bluesprints": "*",
"monolog/monolog": "^3.5.0",
"sentry/sdk": "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bluescheduler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"vertexvaar/bluesprints": "*"
},
"bin": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bluesprints/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"co-stack/lib": "^v6.0.0",
"psr/simple-cache": "^3.0.0",
"vertexvaar/bluecontainer": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/bluetranslation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"ext-intl": "*",
"symfony/translation": "^v6.3.3",
"twig/twig": "^v3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueweb/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "8.2.*",
"php": "^8.2",
"guzzlehttp/psr7": "^2.6",
"psr/http-server-middleware": "^1.0",
"psr/http-server-handler": "^1.0",
Expand Down

0 comments on commit 3ac286a

Please sign in to comment.