Skip to content

Commit deb9abf

Browse files
NGSTACK-1017 bump security advisory affected versions in composer.json
1 parent 66e35df commit deb9abf

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- run: composer global config --no-plugins allow-plugins.symfony/flex true
3030
- run: composer global require --no-scripts symfony/flex
3131

32-
- run: composer config extra.symfony.require ~7.3.0
32+
- run: composer config extra.symfony.require ~7.4.13
3333

3434
- run: composer update --prefer-dist
3535

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"minimum-stability": "beta",
2323
"require": {
2424
"php": ">=8.4",
25-
"symfony/routing": "^7.3 || ^8.0",
26-
"symfony/config": "^7.3 || ^8.0",
27-
"symfony/dependency-injection": "^7.3 || ^8.0",
28-
"symfony/event-dispatcher": "^7.3 || ^8.0",
29-
"symfony/http-foundation": "^7.3 || ^8.0",
30-
"symfony/http-kernel": "^7.3 || ^8.0",
31-
"symfony/property-access": "^7.3 || ^8.0",
32-
"symfony/framework-bundle": "^7.3 || ^8.0",
33-
"symfony/console": "^7.3 || ^8.0",
34-
"symfony/security-core": "^7.3 || ^8.0",
35-
"symfony/security-http": "^7.3 || ^8.0",
36-
"symfony/yaml": "^7.3 || ^8.0",
25+
"symfony/routing": "^7.4.13 || ^8.0.13",
26+
"symfony/http-foundation": "^7.4.13 || ^8.0.13",
27+
"symfony/security-http": "^7.4.13 || ^8.0.13",
28+
"symfony/yaml": "^7.4.13 || ^8.0.13",
29+
"symfony/config": "^7.4.13 || ^8.0.13",
30+
"symfony/dependency-injection": "^7.4.13 || ^8.0.13",
31+
"symfony/event-dispatcher": "^7.4.13 || ^8.0.13",
32+
"symfony/http-kernel": "^7.4.13 || ^8.0.13",
33+
"symfony/property-access": "^7.4.13 || ^8.0.13",
34+
"symfony/framework-bundle": "^7.4.13 || ^8.0.13",
35+
"symfony/console": "^7.4.13 || ^8.0.13",
36+
"symfony/security-core": "^7.4.13 || ^8.0.13",
3737
"api-platform/symfony": "^4.2",
3838
"api-platform/doctrine-orm": "^4.2",
3939
"lexik/jwt-authentication-bundle": "^3.1",

0 commit comments

Comments
 (0)