-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.lock
More file actions
111 lines (111 loc) · 3.77 KB
/
composer.lock
File metadata and controls
111 lines (111 loc) · 3.77 KB
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
{
"_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": "3c31d67cad4d44212b45ff8c6d015e8e",
"packages": [
{
"name": "validformbuilder/validformbuilder",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/validformbuilder/validformbuilder.git",
"reference": "19f477cac4af17a193e14ace4462d840801d9c5a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/validformbuilder/validformbuilder/zipball/19f477cac4af17a193e14ace4462d840801d9c5a",
"reference": "19f477cac4af17a193e14ace4462d840801d9c5a",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"volnix/csrf": "~1.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "dev-master"
},
"type": "library",
"autoload": {
"psr-0": {
"ValidFormBuilder": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.0"
],
"authors": [
{
"name": "Felix Langfeldt",
"email": "felix@neverwoods.com"
},
{
"name": "Robin van Baalen",
"email": "robin@cattlea.com"
}
],
"description": "The easiest tool for generating XHTML 1.0 valid and CSS enabled webforms.",
"homepage": "http://www.validformbuilder.org/",
"keywords": [
"building",
"form",
"validation"
],
"time": "2020-04-03T18:34:47+00:00"
},
{
"name": "volnix/csrf",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/volnix/csrf.git",
"reference": "73743e18c22e680dfb6b34d0f7e8a649b4fc9532"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/volnix/csrf/zipball/73743e18c22e680dfb6b34d0f7e8a649b4fc9532",
"reference": "73743e18c22e680dfb6b34d0f7e8a649b4fc9532",
"shasum": ""
},
"require": {
"php": ">= 5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Volnix\\CSRF\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nick Volgas",
"email": "nvolgas@ark.org"
}
],
"description": "CSRF protection library that compares provided token to session token to ensure request validity.",
"homepage": "https://github.com/volnix/csrf",
"time": "2015-11-24T15:32:52+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"validformbuilder/validformbuilder": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "1.1.0"
}