Skip to content

Commit c06641a

Browse files
authored
Merge pull request #12 from WyriHaximus/add-php-8-support
Add PHP 8 support
2 parents 0a8cb7e + 3ab7ef7 commit c06641a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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.0 || ^5.3"
13+
"php": "^8 || ^7 || ^5.3"
1414
},
1515
"config": {
1616
"platform": {

composer.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)