-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
26 lines (26 loc) · 849 Bytes
/
composer.json
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
{
"name": "hautelook/templated-uri-bundle",
"description": "Symfony2 Bundle that provides a RFC-6570 compatible router and URL Generator.",
"keywords": ["Symfony2", "URI", "URL", "RFC 6570", "JSON", "XML", "Hateoas"],
"type": "symfony-bundle",
"license": "MIT",
"homepage": "http://www.hautelooktech.com/",
"authors": [
{
"name": "Baldur Rensch",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"symfony/routing": ">=2.1.0, <= 2.2.99",
"symfony/http-kernel": ">=2.1.0, <= 2.2.99",
"symfony/framework-bundle": ">=2.1.0, <= 2.2.99"
},
"require-dev": {},
"autoload": {
"psr-0": { "Hautelook\\TemplatedUriBundle": "" }
},
"target-dir": "Hautelook/TemplatedUriBundle",
"minimum-stability": "dev"
}