Skip to content

Commit 99e6826

Browse files
Update all non-major dependencies
| 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 |
1 parent 901ff09 commit 99e6826

8 files changed

+191
-174
lines changed

.github/workflows/backwards-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: "Install PHP"
19-
uses: "shivammathur/setup-php@2.24.0"
19+
uses: "shivammathur/setup-php@2.25.1"
2020
with:
2121
php-version: "8.1"
2222
ini-values: memory_limit=-1

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.11"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/composer-json-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.11"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.11"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

.github/workflows/phpunit.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4040

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

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

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

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

167167
- name: "Upload Coverage"
168-
uses: "codecov/[email protected].1"
168+
uses: "codecov/[email protected].4"

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: "Cache dependencies"
39-
uses: "actions/cache@v3.0.11"
39+
uses: "actions/cache@v3.3.1"
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"chimera/foundation": "^1.0.x-dev",
1616
"chimera/routing": "^1.0.x-dev",
1717
"chimera/routing-implementation": "^1.0",
18-
"lcobucci/di-builder": "^7.2"
18+
"lcobucci/di-builder": "^7.3.1"
1919
},
2020
"require-dev": {
2121
"chimera/bus-tactician": "^1.0.x-dev",
2222
"chimera/mapping": "^1.0.x-dev",
2323
"chimera/routing-mezzio": "^1.0.x-dev",
2424
"chimera/serialization-jms": "^1.0.x-dev",
25-
"infection/infection": "^0.26",
25+
"infection/infection": "^0.27",
2626
"lcobucci/coding-standard": "^9.0",
2727
"lcobucci/error-handling-middleware": "^1.4",
28-
"phpstan/extension-installer": "^1.2",
29-
"phpstan/phpstan": "^1.8",
30-
"phpstan/phpstan-deprecation-rules": "^1.0",
31-
"phpstan/phpstan-phpunit": "^1.1",
32-
"phpstan/phpstan-strict-rules": "^1.4",
33-
"phpunit/phpunit": "^10.0.16"
28+
"phpstan/extension-installer": "^1.3.0",
29+
"phpstan/phpstan": "^1.10.15",
30+
"phpstan/phpstan-deprecation-rules": "^1.1.3",
31+
"phpstan/phpstan-phpunit": "^1.3.11",
32+
"phpstan/phpstan-strict-rules": "^1.5.1",
33+
"phpunit/phpunit": "^10.1.3"
3434
},
3535
"conflict": {
3636
"lcobucci/di-builder": "7.2.0"

0 commit comments

Comments
 (0)