Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/flexible-shipping-pro   php

Repository URL to install this package:

Version: 1.11.1 

/ wpdesk / wp-settings / composer.json

{
    "name": "wpdesk\/wp-settings",
    "type": "library",
    "description": "A PHP library for implementing a simple, transparent WordPress settings panel.",
    "keywords": [
        "wpdesk",
        "settings",
        "options"
    ],
    "homepage": "https:\/\/wpdesk.net\/",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "WP Desk",
            "email": "wpdesk@wpdesk.net"
        }
    ],
    "support": {
        "issues": "https:\/\/gitlab.com\/wpdesk\/wp-settings\/issues"
    },
    "autoload": {
        "classmap": [
            "source\/"
        ]
    },
    "require": {
        "php": ">=5.3.0",
        "composer\/installers": "~1.0"
    },
    "require-dev": {
        "satooshi\/php-coveralls": "dev-master",
        "phpunit\/phpunit": "3.7.31",
        "phpunit\/php-invoker": "1.1.3"
    },
    "config": {
        "preferred-install": "dist",
        "sort-packages": true
    },
    "minimum-stability": "dev"
}