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 585c618 + 9e4f3e1 commit 8e618ecCopy full SHA for 8e618ec
.github/workflows/php-cs-fixer.yml
@@ -17,6 +17,7 @@ jobs:
17
- "7.2"
18
- "7.3"
19
- "7.4"
20
+ - "8.0"
21
operating-system:
22
- "ubuntu-latest"
23
composer.json
@@ -10,7 +10,7 @@
10
}
11
],
12
"require": {
13
- "php": "^7.1.3",
+ "php": "^7.1.3 || ^8.0",
14
"friendsofphp/php-cs-fixer": "^2.16"
15
},
16
"autoload": {
0 commit comments