PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PHP Mini Language   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Mini Language
Execute string of a simple language conditions
Author: By
Last change: * 2.15 2020-12-01
* fixed the evaluation of 'set variable=function(variable2)' where function is a php function
Date: 4 years ago
Size: 852 bytes
 

Contents

Class file image Download
{ "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/" } } }