Skip to content

Commit

Permalink
updates dependencies and php version (#154)
Browse files Browse the repository at this point in the history
  - php to 5.6, 7.0, and 7.1
  - travis to 5.6, 7.0, and 7.1
  - google/cloud to 0.20
  - composer update for all other dependencies
  • Loading branch information
bshaffer authored Feb 22, 2017
1 parent da06753 commit f94036e
Show file tree
Hide file tree
Showing 22 changed files with 1,381 additions and 1,130 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ sudo: required
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1

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.5.0|~5.6.0|~7.0.0",
"php": "5.6.*|7.0.*|7.1.*",
"silex/silex": "^1.3"
},
"require-dev": {
Expand Down
131 changes: 69 additions & 62 deletions 1-hello-world/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 2-structured-data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
}
},
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"google/cloud": "0.13",
"php": "5.6.*|7.0.*|7.1.*",
"google/cloud": "^0.21",
"silex/silex": "^1.3",
"symfony/yaml": "^3.0",
"twig/twig": "^1.22"
Expand Down
Loading

0 comments on commit f94036e

Please sign in to comment.