Skip to content

Commit fd790f9

Browse files
author
James Amner
authored
Merge pull request #58 from boxuk/query-include-exclude
[FEATURE] Adds Query Include/Exclude Package
2 parents 8e1fa1f + 68cac14 commit fd790f9

File tree

11 files changed

+1143
-615
lines changed

11 files changed

+1143
-615
lines changed

.github/workflows/packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
target_repo: "wp-editor-tools"
2121
- local_path: "iconography"
2222
target_repo: "wp-iconography"
23+
- local_path: "query-include-exclude"
24+
target_repo: "wp-query-include-exclude"
2325

2426
steps:
2527
- uses: actions/checkout@v4

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
}
99
],
1010
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "https://github.com/wordpress/sqlite-database-integration.git"
14+
},
1115
{
1216
"only": [
1317
"wpackagist-plugin/*",
1418
"wpackagist-theme/*"
1519
],
1620
"type": "composer",
1721
"url": "https://wpackagist.org"
18-
},
19-
{
20-
"type": "vcs",
21-
"url": "https://github.com/wordpress/sqlite-database-integration.git"
2222
}
2323
],
2424
"require": {
@@ -37,13 +37,14 @@
3737
"require-dev": {
3838
"10up/wp_mock": "^1.0",
3939
"automattic/vipwpcs": "^3.0",
40+
"composer/installers": "^2.2",
4041
"permafrost-dev/coverage-check": "^2.0",
4142
"phpcompatibility/phpcompatibility-wp": "^2.1",
4243
"symplify/monorepo-builder": "^11.2",
4344
"szepeviktor/phpstan-wordpress": "^1.3",
4445
"wordpress/sqlite-database-integration": "^2.0",
45-
"wpackagist-theme/twentytwentyfour": "^1.0",
46-
"composer/installers": "^2.2"
46+
"wpackagist-plugin/sqlite-database-integration": "^2.0",
47+
"wpackagist-theme/twentytwentyfour": "^1.0"
4748
},
4849
"autoload": {
4950
"psr-4": {
@@ -58,6 +59,7 @@
5859
}
5960
},
6061
"replace": {
62+
"boxuk/query-include-exclude": "self.version",
6163
"boxuk/wp-editor-tools": "self.version",
6264
"boxuk/wp-iconography": "self.version"
6365
},

0 commit comments

Comments
 (0)