diff options
Diffstat (limited to 'vendor/marcusschwarz/lesserphp/composer.json')
-rw-r--r-- | vendor/marcusschwarz/lesserphp/composer.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vendor/marcusschwarz/lesserphp/composer.json b/vendor/marcusschwarz/lesserphp/composer.json new file mode 100644 index 000000000..d32a5d4af --- /dev/null +++ b/vendor/marcusschwarz/lesserphp/composer.json @@ -0,0 +1,38 @@ +{ + "name": "marcusschwarz/lesserphp", + "type": "library", + "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", + "homepage": "http://leafo.net/lessphp/", + "license": [ + "MIT", + "GPL-3.0" + ], + "authors": [ + { + "name": "Leaf Corcoran", + "email": "leafot@gmail.com", + "homepage": "http://leafo.net" + }, + { + "name": "Marcus Schwarz", + "email": "github@maswaba.de", + "homepage": "https://www.maswaba.de" + } + + ], + "bin": ["plessc"], + "autoload": { + "classmap": ["lessc.inc.php"] + }, + "extra": { + "branch-alias": { + "dev-master": "0.5.1-dev" + } + }, + "require-dev": { + "phpunit/phpunit": "~4.3" + }, + "scripts": { + "test": "phpunit" + } +} |