Skip to content

Commit e8c2bdb

Browse files
committedJun 24, 2020
Removed aliases.drushrc.php.
1 parent 21dbcbc commit e8c2bdb

File tree

7 files changed

+29
-594
lines changed

7 files changed

+29
-594
lines changed
 

‎.env

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
# Local project name - setting this here aligns container names with routes
22
COMPOSE_PROJECT_NAME=drupal9-example-simple
3-
4-
# Lagoon remote aliases.
5-
# LAGOON_REMOTE_ALIASES=enabled

‎.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ignore directories generated by Composer
2-
/drush/contrib/
2+
/.drush-lock-update
3+
/drush/Commands/contrib/
4+
/drush/sites/lagoon.site.yml
35
/vendor/
46
/web
57

@@ -16,4 +18,4 @@ web/sites/simpletest
1618
# Ignore files generated by PhpStorm
1719
/.idea/
1820
/.editorconfig
19-
/.gitattributes
21+
/.gitattributes

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"amazeeio/drupal-integrations": "@dev",
19+
"amazeeio/drupal_integrations": "^0.0.1",
2020
"composer/installers": "^1.2",
2121
"cweagans/composer-patches": "~1.0",
2222
"drupal/core-composer-scaffold": "^9.0",
@@ -50,7 +50,7 @@
5050
},
5151
"drupal-scaffold": {
5252
"allowed-packages": [
53-
"amazeeio/drupal-integrations"
53+
"amazeeio/drupal_integrations"
5454
],
5555
"file-mapping": {
5656
"[web-root]/sites/default/all.settings.php": "assets/all.settings.php"

‎composer.lock

+23-557
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎drush/README.md

-1
This file was deleted.

‎drush/aliases.drushrc.php

-15
This file was deleted.

‎drush/drushrc.php

-14
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.