forked from giftcards/Encryption
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 700 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 700 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
{
"name": "giftcards/encryption",
"description": "Library that helps with managing encrypting data.",
"license": "MIT",
"require": {
"symfony/options-resolver": "~2.6|~3.0"
},
"require-dev": {
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/form": "~2.3|~3.0",
"doctrine/mongodb": "~1.1",
"doctrine/mongodb-odm": "~1.0",
"mockery/mockery": ">=0.8@dev",
"fzaninotto/faker": "~1.3",
"guzzle/guzzle": "~3.4",
"doctrine/cache": "~1.4",
"doctrine/dbal": "~2.1",
"doctrine/orm": "~2.1"
},
"autoload": {
"psr-0": {
"Giftcards\\Encryption": ""
}
},
"target-dir": "Giftcards/Encryption"
}