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

Commit 23489d4

Browse files
authored
Merge pull request #53 from phpdocker-io/php8
Updates
2 parents bd1f5b8 + 259acdf commit 23489d4

19 files changed

+571
-684
lines changed

Dockerfile

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

44
WORKDIR /workdir

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"license": "MIT",
1010
"require": {
11-
"ext-json": "*",
12-
"php": "^7.4",
13-
"ext-curl": "*",
14-
"guzzlehttp/guzzle": "^6.3",
11+
"php": "^8.0",
12+
"ext-json": "*",
13+
"ext-curl": "*",
14+
"guzzlehttp/guzzle": "^7.3",
1515
"symfony/console": "^5.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^9.0",
19-
"infection/infection": "^0.21.0",
19+
"infection/infection": "^0.24.0",
2020
"symfony/var-dumper": "^5.0",
2121
"phpstan/phpstan": "^0.12.0"
2222
}

0 commit comments

Comments
 (0)