-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
78 lines (78 loc) · 2.88 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
{
"_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": "77ca4f91919312ac3c64dfe3e1070b53",
"packages": [
{
"name": "restler/framework",
"version": "v5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/Luracast/Restler-Framework.git",
"reference": "bd8a103efc09b8ccfb54b4c9756e8cc0a5dcf31a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Luracast/Restler-Framework/zipball/bd8a103efc09b8ccfb54b4c9756e8cc0a5dcf31a",
"reference": "bd8a103efc09b8ccfb54b4c9756e8cc0a5dcf31a",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.4.0"
},
"replace": {
"luracast/restler": "3.*"
},
"suggest": {
"bshaffer/oauth2-server-php": "If you want to use OAuth2 for authentication",
"illuminate/view": "If you want to use laravel blade templates with Html format",
"mustache/mustache": "If you want to use mustache/handlebar templates with Html format",
"rodneyrehm/plist": "If you need Apple plist binary/xml format",
"symfony/yaml": "If you need YAML format",
"twig/twig": "If you want to use twig templates with Html format",
"zendframework/zendamf": "If you need AMF format"
},
"type": "library",
"autoload": {
"psr-4": {
"Luracast\\Restler\\": "/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Luracast",
"email": "arul@luracast.com"
}
],
"description": "Just the Restler Framework without the tests and examples",
"homepage": "https://luracast.com/products/restler/",
"keywords": [
"api",
"framework",
"rest",
"server"
],
"support": {
"source": "https://github.com/Luracast/Restler-Framework/tree/master"
},
"time": "2021-05-23T14:20:14+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}