Skip to content

Commit

Permalink
Merge pull request #278 from leepeuker/upgrade-to-php-8.2
Browse files Browse the repository at this point in the history
Upgrade to php 8.2
  • Loading branch information
leepeuker authored Feb 9, 2023
2 parents c26dd6f + 8f2d2dd commit 02a42ca
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 101 deletions.
2 changes: 1 addition & 1 deletion build/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-nginx:8.1-alpine AS development
FROM webdevops/php-nginx:8.2-alpine AS development
ENV WEB_DOCUMENT_ROOT="/app/public"
RUN apk add --no-cache make nano
USER application
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.5",
"guzzlehttp/guzzle": "^7.4",
"doctrine/dbal": "^3.6",
"guzzlehttp/guzzle": "^7.5",
"league/csv": "^9.8",
"maennchen/zipstream-php": "^2.4",
"monolog/monolog": "^3.2",
"monolog/monolog": "^3.3",
"nikic/fast-route": "^1.3",
"php-di/php-di": "^7.0",
"psr/http-client": "^1.0",
Expand All @@ -26,7 +26,7 @@
"vlucas/phpdotenv": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.9",
Expand Down
Loading

0 comments on commit 02a42ca

Please sign in to comment.