Skip to content

Commit

Permalink
update environment detector (#4582)
Browse files Browse the repository at this point in the history
* update environment detector

* add strict types

* code style

* update
  • Loading branch information
danepowell authored Aug 23, 2022
1 parent ebdd4b5 commit c02c3e3
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 80 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-json": "*",
"composer-plugin-api": "^2.0",
"composer-runtime-api": "^2.0",
"acquia/drupal-environment-detector": "^1.3.0",
"acquia/drupal-environment-detector": "^1.5.0",
"consolidation/comments": "^1.0",
"consolidation/config": "^1.0.0 || ^2.0.0",
"consolidation/robo": "^3",
Expand All @@ -42,6 +42,7 @@
"acquia/blt-behat": "<=1.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"acquia/coding-standards": "^1.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"squizlabs/php_codesniffer": "^3.6"
Expand Down
Loading

0 comments on commit c02c3e3

Please sign in to comment.