Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion openapi-generator/templates/php/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
.gitattributes export-ignore
.gitignore export-ignore
.openapi-generator-ignore export-ignore
.php_cs export-ignore
git_push.sh export-ignore
phpunit.xml.dist export-ignore
23 changes: 0 additions & 23 deletions openapi-generator/templates/php/.php_cs

This file was deleted.

4 changes: 1 addition & 3 deletions openapi-generator/templates/php/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
"guzzlehttp/guzzle": "^7.9"
},
"require-dev": {
"phpunit/phpunit": "^12.1",
"squizlabs/php_codesniffer": "~2.6",
"friendsofphp/php-cs-fixer": "~2.12"
"phpunit/phpunit": "^12.1"
},
Comment thread
jablan marked this conversation as resolved.
"autoload": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/" }
Expand Down
Loading