Skip to content

Commit

Permalink
Add support for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giberti committed Feb 21, 2021
1 parent f07a1d0 commit 75ddab0
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 241 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "giberti/emoji-data",
"description": "PHP classes with constant to multibyte emoji characters",
"license": "MIT",
"type": "library",
"config": {
"sort-packages": true
},
"require-dev": {
"php": "^7.3",
"php": "^7.3 || ^8.0",
"nicmart/tree": "^0.3.0",
"phpunit/phpunit": "^9.3",
"twig/twig": "^3.0"
Expand Down
Loading

0 comments on commit 75ddab0

Please sign in to comment.