Skip to content

Commit

Permalink
Update to php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m50 committed Jan 17, 2021
1 parent 65a0e08 commit 4f526ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-cli-alpine
FROM php:8.0-cli-alpine

MAINTAINER Marisa Clardy <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4",
"php": "^8.0",
"symfony/console": "^5.0",
"symfony/finder": "^5.0",
"symfony/yaml": "^5.0"
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Config/ReportConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function output(): string
/**
* @psalm-mutation-free
*
* @return string[]|null
* @return string[]
*
* @psalm-return array{format: string, output: string}
*/
Expand Down

0 comments on commit 4f526ac

Please sign in to comment.