Skip to content

Commit

Permalink
Merge pull request #9 from PcComponentes/add-php-8-support
Browse files Browse the repository at this point in the history
Add PHP 8.0 support
  • Loading branch information
fjesteban authored Nov 18, 2021
2 parents 70f8a8b + a37fb13 commit 4e548b3
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.13

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 @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4 | ^8.0",
"symfony/framework-bundle": "^4.4|^5.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 4e548b3

Please sign in to comment.