Skip to content

Commit 9462874

Browse files
committed
[N/A] Added composer files
1 parent dd9b630 commit 9462874

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

composer.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "viget/viget-blocks-toolkit",
3+
"description": "Simplifying Block Registration and other additional features.",
4+
"keywords": [
5+
"wordpress",
6+
"components",
7+
"acf",
8+
"gutenberg",
9+
"blocks",
10+
"editor",
11+
"toolkit"
12+
],
13+
"type": "wordpress-plugin",
14+
"homepage": "https://github.com/vigetlabs/viget-blocks-toolkit",
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "Viget",
19+
"homepage": "https://viget.com/"
20+
}
21+
],
22+
"require": {
23+
"composer/installers": "~1.0"
24+
},
25+
"config": {
26+
"sort-packages": true,
27+
"allow-plugins": {
28+
"composer/installers": true
29+
}
30+
}
31+
}

packages.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"package": {
3+
"name": "viget/viget-blocks-toolkit",
4+
"version": "1.0.5",
5+
"source": {
6+
"url": "/root/path/not/relative/path/to/viget-blocks-toolkit/.git",
7+
"type": "git",
8+
"reference": "main"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)