Skip to content

Commit

Permalink
Moved dev deps into fixture.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Oct 25, 2024
1 parent a977f0d commit efa88c9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
16 changes: 0 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
13 changes: 9 additions & 4 deletions tests/behat/fixtures/d10/.rsync-exclude
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 14 additions & 1 deletion tests/behat/fixtures/d10/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit efa88c9

Please sign in to comment.