Skip to content

Commit 06168c0

Browse files
ruebotdannylamb
authored andcommitted
* Ignore web/sites/*/settings.php and web/sites/*/settings.local.php by default (drupal-composer#178) * Prefix paths with a slash (drupal-composer#245) * Update dev dependencies (SA-CORE-2017-001) https://www.drupal.org/SA-2017-001 * Fix typo in README.md Fixes drupal-composer#251 * Adding Islandora dependencies (drupal-composer#2) * Adding Islandora dependencies Part of Islandora/documentation#474 * Adding the github for claw-jsonld * Removing requirement on islandora/islandora islandora/islandora_collection requires it already. * Removes repository/vcs entries from composer.json and adds requirements (drupal-composer#3) * Removes repository/vcs entries from composer.json and adds requirements * Removes islandora and claw-jsonld from composer.json requirements * Revert to drupal/rdf_ui 1.x-dev version (drupal-composer#4) * ISSUE-513 Fixes Drupal 8.1.x compatibility issue with drupal/rdf_ui by setting version fixed to 1.x-dev * Lock package versions to stuff we know work * Adding Islandora dependencies (drupal-composer#2) * Adding Islandora dependencies Part of Islandora/documentation#474 * Adding the github for claw-jsonld * Removing requirement on islandora/islandora islandora/islandora_collection requires it already. * Removes repository/vcs entries from composer.json and adds requirements (drupal-composer#3) * Removes repository/vcs entries from composer.json and adds requirements * Removes islandora and claw-jsonld from composer.json requirements * Remove and ignore composer.lock; Resolves Islandora/documentation#530 * Pull Request Template (drupal-composer#8) * address Islandora/documentation#537 (drupal-composer#9)
1 parent 8446d1b commit 06168c0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
/web/profiles/contrib/
88
/web/libraries/
99

10+
# Ignore sensitive information
11+
/web/sites/*/settings.php
12+
/web/sites/*/settings.local.php
13+
1014
# Ignore Drupal's file directory
1115
/web/sites/*/files/
1216

1317
# Ignore SimpleTest multi-site environment.
14-
web/sites/simpletest
18+
/web/sites/simpletest
1519

1620
# Ignore files generated by PhpStorm
1721
/.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When installing the given `composer.json` some tasks are taken care of:
4646
* Theme (packages of type `drupal-theme`) will be placed in `web/themes/contrib/`
4747
* Profiles (packages of type `drupal-profile`) will be placed in `web/profiles/contrib/`
4848
* Creates default writable versions of `settings.php` and `services.yml`.
49-
* Creates `sites/default/files`-directory.
49+
* Creates `web/sites/default/files`-directory.
5050
* Latest version of drush is installed locally for use at `vendor/bin/drush`.
5151
* Latest version of DrupalConsole is installed locally for use at `vendor/bin/drupal`.
5252

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"behat/mink-goutte-driver": "~1.2",
3737
"jcalderonzumba/gastonjs": "~1.0.2",
3838
"jcalderonzumba/mink-phantomjs-driver": "~0.3.1",
39-
"mikey179/vfsStream": "~1.2",
40-
"phpunit/phpunit": "~4.8",
39+
"mikey179/vfsstream": "~1.2",
40+
"phpunit/phpunit": ">=4.8.28 <5",
4141
"symfony/css-selector": "~2.8"
4242
},
4343
"conflict": {

0 commit comments

Comments
 (0)