Skip to content

Commit

Permalink
#17: Upgrade dependencies of PHP application including upgrade to PH…
Browse files Browse the repository at this point in the history
…P 7.1.
  • Loading branch information
manuelkiessling committed Jan 19, 2017
1 parent 0232440 commit 52dd308
Show file tree
Hide file tree
Showing 3 changed files with 656 additions and 305 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"davedevelopment/phpmig": "^1.2.0",
"pimple/pimple": "1.*",
"guzzlehttp/guzzle": "~5.0"
"php": ">=7.1.0",
"davedevelopment/phpmig": "^1.3.0",
"pimple/pimple": "^1.1",
"guzzlehttp/guzzle": "^5.3"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"mikey179/vfsStream": "1.5.*"
"phpunit/phpunit": "^5.7",
"mikey179/vfsStream": "^1.5"
},
"config": {
"bin-dir": "bin/"
Expand Down
Loading

0 comments on commit 52dd308

Please sign in to comment.