Skip to content

Commit

Permalink
!fixup Fix composer.json for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Feb 15, 2024
1 parent 06517f2 commit a67ba5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"oxid-esales/oxideshop-ce": "dev-b-7.1.x",
"phpstan/phpstan": "^1.10",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11"
"phpmd/phpmd": "^2.11",
"codeception/module-rest": "^3.3",
"codeception/module-phpbrowser": "^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -40,6 +42,7 @@
"prefer-stable": true,
"scripts": {
"phpcs": "phpcs --standard=tests/phpcs.xml",
"phpcs-report": "phpcs --standard=tests/phpcs.xml --report=json --report-file=phpcs.report.json",
"phpcbf": "phpcbf --standard=tests/phpcs.xml",

"phpstan": "phpstan -ctests/PhpStan/phpstan.neon analyse src/",
Expand Down

0 comments on commit a67ba5b

Please sign in to comment.