Skip to content

Commit

Permalink
upgrade to PHP 7.2 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Feb 28, 2018
1 parent e733d32 commit 3c81523
Show file tree
Hide file tree
Showing 30 changed files with 2,769 additions and 1,368 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion 1-hello-world/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
},
"require": {
"php": "5.6.*|7.0.*|7.1.*",
"php": "5.6.*|7.0.*|7.1.*|7.2.*",
"silex/silex": "^1.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 3c81523

Please sign in to comment.