rhymix/vendor/leafo/lessphp/composer.json
Kijin Sung 1f9056fc08 Fix #1927 string * float error in leafo/lessphp
- dev-master 태그로 업데이트
- PHP 8.0 이상 버전에서 오류를 일으키는 {0} 문법 4군데 재수정
2022-07-03 00:01:25 +09:00

35 lines
747 B
JSON

{
"name": "leafo/lessphp",
"type": "library",
"description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/",
"license": [
"MIT",
"GPL-3.0"
],
"authors": [
{
"name": "Leaf Corcoran",
"email": "leafot@gmail.com",
"homepage": "http://leafo.net"
}
],
"bin": [
"plessc",
"lessify"
],
"autoload": {
"classmap": ["lessc.inc.php"]
},
"require-dev": {
"phpunit/phpunit": "^5.7.27",
"squizlabs/php_codesniffer": "3.3.2"
},
"scripts": {
"test": [
"phpunit",
"phpcs -p -s"
],
"fix": "phpcbf"
}
}