Skip to content

Commit 4e548b3

Browse files
authored
Merge pull request #9 from PcComponentes/add-php-8-support
Add PHP 8.0 support
2 parents 70f8a8b + a37fb13 commit 4e548b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-cli-alpine3.11
1+
FROM php:8.0-cli-alpine3.13
22

33
RUN apk update && \
44
apk add --no-cache \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.4",
21+
"php": "^7.4 | ^8.0",
2222
"symfony/framework-bundle": "^4.4|^5.0",
2323
"ext-json": "*"
2424
},

0 commit comments

Comments
 (0)