- omsorgcore-client-ts: now includes firstName/lastName in MeResponse - omsorgcore-client-php: now includes firstName/lastName in MeResponse - Restore package.json generate script that was overwritten by openapi-generator Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
16 lines
444 B
Plaintext
16 lines
444 B
Plaintext
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
|
|
|
|
composer.phar
|
|
/vendor/
|
|
|
|
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
|
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
|
# composer.lock
|
|
|
|
# php-cs-fixer cache
|
|
.php_cs.cache
|
|
.php-cs-fixer.cache
|
|
|
|
# PHPUnit cache
|
|
.phpunit.result.cache
|