Add script 'get-openssl-version.sh'.
This commit is contained in:
36
snippets/dokuwiki-2023-04-04/vendor/marcusschwarz/lesserphp/composer.json
vendored
Normal file
36
snippets/dokuwiki-2023-04-04/vendor/marcusschwarz/lesserphp/composer.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "marcusschwarz/lesserphp",
|
||||
"type": "library",
|
||||
"description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
|
||||
"homepage": "https://www.maswaba.de/lesserphpdocs/",
|
||||
"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"]
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2|^7.3|^7.4|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.0|^9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user