Skip to content

Commit

Permalink
Merge pull request #3 from antoniovj1/master
Browse files Browse the repository at this point in the history
Add PHP 8 Support
  • Loading branch information
antoniovj1 authored Apr 15, 2021
2 parents 038fdac + dd03c3b commit d5ae39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM php:7.4-cli-alpine3.11
FROM php:8.0-cli-alpine3.12

RUN apk add --no-cache \
libzip-dev \
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
},
"require": {
"php": "^7.4",
"php": "^7.4 | ^8.0",
"guzzlehttp/guzzle": "^6.5 | ^7.0",
"zoilomora/elastic-apm-agent-php": "^0.1 | ^1.0"
},
"require-dev": {
"pccomponentes/coding-standard": "^1.0"
"pccomponentes/coding-standard": "^1.2.3"
}
}

0 comments on commit d5ae39f

Please sign in to comment.