-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 775 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 775 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
31
{
"name": "starychfojtu/viewcomponent",
"type": "symfony-bundle",
"keywords": [ "viewcomponents", "components", "component", "symfony", "twig"],
"license": "MIT",
"description": "Implementation of View Components for Symfony 3.3",
"authors": [
{
"name": "Josef Starýchfojtů",
"email": "josef.starychfojtu@gmail.com"
}
],
"autoload": {
"psr-4": {
"Starychfojtu\\ViewComponentBundle\\": ""
}
},
"require": {
"php": "^7.1",
"symfony/config": "^3.3",
"symfony/dependency-injection": "^3.3",
"symfony/finder": "^3.3",
"twig/twig": "^2.4",
"symfony/http-kernel": "^3.3",
"nayjest/str-case-converter": "^1.0",
"symfony/cache": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
}
}