Skip to content

Commit

Permalink
Adds Grow compat checker to composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibndawood committed Oct 6, 2023
1 parent 56b0e3a commit 55688c0
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 37 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
{
"type": "vcs",
"url": "https://github.com/woocommerce/action-scheduler-job-framework"
},
{
"type": "vcs",
"url": "https://github.com/woocommerce/grow"
}
],
"require": {
"php": ">=7.4",
"woocommerce/action-scheduler-job-framework": "2.0.0",
"composer/installers": "~1.0"
"composer/installers": "~1.0",
"woocommerce/grow": "dev-compat-checker"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^v0.7",
Expand Down
107 changes: 71 additions & 36 deletions composer.lock

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

0 comments on commit 55688c0

Please sign in to comment.