-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
44 lines (44 loc) · 1.23 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
{
"autoload": {
"psr-0": {
"SiteMaster": "src",
"DB": "vendor/unl_submodules",
"RegExpRouter": "vendor/unl_submodules/RegExpRouter/src"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/saltybeagle/Savvy.git"
},
{
"type": "vcs",
"url": "https://github.com/saltybeagle/Spider.git"
},
{
"type": "vcs",
"url": "https://github.com/saltybeagle/Savvy_Turbo.git"
},
{
"type": "vcs",
"url": "https://github.com/unlpear/UNL_Cache_Lite.git"
}
],
"require": {
"saltybeagle/savvy": "0.8.1",
"symfony/event-dispatcher": "2.2.*",
"symfony/http-foundation": "2.8.52",
"saltybeagle/spider": "dev-master",
"saltybeagle/savvy_turbo": "0.1.*",
"unl/unl_cache_lite": "0.1.*",
"monolog/monolog": "1.7.*@dev",
"swiftmailer/swiftmailer": "@stable",
"michelf/php-markdown": "1.4.*@dev",
"masterminds/html5": "2.*",
"guzzlehttp/guzzle": "~3.7",
"paragonie/anti-csrf": "^1"
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}