Skip to content

Commit

Permalink
OXDEV-7845 Add back the dependency on shop CE, but disable its instal…
Browse files Browse the repository at this point in the history
…lation for development

Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
  • Loading branch information
Sieg committed Mar 26, 2024
1 parent daf83f0 commit ea2f0c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd": "^2.11",
"oxid-esales/oxideshop-ce": "^7.0",
"qossmic/deptrac-shim": "^0.24.0",
"codeception/module-rest": "*",
"codeception/module-phpbrowser": "*",
Expand Down Expand Up @@ -80,10 +81,6 @@
]
},
"config": {
"allow-plugins": {
"oxid-esales/oxideshop-unified-namespace-generator": true,
"oxid-esales/oxideshop-composer-plugin": true,
"cyclonedx/cyclonedx-php-composer": true
}
"allow-plugins": false
}
}
2 changes: 1 addition & 1 deletion tests/Codeception/Config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Symfony\Component\Filesystem\Path;

if ($shopRootPath = getenv('SHOP_ROOT_PATH')){
include(Path::join($shopRootPath, 'source', 'bootstrap.php'));
require_once(Path::join($shopRootPath, 'source', 'bootstrap.php'));
}

$facts = new Facts();
Expand Down
1 change: 0 additions & 1 deletion tests/PhpStan/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
parameters:
checkMissingIterableValueType: false
bootstrapFiles:
- ../../../../autoload.php
- phpstan-bootstrap.php
level: 8
scanFiles:
Expand Down

0 comments on commit ea2f0c3

Please sign in to comment.