Skip to content

Commit

Permalink
pin PHP version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CybotTM committed Feb 5, 2020
1 parent 5489bae commit e0d4f64
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 82 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-fpm AS runtime
FROM php:7.3-fpm AS runtime

RUN set -ex \
&& apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"config": {
"bin-dir": "bin",
"platform": {
"php": "7.2"
"php": "7.3"
},
"sort-packages": true
},
Expand Down
105 changes: 25 additions & 80 deletions composer.lock

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

0 comments on commit e0d4f64

Please sign in to comment.