Skip to content

Commit

Permalink
php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Oct 6, 2020
1 parent 0625e1b commit 4d35848
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ matrix:
- php: 7.3
- php: 7.4
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
- php: nightly

# Test LTS versions.
- php: 7.4
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",
"phpcr/phpcr-utils": "^1.3",
"symfony/doctrine-bridge": "^3.4 || ^4.3 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0"
Expand Down

0 comments on commit 4d35848

Please sign in to comment.