-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
109 lines (109 loc) · 4 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
{
"_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": "ff2854ee127b11b12b88b730ff1d7c27",
"packages": [
{
"name": "leocavalcante/siler",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/leocavalcante/siler.git",
"reference": "0ee084c510fec4e5034b9a4400f1ebe8fb2b8eec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/leocavalcante/siler/zipball/0ee084c510fec4e5034b9a4400f1ebe8fb2b8eec",
"reference": "0ee084c510fec4e5034b9a4400f1ebe8fb2b8eec",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"cboden/ratchet": "^0.4.1",
"cocur/slugify": "^3.2",
"gabordemooij/redbean": "^5.4",
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^8.4",
"squizlabs/php_codesniffer": "^3.5",
"swiftmailer/swiftmailer": "^6.2",
"swoole/ide-helper": "^4.4",
"textalk/websocket": "^1.2",
"twig/twig": "^3.0",
"vimeo/psalm": "^3.7",
"vlucas/phpdotenv": "^3.6",
"webonyx/graphql-php": "^0.13",
"zendframework/zend-diactoros": "^2.2",
"zendframework/zend-httphandlerrunner": "^1.1",
"zendframework/zend-stratigility": "^3.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Siler\\": "src/"
},
"files": [
"src/Container/Container.php",
"src/Diactoros/Diactoros.php",
"src/Dotenv/Dotenv.php",
"src/Encoder/Json.php",
"src/facades.php",
"src/File/File.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-12-08T16:05:20+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"leocavalcante/siler": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}