forked from TheBigBrainsCompany/TbbcRestUtilBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 892 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 892 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
32
33
34
{
"name": "tbbc/rest-util-bundle",
"description": "Bundle for integrating tbbc/rest-util lib in a Symfony application.",
"keywords": ["rest", "restful", "api", "rest-util"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Benjamin Dulau",
"email": "benjamin.dulau@gmail.com"
}
],
"require": {
"php": ">=7.1.3|>=8.0.2",
"tbbc/rest-util": "^1.1.0",
"symfony/framework-bundle": ">=4.2"
},
"require-dev": {
"phpunit/phpunit": "3.*",
"symfony/form": ">=4.2"
},
"autoload": {
"psr-0": { "Tbbc\\RestUtilBundle": "" }
},
"target-dir": "Tbbc/RestUtilBundle",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config": {
"bin-dir": "bin"
}
}