Skip to content

Commit

Permalink
Merge branch 'main' into release221
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2113 authored Jan 9, 2024
2 parents f25c39b + 1ad1765 commit 8177fd7
Show file tree
Hide file tree
Showing 3 changed files with 685 additions and 713 deletions.
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,17 @@
"WebDevStudios\\CCForWoo\\Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^7",
"10up/wp_mock": "dev-master",
"wp-coding-standards/wpcs": "2.1.0",
"squizlabs/php_codesniffer": "3.3.1",
"webdevstudios/php-coding-standards": "1.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.5.0"
},
"require": {
"webdevstudios/oops-wp": "^1.0",
"composer/installers": "^2.2"
"webdevstudios/oops-wp": "^0.1",
"composer/installers": "^1.6"
},
"archive": {
"exclude": [
Expand All @@ -49,12 +57,5 @@
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"10up/wp_mock": "^0.4.2",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"squizlabs/php_codesniffer": "^3.8"
}
}
Loading

0 comments on commit 8177fd7

Please sign in to comment.