Skip to content

Commit 7c553dc

Browse files
committed
Update dependencies
1 parent 3f4d98a commit 7c553dc

File tree

12 files changed

+577
-400
lines changed

12 files changed

+577
-400
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build api docs with php 8.1 requirements
1+
# Build api docs with php 8.2 requirements
22
FROM alpine:3.19 as builder
33

44
RUN apk add --no-cache \
@@ -7,11 +7,12 @@ RUN apk add --no-cache \
77
git \
88
make \
99
openssh-client \
10-
php81 \
10+
php82 \
1111
php82-bz2 \
1212
php82-curl \
1313
php82-dom \
1414
php82-intl \
15+
php82-iconv \
1516
php82-json \
1617
php82-mbstring \
1718
php82-openssl \

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,27 @@
33
"description": "API docs for CakePHP",
44
"type": "application",
55
"config": {
6+
"platform": {
7+
"php": "8.2.29"
8+
},
69
"sort-packages": true,
710
"allow-plugins": {
811
"dealerdirect/phpcodesniffer-composer-installer": true
912
}
1013
},
1114
"require": {
1215
"php": ">=8.1",
13-
"cakephp/collection": "^5.0",
14-
"cakephp/console": "^5.0",
16+
"cakephp/collection": "^5.2",
17+
"cakephp/console": "^5.2",
1518
"composer/composer": "^2.0",
1619
"erusev/parsedown": "^1.7",
17-
"nikic/php-parser": "^4.13",
18-
"phpstan/phpdoc-parser": "^1.29.1",
20+
"nikic/php-parser": "^5.3",
21+
"phpstan/phpdoc-parser": "^2.3",
1922
"twig/markdown-extra": "^3.0",
2023
"twig/twig": "^3.0"
2124
},
2225
"require-dev": {
23-
"cakephp/cakephp-codesniffer": "^4.0"
26+
"cakephp/cakephp-codesniffer": "^5.3"
2427
},
2528
"autoload": {
2629
"psr-4": {

0 commit comments

Comments
 (0)