Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 80218ec

Browse files
chris-doehringlocalheinz
authored andcommitted
Enhancement: Allow installation with PHP 8.0
1 parent 26c3c62 commit 80218ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^5.3.3 || ^7.0"
17+
"php": "^5.3.3 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"ext-intl": "*",

0 commit comments

Comments
 (0)