Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 476d58a

Browse files
authored
Merge pull request #61 from phpdocker-io/full-dep-updates
Major dependency updates
2 parents 1c577ad + 42d8167 commit 476d58a

File tree

5 files changed

+173
-168
lines changed

5 files changed

+173
-168
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phpdockerio/php80-cli
1+
FROM phpdockerio/php:8.1-cli
22
MAINTAINER https://phpdocker.io
33

44
WORKDIR /workdir

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PHP_CONTAINER="phpdockerio/php80-cli"
2-
XDEBUG_PACKAGE="php8.0-xdebug"
1+
PHP_CONTAINER="phpdockerio/php:8.1-cli"
2+
XDEBUG_PACKAGE="php8.1-xdebug"
33
PHP_RUN=docker run --rm -e XDEBUG_MODE=coverage -v "$(PWD):/workdir" -w "/workdir" --rm $(PHP_CONTAINER)
44

55
#### Tests & ci

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9.0",
20-
"infection/infection": "^0.25.0",
21-
"symfony/var-dumper": "^5.0",
20+
"infection/infection": "^0.26.0",
21+
"symfony/var-dumper": "^6.0",
2222
"phpstan/phpstan": "^1.0"
2323
},
2424
"config": {

0 commit comments

Comments
 (0)