Skip to content

Commit

Permalink
Force using fork branch for ps_apiresources module
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Feb 22, 2024
1 parent 21d21f3 commit 053868b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 12 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prestashop/gsitemap": "^4",
"prestashop/pagesnotfound": "^2",
"prestashop/productcomments": "^6.0",
"prestashop/ps_apiresources": "dev-dev",
"prestashop/ps_apiresources": "dev-fix/protected-tests",
"prestashop/ps_banner": "^2",
"prestashop/ps_bestsellers": "^1.0",
"prestashop/ps_brandlist": "^1.0",
Expand Down Expand Up @@ -250,13 +250,19 @@
"FakeModule\\": "tests/Unit/Resources/api_platform/fake_module_resources/fake_module/src"
}
},
"repositories": {
"ps_apiresources": {
"type": "vcs",
"url": "https://github.com/M0rgan01/ps_apiresources.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"api-module-tests": [
"@composer create-test-db",
"@composer dump-autoload --dev --working-dir=modules/ps_apiresources",
"@php -d date.timezone=UTC ./vendor/phpunit/phpunit/phpunit -c modules/ps_apiresources/tests/Integration/phpunit.xml"
"@php -d date.timezone=UTC ./vendor/phpunit/phpunit/phpunit -c modules/ps_apiresources/tests/Integration/phpunit-ci.xml"
],
"create-release": "@php tools/build/CreateRelease.php",
"create-test-db": [
Expand Down
40 changes: 30 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 053868b

Please sign in to comment.