We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c2b4a commit 8eb3135Copy full SHA for 8eb3135
composer.json
@@ -6,8 +6,12 @@
6
"keywords": [],
7
"repositories": [
8
{
9
- "type": "composer",
10
- "url": "https://wpackagist.org"
+ "type":"composer",
+ "url": "https://wpackagist.org",
11
+ "only": [
12
+ "wpackagist-plugin/*",
13
+ "wpackagist-theme/*"
14
+ ]
15
},
16
17
"type": "composer",
@@ -37,7 +41,6 @@
37
41
"vlucas/phpdotenv": "^5.4",
38
42
"wpackagist-plugin/acf-extended": "^0.9.0.7",
39
43
"wpackagist-plugin/admin-menu-editor": "^1.12.4",
40
- "wpackagist-plugin/admin-notices-manager": "^1.5.0",
44
"wpackagist-plugin/block-manager": "^3.0",
45
"wpackagist-plugin/disable-embeds": "^1.5",
46
"wpackagist-plugin/disable-emojis": "^1.7",
0 commit comments