-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.06 KB
/
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
27
28
29
30
31
32
33
34
{
"name": "ibexa/templated-uri-bundle",
"description": "Fork of hautelook/templated-uri-bundle. 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]"
}
],
"replace": {
"hautelook/templated-uri-bundle": "self.version"
},
"require": {
"php": "^5.4|^7.0|^8.0",
"symfony/framework-bundle": "^2.8.50 || ^3.4.26 || ^4.1.12 || ^4.2.7 || ^5.0",
"ibexa/templated-uri-router": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.6.3 || ^6.0 || ^7.0"
},
"autoload": {
"psr-0": { "Hautelook\\TemplatedUriBundle": "" }
},
"target-dir": "Hautelook/TemplatedUriBundle",
"extra": {
"branch-alias": {
"dev-main": "4.0.x-dev"
}
}
}