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 8b54f98 commit 336ea46Copy full SHA for 336ea46
composer.json
@@ -1,8 +1,11 @@
1
{
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"
+ "name": "wordpress-premium/advanced-custom-fields-pro",
+ "description": "Customise WordPress with powerful, professional and intuitive fields.",
+ "type": "wordpress-plugin",
+ "homepage": "https://www.advancedcustomfields.com",
+ "license": "GPL-2.0-or-later",
+ "minimum-stability": "dev",
8
+ "require": {
9
+ "php": ">=7.0"
10
+ }
11
}
0 commit comments