Skip to content

Commit e0435f0

Browse files
committed
Add PHP 8 support
1 parent 2e9ec01 commit e0435f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 7.2
44
- 7.3
55
- 7.4
6+
- 8.0
67

78
env:
89
- DEPENDENCIES="high"
@@ -13,4 +14,4 @@ install:
1314

1415
script:
1516
- php vendor/phpunit/phpunit/phpunit
16-
- php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
17+
- export PHP_CS_FIXER_IGNORE_ENV=1 && php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr-4": { "Ecommit\\DoctrineOrmRefetch\\Tests\\": "tests/" }
1818
},
1919
"require": {
20-
"php": "^7.2",
20+
"php": "^7.2|^8.0",
2121
"doctrine/common": "^2.11|^3.0",
2222
"doctrine/orm": "^2.7"
2323
},

0 commit comments

Comments
 (0)