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.
1 parent 3a9aeaf commit b3a4d17Copy full SHA for b3a4d17
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- php: [8.0, 7.4, 7.3]
+ php: [8.1, 8.0, 7.4]
12
dependency-version: [prefer-stable]
13
os: [ubuntu-latest, windows-latest]
14
composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
15
- "php": "^7.3 | <8.1",
+ "php": ">=7.4 <8.2",
16
"phpfui/phpfui": "^6.0",
17
"scrivo/highlight.php": ">=9.17",
18
"phpdocumentor/reflection-docblock": "^5.0",
0 commit comments