Skip to content

Commit 9cd1f3d

Browse files
authored
Merge pull request #5 from transistive/master
added php 8.0 to composer.json
2 parents d715913 + 49ca474 commit 9cd1f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "^5.3 || ^7.0"
18+
"php": "^5.3 || ^7.0 || ^8.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^9"

0 commit comments

Comments
 (0)