-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 899 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (32 loc) · 899 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
28
29
30
31
32
{
"autoload": {
"psr-4":{
"security\\":"security"
}
},
"require": {
"php": "~5.5.0|~5.6.0",
"symfony/validator": "dev-master",
"egulias/email-validator": "dev-master",
"psr/log": "dev-master",
"swiftmailer/swiftmailer": "dev-master",
"monolog/monolog": "dev-master",
"guzzlehttp/guzzle" :"~6.0.1",
"ramsey/uuid": "dev-master",
"moontoast/math": "dev-master",
"ircmaxell/random-lib": "dev-master",
"ext-spl": "*",
"ext-mcrypt": "*",
"ext-hash": "*",
"ext-curl": "*",
"ext-redis": "*"
},
"require-dev": {
"phing/phing": "dev-master",
"fzaninotto/faker": "dev-master",
"symfony/translation": "dev-master",
"friendsofphp/pickle": "*"
},
"minimum-stability": "alpha",
"prefer-stable": true
}