-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
66 lines (66 loc) · 2.24 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
{
"_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": "0a106c2a2cca9475874c8dfddb8265d8",
"packages": [
{
"name": "formr/formr",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/formr/Formr.git",
"reference": "bf08c0f095277ff51f860e689f8b13bbcb54380e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/formr/Formr/zipball/bf08c0f095277ff51f860e689f8b13bbcb54380e",
"reference": "bf08c0f095277ff51f860e689f8b13bbcb54380e",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"autoload": {
"files": [
"class.formr.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-only"
],
"authors": [
{
"name": "Tim Gavin",
"homepage": "https://formr.github.io",
"role": "Original Author"
}
],
"description": "Formr is a PHP micro-framework which helps you build and validate forms quickly, painlessly, and without all the messy overhead.",
"support": {
"issues": "https://github.com/formr/Formr/issues",
"source": "https://github.com/formr/Formr/tree/1.4.5"
},
"funding": [
{
"url": "https://github.com/timgavin",
"type": "github"
}
],
"time": "2022-06-23T23:51:40+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}