Skip to content

Commit

Permalink
fix: copy updated deps into generator template
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Apr 27, 2022
1 parent 27f28d9 commit 4e3f87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/openapi/templates/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"guzzlehttp/psr7": "^1.7 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 || ^9.0",
"friendsofphp/php-cs-fixer": "^2.12"
"phpunit/phpunit": "9.5.20",
"friendsofphp/php-cs-fixer": "3.8.0"
},
"autoload": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/" }
Expand Down

0 comments on commit 4e3f87a

Please sign in to comment.