forked from kanellov/slim-twig-flash
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 851 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "kanellov/slim-twig-flash",
"type": "library",
"description": "A Twig extension to access Slim Flash messages in templates",
"license": "GPL-3.0-or-later",
"keywords": ["slim","framework","provider","flash","message", "twig", "extension", "view"],
"authors": [
{
"name": "Vassilis Kanellopoulos",
"email": "contact@kanellov.com",
"homepage": "http://kanellov.com"
}
],
"require": {
"php": ">=5.5.0",
"twig/twig": "^1.0",
"slim/flash": "^0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "1.*",
"phpunit/PHPUnit": "4.8.0",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "2.*"
},
"autoload": {
"psr-4": {
"Knlv\\Slim\\Views\\": "src"
}
}
}