Skip to content

Commit

Permalink
OXDEV-8316 Add main dev components dependencies
Browse files Browse the repository at this point in the history
In most cases, we want those components to be present, and we are requireing them by hand all the time, so this change will make installation easier for new module creation in a "root installation" case.

Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Oct 21, 2024
1 parent 917fc62 commit e107b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"oxid-esales/twig-component": "dev-b-7.2.x",
"oxid-esales/twig-admin-theme": "dev-b-7.2.x",
"oxid-esales/apex-theme": "dev-b-7.2.x",
"phpunit/phpunit": "~10.5.17",
"mikey179/vfsstream": "~1.6.8",
"codeception/codeception": "*",
Expand Down

0 comments on commit e107b9d

Please sign in to comment.