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

Commit

Permalink
Merge pull request #53 from phpdocker-io/php8
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
luispabon authored Aug 26, 2021
2 parents bd1f5b8 + 259acdf commit 23489d4
Show file tree
Hide file tree
Showing 19 changed files with 571 additions and 684 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phpdockerio/php74-cli
FROM phpdockerio/php80-cli
MAINTAINER https://phpdocker.io

WORKDIR /workdir
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
},
"license": "MIT",
"require": {
"ext-json": "*",
"php": "^7.4",
"ext-curl": "*",
"guzzlehttp/guzzle": "^6.3",
"php": "^8.0",
"ext-json": "*",
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.3",
"symfony/console": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"infection/infection": "^0.21.0",
"infection/infection": "^0.24.0",
"symfony/var-dumper": "^5.0",
"phpstan/phpstan": "^0.12.0"
}
Expand Down
Loading

0 comments on commit 23489d4

Please sign in to comment.