-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.24 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"require": {
"slim/slim": "3.*",
"slim/slim-skeleton": "3.*",
"slim/twig-view": "2.*",
"slim/csrf": "0.8.*",
"symfony/var-dumper": "^3.2",
"nesbot/carbon": "^1.20",
"illuminate/database": "^5.3",
"illuminate/events": "^5.3",
"robmorgan/phinx": "^0.6.4",
"fzaninotto/faker": "^1.6",
"dflydev/fig-cookies": "^1.0",
"slim/flash": "^0.2.0",
"doctrine/dbal": "^2.5",
"phpmailer/phpmailer": "^5.2",
"illuminate/queue": "^5.4",
"pda/pheanstalk": "^3.1",
"illuminate/encryption": "^5.4",
"lavary/crunz": "^1.4",
"symfony/cache": "^3.3",
"ivkos/pushbullet": "^3.3",
"tazzy/helpers": "dev-master",
"php-middleware/php-debug-bar": "^1.4",
"psy/psysh": "@stable",
"league/csv": "^9.0",
"lusitanian/oauth": "^0.8.10",
"guzzlehttp/guzzle": "^6.3",
"backup-manager/backup-manager": "1.1.3",
"league/flysystem-aws-s3-v3": "1.0.18",
"league/flysystem": "1.0.41",
"aws/aws-sdk-php": "^3.36",
"mtdowling/jmespath.php": "^2.4",
"slim/http-cache": "^0.4.0",
"nesk/puphpeteer": "^1.4"
},
"autoload": {
"psr-4": {
"HTTP\\": "app/HTTP"
}
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/tawazz/Tazzy-Helpers"
}]
}