{
"name": "eftec/minilang",
"description": "A mini scripting language for php",
"version": "2.15",
"type": "library",
"keywords": [
"php"
,"script"
,"scripting"
,"language"
],
"homepage": "https://github.com/EFTEC/MiniLang",
"authors": [
{
"name": "Jorge Castro Castillo",
"homepage": "https://github.com/EFTEC/"
}
],
"minimum-stability": "beta",
"license": "LGPL-3.0",
"require": {
"php": ">=5.6",
"composer/installers": "^1.6",
"ext-ctype": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^7.5.1"
},
"autoload": {
"psr-4": {
"eftec\\minilang\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"eftec\\tests\\": "tests/"
}
}
}
|