Skip to content

Commit

Permalink
Add dev tools requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Sep 26, 2024
1 parent 3465e0b commit fc6de12
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,25 @@
"proprietary"
],
"minimum-stability": "dev",
"prefer-stable": true,
"prefer-dist": true,
"require": {
"php": ">=8.2",
"symfony/filesystem": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.8.11",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"phpunit/phpunit": "^10.5"
"phpstan/phpstan": "^1.8.11",
"squizlabs/php_codesniffer": "3.*",
"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": "^3.1",
"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"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.0"
Expand Down

0 comments on commit fc6de12

Please sign in to comment.