Skip to content

Commit 98d65d6

Browse files
committed
update phpunit
1 parent 9b17e64 commit 98d65d6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/openapi-generator/src/main/resources/php-laravel/composer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"crell/serde": "^1.0"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "^9.5"
32+
"phpunit/phpunit": "^12.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

samples/server/petstore/php-laravel-issue-21334/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"crell/serde": "^1.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^12.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

samples/server/petstore/php-laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"crell/serde": "^1.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^9.5"
24+
"phpunit/phpunit": "^12.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)