We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce42045 + 087fb3f commit 33bd840Copy full SHA for 33bd840
.github/workflows/integrate.yaml
@@ -253,6 +253,7 @@ jobs:
253
- "8.2"
254
- "8.3"
255
- "8.4"
256
+ - "8.5"
257
258
dependencies:
259
- "lowest"
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
+ "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
24
},
25
"require-dev": {
26
"phpunit/phpunit": "^7.5.0 || ^8.5.23",
0 commit comments