We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309a467 commit abda1f5Copy full SHA for abda1f5
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v2
37
38
- name: Install dependencies
39
- run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4
+ run: composer update --no-interaction --with illuminate/support:^8.81 --with symfony/http-kernel:^5.4 --with symfony/http-foundation:^5.4
40
41
- name: Run static analysis
42
run: vendor/bin/phpstan analyse
composer.json
@@ -11,6 +11,7 @@
11
"kayex/http-codes": "^1.1",
12
"guzzlehttp/psr7": "^2.1",
13
"symfony/psr-http-message-bridge": "^2.1",
14
+ "symfony/http-foundation": "^5.4|^6.0",
15
"symfony/http-kernel": "^5.4|^6.0"
16
},
17
"require-dev": {
0 commit comments