Skip to content

Commit

Permalink
Fix error in composer conflict statement. 9.2 is supported for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 11, 2022
1 parent ed40ba0 commit 3992c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"yoast/phpunit-polyfills": "^0.2.0"
},
"conflict": {
"drupal/core": "<= 9.2",
"drupal/core": "< 9.2",
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 3992c6d

Please sign in to comment.