From efa88c9a2719e8db85d0c1eb0c3271e6dbc120eb Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Sat, 26 Oct 2024 07:05:04 +1100 Subject: [PATCH] Moved dev deps into fixture. --- composer.json | 16 ---------------- tests/behat/fixtures/d10/.rsync-exclude | 13 +++++++++---- tests/behat/fixtures/d10/composer.json | 15 ++++++++++++++- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index 951d6dcc..6f9f04ed 100644 --- a/composer.json +++ b/composer.json @@ -23,22 +23,6 @@ "behat/mink-selenium2-driver": ">=1.7", "drupal/drupal-extension": "^5" }, - "require-dev": { - "dantleech/gherkin-lint": "^0.2.3", - "dealerdirect/phpcodesniffer-composer-installer": "^1", - "drevops/behat-screenshot": "^1.5", - "drupal/coder": "^8.3", - "dvdoug/behat-code-coverage": "^5.3", - "mglaman/phpstan-drupal": "^1.3", - "palantirnet/drupal-rector": "^0.20", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcompatibility/php-compatibility": "^9.3", - "phpmd/phpmd": "^2.13", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5" - }, "autoload": { "psr-4": { "DrevOps\\BehatSteps\\": "src/" diff --git a/tests/behat/fixtures/d10/.rsync-exclude b/tests/behat/fixtures/d10/.rsync-exclude index f4db4fd7..b5978f69 100644 --- a/tests/behat/fixtures/d10/.rsync-exclude +++ b/tests/behat/fixtures/d10/.rsync-exclude @@ -1,12 +1,17 @@ - .rsync-exclude -- vendor/ -- node_modules/ +- README.txt +- auth.json +- behat.yml - composer.json - composer.lock -- README.txt - example* -- behat.yml +- gherkinlint.json +- node_modules/ - phpcs.xml +- phpmd.xml +- phpstan.neon +- rector.php +- vendor/ + config + web + web/modules diff --git a/tests/behat/fixtures/d10/composer.json b/tests/behat/fixtures/d10/composer.json index a8ad0a6c..7747a660 100644 --- a/tests/behat/fixtures/d10/composer.json +++ b/tests/behat/fixtures/d10/composer.json @@ -24,7 +24,20 @@ "webmozart/path-util": "^2.3" }, "require-dev": { - "drupal/core-dev": "~10.3.0" + "dantleech/gherkin-lint": "^0.2.3", + "dealerdirect/phpcodesniffer-composer-installer": "^1", + "drevops/behat-screenshot": "^1.5", + "drupal/coder": "^8.3", + "drupal/core-dev": "~10.3.0", + "dvdoug/behat-code-coverage": "^5.3", + "mglaman/phpstan-drupal": "^1.3", + "palantirnet/drupal-rector": "^0.20", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcompatibility/php-compatibility": "^9.3", + "phpmd/phpmd": "^2.13", + "phpspec/prophecy-phpunit": "^2.0", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.10" }, "config": { "process-timeout": 0,