Skip to content

Commit 7143a4e

Browse files
committed
fix: remove version constraint from composer.json
1 parent dad6d16 commit 7143a4e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "micropackage/acf-block-creator",
3-
"version": "1.0.6",
43
"description": "ACF Block Creator - automatic block creation add-on for ACF",
54
"license": "GPL-3.0-or-later",
65
"authors": [
76
{
87
"name": "Jakub Mikita",
98
"email": "jakub@bracketspace.com"
109
},
11-
{
12-
"name": "Wojtek Szałkiewicz",
13-
"email": "wojtek@szalkiewicz.pl"
14-
}
10+
{
11+
"name": "Wojtek Szałkiewicz",
12+
"email": "wojtek@szalkiewicz.pl"
13+
}
1514
],
1615
"scripts": {
1716
"phpcs": "phpcs",

0 commit comments

Comments
 (0)