Skip to content

Commit

Permalink
Bump minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Jan 7, 2024
1 parent 041a164 commit 143ad6a
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------
# The FPM base container
# ----------------------
FROM php:7.4-fpm-alpine AS dev
FROM php:8.2-fpm-alpine AS dev

RUN apk add --no-cache --virtual .build-deps \
$PHPIZE_DEPS \
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
}
},
"require": {
"php": "^7.4|^8.0",
"badges/poser": "^2.3",
"vlucas/phpdotenv": "^5.0",
"webmozart/assert": "^1.9"
"php": "^8.1",
"badges/poser": "^3.1",
"vlucas/phpdotenv": "v5.6",
"webmozart/assert": "^1.11"
},
"suggest": {
"ext-pdo": "*"
"ext-pdo": "*",
"ext-simplexml": "*"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 143ad6a

Please sign in to comment.