Skip to content

Commit 538867c

Browse files
committed
Update PHPUnit package versions to include 10.5
1 parent 701d70d commit 538867c

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/bref/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"bref/bref": "^1.3",
2424
"guzzlehttp/test-server": "^0.1",
25-
"phpunit/phpunit": "^9.5",
25+
"phpunit/phpunit": "^10.5",
2626
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0",
2727
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2828
},

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": "^9.5"
19+
"phpunit/phpunit": "^10.5"
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": "^9.5"
18+
"phpunit/phpunit": "^10.5"
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": "^9.5",
19+
"phpunit/phpunit": "^10.5",
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": "^9.5"
21+
"phpunit/phpunit": "^10.5"
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": "^9.5"
19+
"phpunit/phpunit": "^10.5"
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": "^9.5"
19+
"phpunit/phpunit": "^10.5"
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": "^9.5"
20+
"phpunit/phpunit": "^10.5"
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": "^9.5"
20+
"phpunit/phpunit": "^10.5"
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": "^9.5"
19+
"phpunit/phpunit": "^10.5"
2020
},
2121
"minimum-stability": "dev",
2222
"prefer-stable": true,

0 commit comments

Comments
 (0)