diff --git a/.gitignore b/.gitignore index 2156ea2e3428daa158e9d61d24405a0b24b20d0d..79a5fc759d8babe7e627c9db26dccefb395cdcc8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ /modules/ /profiles/ /vendor/ -.env -composer.lock +/.env +/composer.lock diff --git a/composer.json b/composer.json index e9f48cd4c4cb2ccd0e417fb78e7a15781bcc5791..66fb1a7f7e6adf6841d96735689cd5463d202d2a 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "drupal/coffee": "^1.0", "drupal/colorbox": "^1.6", "drupal/config_auto_export": "^2.0", - "drupal/config_split": "^1.x-dev", + "drupal/config_split": "^1.5", "drupal/core": "^9.0", "drupal/dev_modules": "^2.0", "drupal/drd_agent": "^4.0",