Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                           | from    | to      |
| ----------- | --------------------------------- | ------- | ------- |
| github-tags | actions/cache                     | v3.0.11 | v3.3.1  |
| github-tags | codecov/codecov-action            | v3.1.1  | v3.1.4  |
| packagist   | infection/infection               | 0.26.19 | 0.27.0  |
| packagist   | lcobucci/di-builder               | 7.2.1   | 7.3.1   |
| packagist   | phpstan/extension-installer       | 1.2.0   | 1.3.0   |
| packagist   | phpstan/phpstan                   | 1.10.7  | 1.10.15 |
| packagist   | phpstan/phpstan-deprecation-rules | 1.1.3   | 1.1.3   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.10  | 1.3.11  |
| packagist   | phpstan/phpstan-strict-rules      | 1.5.0   | 1.5.1   |
| packagist   | phpunit/phpunit                   | 10.0.16 | 10.1.3  |
| github-tags | shivammathur/setup-php            | 2.22.0  | 2.25.1  |
| github-tags | shivammathur/setup-php            | 2.24.0  | 2.25.1  |
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 901ff09 commit 99e6826
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backwards-compatibility.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.1"
with:
php-version: "8.1"
ini-values: memory_limit=-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/phpunit.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.22.0"
uses: "shivammathur/setup-php@2.25.1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand All @@ -139,7 +139,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand All @@ -165,4 +165,4 @@ jobs:
run: "make phpunit PHPUNIT_FLAGS='--coverage-text --coverage-clover=coverage.xml'"

- name: "Upload Coverage"
uses: "codecov/codecov-action@v3.1.1"
uses: "codecov/codecov-action@v3.1.4"
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: "Cache dependencies"
uses: "actions/cache@v3.0.11"
uses: "actions/cache@v3.3.1"
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Expand Up @@ -15,22 +15,22 @@
"chimera/foundation": "^1.0.x-dev",
"chimera/routing": "^1.0.x-dev",
"chimera/routing-implementation": "^1.0",
"lcobucci/di-builder": "^7.2"
"lcobucci/di-builder": "^7.3.1"
},
"require-dev": {
"chimera/bus-tactician": "^1.0.x-dev",
"chimera/mapping": "^1.0.x-dev",
"chimera/routing-mezzio": "^1.0.x-dev",
"chimera/serialization-jms": "^1.0.x-dev",
"infection/infection": "^0.26",
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^9.0",
"lcobucci/error-handling-middleware": "^1.4",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "^10.0.16"
"phpstan/extension-installer": "^1.3.0",
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.1.3"
},
"conflict": {
"lcobucci/di-builder": "7.2.0"
Expand Down

0 comments on commit 99e6826

Please sign in to comment.