Skip to content

Commit

Permalink
Merge pull request #144 from binotaliu/php8
Browse files Browse the repository at this point in the history
Add PHP8 support
  • Loading branch information
greg0ire authored Dec 3, 2020
2 parents b38466c + 0a23a9d commit 9bb430d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 8.0
- nightly

cache:
Expand All @@ -12,7 +13,7 @@ cache:
script:
- >
SYMFONY_DEPRECATIONS_HELPER="max[self]=0"
SYMFONY_PHPUNIT_VERSION=8.5.2
SYMFONY_PHPUNIT_VERSION=8.5.13
vendor/bin/simple-phpunit
install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"doctrine/inflector": "^1.4 || ^2.0"
},
"conflict": {
Expand Down

0 comments on commit 9bb430d

Please sign in to comment.