-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.37 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "smartbox/api-bundle",
"description": "Smartbox Api Bundle",
"type": "symfony-bundle",
"license": "MIT",
"autoload": {
"psr-4": {
"Smartbox\\ApiBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Smartbox\\ApiRestClient\\": "ApiRestClient"
}
},
"require": {
"php": ">=7.0",
"symfony/symfony": "~2.8 || ~3.4",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "^4.0 || ^5.0",
"sensio/framework-extra-bundle": "^3.0",
"friendsofsymfony/rest-bundle": "^1.7",
"nelmio/api-doc-bundle": "^2.11.2",
"noxlogic/ratelimit-bundle": "^1.5",
"snc/redis-bundle": "~1.1 || ~2.1",
"predis/predis": "^1.0",
"nikic/php-parser": "^2.0@dev",
"psr/cache": "^1.0",
"smartbox/core-bundle": "~1.4",
"jms/serializer-bundle": "^2.4",
"smartbox/besimple-soap": "^1.3"
},
"require-dev": {
"digitalnature/php-ref": "dev-master",
"guzzlehttp/guzzle": "^6.3",
"sensio/generator-bundle": "~3.1",
"symfony/phpunit-bridge": "*",
"phpspec/prophecy": "^1.7",
"symfony/cache": "~3.0 || ~4.0"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"prefer-stable" : true
}