Skip to content

Commit

Permalink
Merge pull request #14 from kevin-appelt/master
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum authored Jan 17, 2019
2 parents 72797e6 + eb8ca93 commit 21748f1
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 @@ -4,6 +4,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": ">=7.0 <7.3",
"php": ">=7.0 <7.4",
"composer-plugin-api": "^1.0",
"symfony/dotenv": "^3.3.0 || ^4.0"
},
Expand Down

0 comments on commit 21748f1

Please sign in to comment.