Skip to content

Commit

Permalink
Add configuration options to .idea and name to composer.json
Browse files Browse the repository at this point in the history
Enhanced PHP tools configuration by adding options for Mess Detector, PHPCSFixer, and PHPCodeSniffer in the .idea/php.xml file. Also specified the project name in composer.json for better identification and package management.
  • Loading branch information
kruegge82 committed Aug 25, 2024
1 parent 48ddf44 commit 941ab31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "kruegge82/deutschepost-internetmarke-php-sdk",
"description": "Division: Post & Parcel Germany<br /> The INTERNETMARKE is the online-postage for mail products of Deutsche Post AG.",
"keywords": [
"openapitools",
Expand Down

0 comments on commit 941ab31

Please sign in to comment.