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

Commit

Permalink
Enhancement: Allow installation with PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-doehring authored and localheinz committed Oct 25, 2020
1 parent 26c3c62 commit 80218ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^5.3.3 || ^7.0"
"php": "^5.3.3 || ^7.0 || ^8.0"
},
"require-dev": {
"ext-intl": "*",
Expand Down

0 comments on commit 80218ec

Please # to comment.