PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sami Ilyes Mazouz   PHP License Detector   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP License Detector
Detect the type of project license text
Author: By
Last change:
Date: 4 years ago
Size: 656 bytes
 

Contents

Class file image Download
{ "name": "sycho/license-detector", "type": "library", "description": "License Type Detector", "authors": [ { "name": "Sami 'SychO' Mazouz", "homepage": "https://sycho9.github.io" } ], "license": "MIT", "keywords": ["license", "php"], "homepage": "https://sycho9.github.io", "require": { "php": ">=7.2.0", "symfony/yaml": "^4.3.3" }, "require-dev": { "phpunit/phpunit": "^8" }, "autoload": { "psr-4": { "LicenseDetector\\": "license-detector" } }, "minimum-stability": "dev", "prefer-stable": true }