Skip to content

Commit

Permalink
Merge pull request #1 from raulalmeidatarazona/master
Browse files Browse the repository at this point in the history
php8 support added
  • Loading branch information
calmohallag authored Nov 28, 2021
2 parents c6217ce + 8e7e827 commit 32b69bb
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.4-cli-alpine3.11
FROM php:8.0-cli-alpine3.14

RUN apk update && \
apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0"
},
Expand Down

0 comments on commit 32b69bb

Please sign in to comment.