-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (39 loc) · 1.08 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
35
36
37
38
39
40
{
"name": "happyr/linkedin-bundle",
"type": "symfony-bundle",
"description": "A symfony bundle for happyr/linkedin-api-client",
"keywords": [],
"homepage": "http://developer.happyr.com",
"license": "MIT",
"authors": [
{
"name": "Tobias Nyholm",
"email": "[email protected]"
}
],
"require": {
"php": "^5.5 || ^7.0",
"happyr/linkedin-api-client": "^1.0",
"symfony/dependency-injection": "^2.3 || ^3.0 || ^4.0",
"symfony/http-kernel": "^2.3 || ^3.0 || ^4.0"
},
"require-dev": {
"guzzlehttp/psr7": "^1.4",
"nyholm/symfony-bundle-test": "^1.3.1",
"php-http/curl-client": "^1.7",
"php-http/httplug-bundle": "^1.8",
"php-http/message": "^1.6",
"symfony/phpunit-bridge": "^3.4 || ^4.0"
},
"suggest": {
"php-http/httplug-bundle": "For easier configure your HTTP clients"
},
"autoload": {
"psr-4": {
"Happyr\\LinkedInBundle\\": ""
}
},
"config": {
"sort-packages": true
}
}