Skip to content

Commit 336ea46

Browse files
committed
Mirror
1 parent 8b54f98 commit 336ea46

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "wordpress-premium/advanced-custom-fields-pro",
3-
"description": "Customise WordPress with powerful, professional and intuitive fields.",
4-
"type": "wordpress-plugin",
5-
"version": "6.2.7",
6-
"homepage": "https://www.advancedcustomfields.com",
7-
"license": "GPL-2.0-or-later"
2+
"name": "wordpress-premium/advanced-custom-fields-pro",
3+
"description": "Customise WordPress with powerful, professional and intuitive fields.",
4+
"type": "wordpress-plugin",
5+
"homepage": "https://www.advancedcustomfields.com",
6+
"license": "GPL-2.0-or-later",
7+
"minimum-stability": "dev",
8+
"require": {
9+
"php": ">=7.0"
10+
}
811
}

0 commit comments

Comments
 (0)