-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
114 lines (114 loc) · 3.45 KB
/
composer.lock
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f18fc475f57ad246402a0d8937963aae",
"packages": [
{
"name": "leocavalcante/siler",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/leocavalcante/siler.git",
"reference": "75b98a84d639ef3f43dbd3fd161c2d8013a56ef6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leocavalcante/siler/zipball/75b98a84d639ef3f43dbd3fd161c2d8013a56ef6",
"reference": "75b98a84d639ef3f43dbd3fd161c2d8013a56ef6",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"cboden/ratchet": "^0.4",
"cocur/slugify": "^3.2",
"gabordemooij/redbean": "^5.3",
"mongodb/mongodb": "^1.4",
"monolog/monolog": "^2.0",
"phan/phan": "^2.2",
"phpunit/phpunit": "^8.3",
"ratchet/pawl": "^0.3",
"squizlabs/php_codesniffer": "^3.4",
"swiftmailer/swiftmailer": "^6.2",
"swoole/ide-helper": "^4.4",
"twig/twig": "^2.11",
"vlucas/phpdotenv": "^3.4",
"webonyx/graphql-php": "^0.13",
"zendframework/zend-diactoros": "^2.1",
"zendframework/zend-httphandlerrunner": "^1.1",
"zendframework/zend-stratigility": "^3.2"
},
"suggest": {
"vlucas/phpdotenv": "Storing configuration in the environment is one of the tenets of a twelve-factor app."
},
"type": "library",
"autoload": {
"psr-4": {
"Siler\\": "src/"
},
"files": [
"src/Container/Container.php",
"src/Db/Db.php",
"src/Db/Mongo.php",
"src/Db/Redis.php",
"src/Diactoros/Diactoros.php",
"src/Dotenv/Dotenv.php",
"src/Encoder/Json.php",
"src/Functional/Functional.php",
"src/Functional/Monad/Monad.php",
"src/GraphQL/GraphQL.php",
"src/Http/Http.php",
"src/Http/Request.php",
"src/Http/Response.php",
"src/HttpHandlerRunner/HttpHandlerRunner.php",
"src/Mail/SwiftMailer.php",
"src/Monolog/Monolog.php",
"src/Prelude/Str.php",
"src/Prelude/Tuple.php",
"src/Ratchet/Ratchet.php",
"src/Result/Result.php",
"src/Route/Route.php",
"src/Siler.php",
"src/Stratigility/Stratigility.php",
"src/Swoole/Swoole.php",
"src/Twig/Twig.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "leocavalcante",
"email": "[email protected]"
}
],
"description": "Siler is a set of general purpose high-level abstractions aiming an API for declarative programming in PHP.",
"keywords": [
"api",
"framework",
"functional",
"graphql",
"micro",
"router",
"swoole"
],
"time": "2019-10-14T23:47:28+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"leocavalcante/siler": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}