Skip to content

Commit

Permalink
Merge pull request #12 from amazeeio/d9_update
Browse files Browse the repository at this point in the history
minimum d9 compatibility
  • Loading branch information
tobybellwood authored Aug 14, 2023
2 parents ac4d054 + a05c39d commit 1822c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "amazeeio/drupal_integrations",
"description": "Add this project to any Drupal distribution based on drupal/core-composer-scaffold to enable it for use on Lagoon.",
"description": "Add this project to any Drupal 9+ distribution based on drupal/core-composer-scaffold to enable it for use on Lagoon.",
"type": "drupal-drush",
"license": "MIT",
"conflict": {
"drupal/core": "<8.5"
"drupal/core": "<9.0"
},
"scripts": {
"test": "phpcs"
Expand All @@ -29,7 +29,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
},
"suggest": {
"drupal/lagoon_logs": "Zero configuration logging system for Drupal 7 and 8 sites running on amazee.io Lagoon"
"drupal/lagoon_logs": "Zero configuration logging system for Drupal sites running on Lagoon"
},
"require": {
"drupal/core-composer-scaffold": "*"
Expand Down

0 comments on commit 1822c42

Please sign in to comment.