]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/oyejorge/less.php/composer.json
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / oyejorge / less.php / composer.json
diff --git a/vendor/oyejorge/less.php/composer.json b/vendor/oyejorge/less.php/composer.json
new file mode 100644 (file)
index 0000000..d16ce5e
--- /dev/null
@@ -0,0 +1,39 @@
+{
+       "name": "oyejorge/less.php",
+       "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
+       "keywords": [ "less", "css", "php", "stylesheet", "less.js", "lesscss" ],
+       "homepage": "http://lessphp.gpeasy.com",
+       "license": "Apache-2.0",
+       "authors": [
+               {
+                       "name": "Josh Schmidt",
+                       "homepage": "https://github.com/oyejorge"
+               },
+               {
+                       "name": "Matt Agar",
+                       "homepage": "https://github.com/agar"
+               },
+               {
+                       "name": "Martin Jantošovič",
+                       "homepage": "https://github.com/Mordred"
+               }
+       ],
+       "require": {
+               "PHP" : ">=5.3"
+       },
+       "require-dev": {
+               "phpunit/phpunit": "~4.8.24"
+       },
+       "scripts": {
+               "test": [
+                       "phpunit"
+               ]
+       },
+       "autoload": {
+               "psr-0": { "Less": "lib/" },
+               "classmap": ["lessc.inc.php"]
+       },
+       "bin": [
+               "bin/lessc"
+       ]
+}