Skip to content

Commit

Permalink
chore: update autoload and script dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctran88 committed Jan 7, 2025
1 parent a7ff217 commit 086e9af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
}
],
"scripts": {
"lint": "./vendor/bin/phpcs --standard=PSR12 --report=full custom",
"phpcs-fix": "./vendor/bin/phpcbf --standard=PSR12 custom",
"lint": "./vendor/bin/phpcs --standard=PSR12 --report=full src",
"phpcs-fix": "./vendor/bin/phpcbf --standard=PSR12 src",
"format": "./vendor/bin/php-cs-fixer fix --allow-risky=yes --rules=@PSR12"
},
"require": {
Expand All @@ -53,12 +53,12 @@
"OpenAPI\\Client\\": [
"generated/lib/"
],
"Passage\\Client\\": "custom/lib/"
"Passage\\Client\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Passage\\Client\\Test\\": "custom/test/"
"Passage\\Client\\Test\\": "tests/"
}
}
}

0 comments on commit 086e9af

Please sign in to comment.