Skip to content

Commit 8e618ec

Browse files
authored
Merge pull request #8 from mollie/allow-installation-on-php8
2 parents 585c618 + 9e4f3e1 commit 8e618ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- "7.2"
1818
- "7.3"
1919
- "7.4"
20+
- "8.0"
2021
operating-system:
2122
- "ubuntu-latest"
2223

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.3",
13+
"php": "^7.1.3 || ^8.0",
1414
"friendsofphp/php-cs-fixer": "^2.16"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)