Skip to content

Commit

Permalink
Upgrade PHP requirements to v7.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Feb 18, 2020
1 parent 409076d commit 87ac1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: 7.3
env:
- EXECUTE_COVERAGE=true
- EXECUTE_CS_CHECK=true
- php: 7.3
- php: 7.4
allow_failures:
- php: 7.3
- php: 7.4

notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"minimum-stability": "stable",

"require": {
"php": "^7.1",
"php": "^7.3",
"ext-json": "*"
},

Expand Down

0 comments on commit 87ac1f7

Please sign in to comment.