This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
68 lines (68 loc) · 2.02 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"require": {
"airbrake/phpbrake": "^0.6.0",
"danack/AurynConfig": "^0.9.1",
"danack/console": "^2.6",
"danack/esprintf": "^1.0.0",
"danack/params": "^0.4.0",
"danack/slim-auryn-invoker": "^2.0.1",
"dmore/behat-chrome-extension": "^1.2",
"dmore/chrome-mink-driver": "2.6",
"doctrine/orm": "v2.5.6",
"google/recaptcha": "^1.2",
"hashids/hashids": "^3.0",
"justinrainbow/json-schema": "^5.2.7",
"mandrill/mandrill": "^1.0.55",
"moneyphp/money": "^3.0",
"monolog/monolog": "1.22.1",
"rdlowrey/auryn": "^1.4.2",
"robmorgan/phinx": "0.8.1",
"savvot/random": "^0.3.0",
"seld/jsonlint": "^1.7",
"slim/slim": "3.7.0",
"stripe/stripe-php": "^5.1",
"twig/twig": "^2.6.2",
"twilio/sdk": "^5.23",
"zendframework/zend-diactoros": "^2.0.0",
"zendframework/zend-escaper": "^2.5",
"ext-redis": "*",
"ext-imagick": "*"
},
"require-dev": {
"behat/behat": "^3.4",
"behat/mink-extension": "^2.3",
"dmore/behat-chrome-extension": "^1.1",
"behat/mink-selenium2-driver": "^1.3",
"behat/mink-goutte-driver": "^1.2",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "6.5.5",
"slevomat/coding-standard": "^4.8.4",
"squizlabs/php_codesniffer": "^3.3.1",
"yoast/yoastcs": "1.0"
},
"autoload": {
"files": ["lib/functions.php"],
"psr-0": {
"Example\\": "lib/",
"BackgroundWorkerExample\\": "lib/"
},
"psr-4": {
"Birke\\Rememberme\\": "lib/birke/rememberme/src/",
"Example\\Route\\": "routes/"
}
},
"autoload-dev": {
"psr-0": {
"ExampleTest\\": "test/"
}
},
"config": {
"platform": {
"php": "7.2"
}
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/Danack/SlimAurynInvoker.git"
}]
}