Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gertvdb committed Feb 16, 2020
1 parent d9a3530 commit e274408
Show file tree
Hide file tree
Showing 6 changed files with 725 additions and 499 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
/vendor
/node_modules
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require-dev": {
"drupal/coder": "^8.3.1",
"drupal/core": "^8.7",
"jakub-onderka/php-console-highlighter": "^0.4.0",
"drupal/coder": "8.3.1",
"drupal/core": "^8.8",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpmd/phpmd": "^2.6",
"mockery/mockery": "^1.3",
"phpmd/phpmd": "2.7.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.4"
},
Expand All @@ -34,7 +34,8 @@
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\iso3166\\": "tests/src/",
"Drupal\\Tests\\": "vendor/drupal/core/tests/Drupal/Tests"
"Drupal\\Tests\\": "vendor/drupal/core/tests/Drupal/Tests/",
"Drupal\\TestTools\\": "vendor/drupal/core/tests/Drupal/TestTools/"
}
},
"repositories": {
Expand All @@ -46,6 +47,12 @@
"config": {
"platform": {
"php": "7.0.8"
},
"sort-packages": true
},
"extra": {
"installer-paths": {
"vendor/drupal/{$name}": ["drupal/core"]
}
}
}
Loading

0 comments on commit e274408

Please sign in to comment.