PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josantonius   PHP License System   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP License System
Manage PHP applications license keys
Author: By
Last change:
Date: 6 years ago
Size: 2,438 bytes
 

Contents

Class file image Download
{ "name": "eliasis-framework/license-handler", "description": "Licensing and applications manager.", "type": "eliasis-plugin", "source": { "type": "git", "url": "https://Josantonius@bitbucket.org/eliasis-framework/license-handler.git", "reference":"1.0.0" }, "keywords": [ "Eliasis", "Framework", "License Handler", "Eliasis plugin", "HMVC", "PHP" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "support": { "issues": "https://bitbucket.org/eliasis-framework/license-handler/issues", "forum": "http://stackoverflow.com/tags/eliasis-framework", "source": "https://bitbucket.org/eliasis-framework/license-handler" }, "require": { "php": "^5.6 || ^7.0", "eliasis-framework/eliasis" : "^1.1.3", "eliasis-framework/complement": "^1.1.1", "composer/installers" : "^1.4.0", "Josantonius/LoadTime" : "^1.1.7", "Josantonius/Ip" : "^1.1.7", "Josantonius/Hook" : "^1.1.0", "Josantonius/Database" : "^1.1.9" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0", "squizlabs/php_codesniffer": "^3.0", "friendsofphp/php-cs-fixer": "^2.3 || ^2.8", "phpmd/phpmd" : "^2.6" }, "autoload": { "psr-4": { "Eliasis\\Plugins\\LicenseHandler\\" : "src/" } }, "autoload-dev": { "psr-4": { "Eliasis\\Plugins\\LicenseHandler\\": "tests/" } }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "scripts": { "phpunit": "vendor/bin/phpunit --colors=always;", "phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');", "phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml", "fix": [ "vendor/bin/php-cs-fixer fix -v", "vendor/bin/phpcbf src tests" ], "tests": [ "clear", "@phpunit", "@phpmd", "@phpcs" ] } }