30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"name": "gravityforms/gravity-tools",
|
|
"description": "PHP libraries to support Gravity Forms applications.",
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Rocket Genius",
|
|
"email": "info@rocketgenius.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"repositories": [
|
|
{
|
|
"url": "https://github.com/WordPress/wordpress-develop.git",
|
|
"type": "git"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0",
|
|
"yoast/phpunit-polyfills": "4.0.0",
|
|
"lucatume/function-mocker": "~2.0",
|
|
"wordpress/wordpress": "dev-master"
|
|
}
|
|
}
|