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 9ec40ce + f755899 commit 59b80f1Copy full SHA for 59b80f1
.github/workflows/code_analysis.yaml
@@ -23,6 +23,7 @@ jobs:
23
- '8.1'
24
- '8.2'
25
- '8.3'
26
+ - '8.4'
27
28
name: ${{ matrix.actions.name }} at PHP ${{ matrix.php }}
29
runs-on: ubuntu-latest
composer.json
@@ -10,11 +10,11 @@
10
}
11
],
12
"require": {
13
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.0",
14
"psr/http-message": "~1.0 || ~2.0"
15
},
16
"require-dev": {
17
- "phpstan/phpstan": "1.10.18",
+ "phpstan/phpstan": "1.12.6",
18
"phpunit/phpunit": "^9.0 || ^10.0"
19
20
"suggest": {
0 commit comments