Skip to content

Commit 7f5c8d6

Browse files
committed
update
1 parent d7a00da commit 7f5c8d6

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/frankenphp-symfony/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^10.5"
19+
"phpunit/phpunit": "^10.5.58"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

src/google-cloud/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10.5"
18+
"phpunit/phpunit": "^10.5.58"
1919
},
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,

src/laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"illuminate/http": "^8.33",
19-
"phpunit/phpunit": "^10.5",
19+
"phpunit/phpunit": "^10.5.58",
2020
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2121
},
2222
"minimum-stability": "dev",

src/psr-17/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"nyholm/psr7": "^1.4",
21-
"phpunit/phpunit": "^10.5"
21+
"phpunit/phpunit": "^10.5.58"
2222
},
2323
"minimum-stability": "dev",
2424
"prefer-stable": true,

src/psr-guzzle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^10.5"
19+
"phpunit/phpunit": "^10.5.58"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

src/psr-laminas/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^10.5"
19+
"phpunit/phpunit": "^10.5.58"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

src/psr-nyholm-laminas/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^10.5"
20+
"phpunit/phpunit": "^10.5.58"
2121
},
2222
"minimum-stability": "dev",
2323
"prefer-stable": true,

src/psr-nyholm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^10.5"
20+
"phpunit/phpunit": "^10.5.58"
2121
},
2222
"minimum-stability": "dev",
2323
"prefer-stable": true,

src/reactphp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"symfony/runtime": "^5.4 || ^6.0 || ^7.0 || ^8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^10.5"
19+
"phpunit/phpunit": "^10.5.58"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

src/roadrunner-nyholm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"php": ">=8.0.5",
21-
"phpunit/phpunit": "^10.5",
21+
"phpunit/phpunit": "^10.5.58",
2222
"psr/http-server-handler": "^1.0"
2323
},
2424
"minimum-stability": "dev",

0 commit comments

Comments
 (0)