Skip to content

Commit 4b3db7f

Browse files
committed
[N/A] Composer file updates
1 parent f9782d7 commit 4b3db7f

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Viget Form Blocks
22

3-
Create forms with ACF.
3+
Create forms in Gutenberg with ACF Blocks by Viget.

composer.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"description": "Create forms in Gutenberg with ACF Blocks by Viget.",
55
"keywords": [
66
"wordpress",
7-
"components",
8-
"cms",
9-
"ddev",
10-
"tailwind",
11-
"vite"
7+
"forms",
8+
"gutenberg",
9+
"editor",
10+
"plugin"
1211
],
12+
"type": "wordpress-plugin",
13+
"homepage": "https://github.com/vigetlabs/viget-form-blocks",
1314
"license": "MIT",
1415
"authors": [
1516
{
@@ -21,5 +22,14 @@
2122
"psr-4": {
2223
"VigetFormBlocks\\": "classes/"
2324
}
25+
},
26+
"require": {
27+
"composer/installers": "~1.0"
28+
},
29+
"config": {
30+
"sort-packages": true,
31+
"allow-plugins": {
32+
"composer/installers": true
33+
}
2434
}
2535
}

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-form-blocks",
4+
"version": "1.0.0",
5+
"source": {
6+
"url": "/root/path/not/relative/path/to/viget-form-blocks/.git",
7+
"type": "git",
8+
"reference": "main"
9+
}
10+
}
11+
}

viget-form-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Viget Form Blocks
44
* Plugin URI: https://viget.com
5-
* Description: Form blocks using ACF.
5+
* Description: Create forms in Gutenberg with ACF Blocks by Viget.
66
* Version: 1.0.0
77
* Requires at least: 5.7
88
* Requires PHP: 8.1

0 commit comments

Comments
 (0)