Skip to content

Commit

Permalink
Merge pull request #27 from vicgonvt/update_travis_php
Browse files Browse the repository at this point in the history
Updates the travis CI and bumps PHP version
  • Loading branch information
vicgonvt authored Mar 18, 2020
2 parents 449dafc + 7bcec78 commit 000f1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.1
env: setup=lowest
- php: 7.2
- php: 7.2
env: setup=lowest
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}
],
"require": {
"ext-json": "*"
"ext-json": "*",
"php": "^7.2"
},
"require-dev": {
"orchestra/testbench": "^5.0"
Expand Down

0 comments on commit 000f1e3

Please sign in to comment.