Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

| datasource | package              | from   | to     |
| ---------- | -------------------- | ------ | ------ |
| docker     | php                  | 8.0    | 8.1    |
| packagist  | psalm/plugin-phpunit | 0.15.1 | 0.17.0 |
  • Loading branch information
renovate[bot] authored Jul 22, 2022
1 parent 057ea3d commit 8838952
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer

FROM php:8.0-alpine
FROM php:8.1-alpine

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doctrine/coding-standard": "^9.0.0",
"php-standard-library/psalm-plugin": "^1.1.1",
"phpunit/phpunit": "^9.5.0",
"psalm/plugin-phpunit": "^0.15.1",
"psalm/plugin-phpunit": "^0.17.0",
"roave/infection-static-analysis-plugin": "^1.7",
"squizlabs/php_codesniffer": "^3.5.8",
"vimeo/psalm": "^4.7.2"
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

0 comments on commit 8838952

Please sign in to comment.