Skip to content

Commit 71f4921

Browse files
authored
Merge pull request #4 from lolli42/master
[TASK] Allow PHP 8
2 parents 34cb6d4 + 01ab396 commit 71f4921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.2",
14-
"friendsofphp/php-cs-fixer": "^2.16.0"
15-
},
13+
"php": "^7.2 || ^8.0",
14+
"friendsofphp/php-cs-fixer": "^2.16.0"
15+
},
1616
"config": {
1717
"sort-packages": true
1818
},

0 commit comments

Comments
 (0)