mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge pull request #317 from WinterSilence/patch-2
Update composer.json
This commit is contained in:
commit
5e8530524b
@ -2,7 +2,7 @@
|
||||
"name": "fenom/fenom",
|
||||
"type": "library",
|
||||
"description": "Fenom - excellent template engine for PHP",
|
||||
"keywords": ["fenom", "template", "templating", "templater"],
|
||||
"keywords": ["fenom", "template", "templating", "templater", "php"],
|
||||
"license": "BSD-3",
|
||||
"authors": [
|
||||
{
|
||||
@ -11,15 +11,20 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"php": ">=5.4",
|
||||
"ext-tokenizer": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "<6.0",
|
||||
"phpunit/phpunit": ">=6.0",
|
||||
"satooshi/php-coveralls": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "Fenom\\": "src/" },
|
||||
"classmap": [ "src/Fenom.php" ]
|
||||
"psr-4": {
|
||||
"Fenom\\": "src/Fenom/"
|
||||
},
|
||||
"psr-0": {
|
||||
"Fenom": "src/"
|
||||
},
|
||||
"classmap": ["src/"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user