Skip to content

Commit 2c58598

Browse files
committed
Updated Drupal and dependencies
1 parent 5ec7133 commit 2c58598

3 files changed

Lines changed: 455 additions & 396 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ volume is not deleted manually or with the "-v" option on `docker-compose down`.
109109
* This repository *does* track a composer.lock file meaning that versions of software
110110
installed are the ones that match the lock file. Currently this repository tracks
111111
the base installation provided by the [drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-project)
112-
with Drupal 8.7.4. You can upgrade with `make drupal-upgrade` or wait until this
112+
with Drupal 8.7.7. You can upgrade with `make drupal-upgrade` or wait until this
113113
repository is updated. Certain files such as those provided by the Drupal scaffolding
114114
project may be subject to manipulation and may or may not upgrade cleanly. The default
115115
location for the hosted content in this project was moved from the default of `/web`

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"webflo/drupal-finder": "^1.0.0",
2626
"webmozart/path-util": "^2.3",
2727
"zaporylie/composer-drupal-optimizations": "^1.0",
28-
"drupal/admin_toolbar": "^1.0"
28+
"drupal/admin_toolbar": "^1.0",
29+
"vlucas/phpdotenv": "^2.4"
2930
},
3031
"require-dev": {
3132
"webflo/drupal-core-require-dev": "^8.7.0",

0 commit comments

Comments
 (0)