forked from erichard/CloudFrontProxiesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 849 Bytes
/
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": "erichard/cloudfront-proxies-bundle",
"description": "Trusts the AWS Cloudfront proxies IP in your Symfony projects",
"type": "symfony-bundle",
"require": {
"symfony/framework-bundle": "^4.4.0 || ^5.0",
"symfony/http-client": "^4.4.0 || ^5.0"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Erichard\\CloudfrontProxiesBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Erichard\\CloudfrontProxiesBundle\\Test\\": "tests/"
}
},
"authors": [
{
"name": "Erwan Richard",
"email": "[email protected]"
}
],
"extra": {
"branch-alias": {
"dev-main": "1.0.x-dev"
}
}
}