Skip to content

Commit

Permalink
Remove cc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaIvanovski committed Oct 10, 2024
1 parent 1cae215 commit 4fadde3
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"phpunit/phpunit": "^10.5",
"mikey179/vfsstream": "~1.6.8",
"codeception/codeception": "^5.0",
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^4.0",
"oxid-esales/codeception-modules": "dev-b-7.2.x",
"oxid-esales/codeception-page-objects": "dev-b-7.2.x",
"oxid-esales/developer-tools": "dev-b-7.2.x"
"mikey179/vfsstream": "~1.6.8"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.0"
Expand All @@ -44,11 +36,6 @@
"OxidEsales\\GdprOptinModule\\Tests\\": "tests/"
}
},
"autoload-dev": {
"psr-4": {
"OxidEsales\\EshopCommunity\\Tests\\": "./vendor/oxid-esales/oxideshop-ce/tests"
}
},
"scripts": {
"phpcs": "phpcs --standard=tests/phpcs.xml --report=full",
"phpcs-report": "phpcs --standard=tests/phpcs.xml --report=json --report-file=phpcs.report.json",
Expand Down

0 comments on commit 4fadde3

Please sign in to comment.