Skip to content

Commit a952f9c

Browse files
committed
update
1 parent 7f5c8d6 commit a952f9c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/psr-17/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"nyholm/psr7-server": "^1.0",
1515
"psr/http-factory-implementation": "^1.0",
1616
"psr/http-server-handler": "^1.0",
17-
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
17+
"symfony/runtime": "^5.4.46 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"nyholm/psr7": "^1.4",

src/psr-guzzle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=8.0.5",
1414
"guzzlehttp/psr7": "^1.8 || ^2.0",
1515
"psr/http-server-handler": "^1.0",
16-
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
16+
"symfony/runtime": "^5.4.46 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.5.58"

src/psr-laminas/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=8.0.5",
1414
"laminas/laminas-diactoros": "^2.5 || ^3.0",
1515
"laminas/laminas-httphandlerrunner": "^1.5 || ^2.9",
16-
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
16+
"symfony/runtime": "^5.4.46 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^10.5.58"

src/psr-nyholm-laminas/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"laminas/laminas-httphandlerrunner": "^1.5 || ^2.9",
1515
"nyholm/psr7": "^1.3",
1616
"nyholm/psr7-server": "^1.0",
17-
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
17+
"symfony/runtime": "^5.4.46 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^10.5.58"

src/psr-nyholm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"nyholm/psr7": "^1.3",
1515
"nyholm/psr7-server": "^1.0",
1616
"psr/http-server-handler": "^1.0",
17-
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
17+
"symfony/runtime": "^5.4.46 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^10.5.58"

0 commit comments

Comments
 (0)