Skip to content

Commit

Permalink
Update Dockerfile to use php:7.1 and update composer dependencies acc…
Browse files Browse the repository at this point in the history
…ordingly
  • Loading branch information
Djordje Cvijic committed Oct 22, 2018
1 parent e4218ce commit 89eae59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.0
FROM php:7.1

# system dependecies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"symfony/yaml": "^2.8|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.7",
"phpunit/phpunit": "^6.0",
"sebastian/comparator": ">=1.2.3",
"cakephp/cakephp-codesniffer": "^3.0"
},
Expand Down

0 comments on commit 89eae59

Please sign in to comment.