Skip to content

Commit

Permalink
Merge pull request #167 from slevomat/patch-php8
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
ronanguilloux committed Feb 8, 2021
2 parents 8b5a784 + 8740f84 commit 74e6b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ sudo: false
php:
- 7.3
- 7.4
- 8.0

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
},
"license": "GPL-3.0-or-later",
"require": {
"php": "^7",
"php": "^7.3|^8.0",
"giggsey/libphonenumber-for-php": "^7.2|~8.0"
},
"require-dev": {
Expand Down

0 comments on commit 74e6b22

Please sign in to comment.