Skip to content

Commit

Permalink
Allow php 8
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Jan 4, 2021
1 parent ce005c9 commit eaa65e3
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 @@ -5,6 +5,7 @@ php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- nightly

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"grabzit/grabzit": "^3.4",
"symfony/config": "^3.4 || ^4.4 || ^5.2",
"symfony/dependency-injection": "^3.4.26 || ^4.4 || ^5.2",
Expand Down

0 comments on commit eaa65e3

Please sign in to comment.