Skip to content

Commit

Permalink
Allow PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Sep 24, 2019
1 parent 46437b5 commit e3d1689
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.1
- 7.2
- 7.3
- 7.4snapshot

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"netresearch/composer-installers": "*"
},
"require": {
"php": ">=7.0.0 <7.4",
"php": ">=7.0.0 <=7.4",
"composer-plugin-api": "^1.0.0"
},
"conflict": {
Expand Down

0 comments on commit e3d1689

Please sign in to comment.