We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9ec01 commit e0435f0Copy full SHA for e0435f0
.travis.yml
@@ -3,6 +3,7 @@ php:
3
- 7.2
4
- 7.3
5
- 7.4
6
+ - 8.0
7
8
env:
9
- DEPENDENCIES="high"
@@ -13,4 +14,4 @@ install:
13
14
15
script:
16
- php vendor/phpunit/phpunit/phpunit
- - 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
@@ -17,7 +17,7 @@
"psr-4": { "Ecommit\\DoctrineOrmRefetch\\Tests\\": "tests/" }
18
},
19
"require": {
20
- "php": "^7.2",
+ "php": "^7.2|^8.0",
21
"doctrine/common": "^2.11|^3.0",
22
"doctrine/orm": "^2.7"
23
0 commit comments