Skip to content

Commit abda1f5

Browse files
committed
symfony/http-foundation added as direct dependency
1 parent 309a467 commit abda1f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v2
3737

3838
- name: Install dependencies
39-
run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4
39+
run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4
4040

4141
- name: Run static analysis
4242
run: vendor/bin/phpstan analyse

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"kayex/http-codes": "^1.1",
1212
"guzzlehttp/psr7": "^2.1",
1313
"symfony/psr-http-message-bridge": "^2.1",
14+
"symfony/http-foundation": "^5.4|^6.0",
1415
"symfony/http-kernel": "^5.4|^6.0"
1516
},
1617
"require-dev": {

0 commit comments

Comments
 (0)