Skip to content

Commit

Permalink
Merge pull request #4 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 b46530a + 6435861 commit 4587edc
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 add --no-cache \
libzip-dev \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "^7.4",
"php": "^7.4 | ^8.0",
"symfony/messenger": "^4.4 || ^5.0",
"pccomponentes/ddd": "^2.2"
},
Expand Down

0 comments on commit 4587edc

Please sign in to comment.