forked from smartboxgroup/integration-framework-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.26 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.26 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
{
"name": "smartbox/integration-framework-bundle",
"description": "Smartbox Framework Bundle",
"type": "symfony-bundle",
"license": "MIT",
"autoload": {
"psr-4": {
"Smartbox\\Integration\\FrameworkBundle\\": ""
}
},
"require": {
"php": ">=5.6",
"ext-pcntl": "*",
"guzzlehttp/guzzle": "^6.0",
"symfony/symfony": "2.7.*",
"doctrine/annotations": "1.2.*",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~4.0",
"sensio/framework-extra-bundle": "^3.0",
"incenteev/composer-parameter-handler": "~2.0",
"jms/serializer-bundle": "^0.13.0",
"smartbox/besimple-soap": "dev-master",
"smartbox/core-bundle": "dev-master",
"ocramius/proxy-manager": "~1.0",
"stomp-php/stomp-php": "4.*",
"doctrine/doctrine-bundle": "^1.6"
},
"require-dev": {
"phpunit/php-code-coverage": "~4.0",
"phpunit/phpunit-mock-objects": "~3.2",
"phpunit/phpunit": "~5.4",
"sensio/generator-bundle": "~2.3",
"mongodb/mongodb": "~1.0"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"prefer-stable" : true
}