-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·40 lines (40 loc) · 1.08 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
{
"name": "bulckens/app-tools",
"description": "Boilerplate tools for Slim + Eloquent + Twig based PHP apps",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "wout",
"email": "[email protected]"
}
],
"require": {
"twig/twig": "^1.38",
"twig/extensions": "^1.4",
"monolog/monolog": "^1.21",
"swiftmailer/swiftmailer": "^5.4",
"illuminate/database": "^6.11",
"symfony/yaml": "^5.1",
"bulckens/cli-tools": "^0.3",
"bulckens/helpers": "^0.9",
"illuminate/support": "^6.11",
"slim/slim": "^3.7",
"cartalyst/sentinel": "^3.0",
"illuminate/events": "^6.11",
"symfony/http-foundation": "^3.2",
"desarrolla2/cache": "^3.0",
"predis/predis": "^1.1",
"aws/aws-sdk-php": "^3.36",
"danhunsaker/php-resque": "^1.3",
"symfony/dotenv": "^5.1"
},
"require-dev": {
"phpspec/phpspec": "^7.1"
},
"autoload": {
"psr-0": {
"Bulckens": "src/"
}
}
}