Skip to content

Commit 9f5d8ec

Browse files
Update composer dependencies and CI configuration
- Adjusted Symfony PHPUnit bridge version constraints in composer.json for compatibility. - Removed outdated Symfony packages from composer.lock to streamline dependencies. - Updated CI workflow to use the `-W` flag for requiring PHPUnit, ensuring all dependencies are updated accordingly.
1 parent ff27ac9 commit 9f5d8ec

File tree

3 files changed

+4
-269
lines changed

3 files changed

+4
-269
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: composer update --no-interaction --prefer-dist
4040

4141
- name: Install PHPUnit ${{ matrix.phpunit-version }}
42-
run: composer require --dev phpunit/phpunit:^${{ matrix.phpunit-version }}.0 --no-interaction --update-with-dependencies
42+
run: composer require --dev phpunit/phpunit:^${{ matrix.phpunit-version }}.0 --no-interaction -W
4343

4444
- name: Run PHPUnit
4545
run: |

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
"phpunit/phpunit": "^10.0||^11.0||^12.0",
1313
"squizlabs/php_codesniffer": "^3.13",
1414
"symfony/http-foundation": "^6.0||^7.0",
15-
"symfony/phpunit-bridge": "^7.2",
16-
"symfony/psr-http-message-bridge": "^6.0||^7.0",
17-
"symfony/test-pack": "^1.0"
15+
"symfony/phpunit-bridge": "^6.0||^7.0",
16+
"symfony/psr-http-message-bridge": "^6.0||^7.0"
1817
},
1918
"suggest": {
2019
"nyholm/psr7": "f you want to use Symfony's HTTP Foundation Response and Request Objects",

composer.lock

Lines changed: 1 addition & 265 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)