diff --git a/.lando.yml b/.lando.yml index 24223c8..e475d9f 100644 --- a/.lando.yml +++ b/.lando.yml @@ -36,7 +36,7 @@ services: - composer install config: php: '8.2' - composer_version: '2.7.1' + composer_version: '2.7.4' webroot: web database: mariadb xdebug: false diff --git a/CHANGELOG.md b/CHANGELOG.md index 20937d9..aedf151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### Removes the Devel contrib module + CuBoulder/tiamat10-profile#108 + + Sister PR in: [tiamat10-profile](https://github.com/CuBoulder/tiamat10-profile/pull/115) +--- + - ### Adding in migrate_devel module for migration development Adding in migrate_devel module for migration development --- diff --git a/composer.json b/composer.json index ed05c73..057909f 100644 --- a/composer.json +++ b/composer.json @@ -262,7 +262,6 @@ "drupal/core-composer-scaffold": "~10.2", "drupal/core-project-message": "~10.2", "drupal/core-recommended": "~10.2", - "drupal/devel": "^5.0", "drupal/entity_embed": "^1.1", "drupal/externalauth": "^2.0", "drupal/features": "^3.13",