Skip to content

Commit

Permalink
Psr log 3 (#5137)
Browse files Browse the repository at this point in the history
* Loosen up constraints around psr/log

* Add some info to Drupal 10 test
  • Loading branch information
greg-1-anderson committed Apr 27, 2022
1 parent 23d7433 commit a4e57fe
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 58 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -124,6 +124,8 @@ jobs:
- run: composer -n config platform.php --unset
- run: composer -n require --dev drupal/core-recommended:10.0.x-dev --no-update
- run: composer -n update
- run: composer info consolidation/*
- run: composer info psr/*
- run: mkdir -p /tmp/results
- run: composer -n lint
- run: composer -n unit -- --log-junit /tmp/results/unit.junit.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -37,7 +37,7 @@
"consolidation/annotated-command": "^4.5.3",
"consolidation/config": "^2",
"consolidation/filter-via-dot-access-data": "^2",
"consolidation/robo": "^3.0.9",
"consolidation/robo": "^3.0.9 || ^4.0.0-alpha1",
"consolidation/site-alias": "^3.1.3",
"consolidation/site-process": "^4.1.3 || ^5",
"enlightn/security-checker": "^1",
Expand Down
113 changes: 56 additions & 57 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a4e57fe

Please sign in to comment.