-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
138 lines (138 loc) · 4.82 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"_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": "71e12c6906a188d86864659112fc49b4",
"packages": [
{
"name": "matomo/matomo-php-tracker",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/matomo-php-tracker.git",
"reference": "320756c1a85ea9092387ab51032da6db2f9ffec2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/320756c1a85ea9092387ab51032da6db2f9ffec2",
"reference": "320756c1a85ea9092387ab51032da6db2f9ffec2",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-curl": "Using this extension to issue the HTTPS request to Matomo"
},
"type": "library",
"autoload": {
"classmap": [
"."
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "The Matomo Team",
"email": "[email protected]",
"homepage": "https://matomo.org/team/"
}
],
"description": "PHP Client for Matomo Analytics Tracking API",
"homepage": "https://matomo.org",
"keywords": [
"analytics",
"matomo",
"piwik",
"tracker"
],
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/matomo-php-tracker/issues",
"source": "https://github.com/matomo-org/matomo-php-tracker"
},
"time": "2021-05-19T11:44:04+00:00"
},
{
"name": "pecee/simple-router",
"version": "4.3.6.1",
"source": {
"type": "git",
"url": "https://github.com/skipperbent/simple-php-router.git",
"reference": "e5552a88cfd482099772ec09cfb154b5cba02461"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/skipperbent/simple-php-router/zipball/e5552a88cfd482099772ec09cfb154b5cba02461",
"reference": "e5552a88cfd482099772ec09cfb154b5cba02461",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1"
},
"require-dev": {
"mockery/mockery": "^1",
"phpstan/phpstan": "^0",
"phpstan/phpstan-deprecation-rules": "^0",
"phpstan/phpstan-phpunit": "^0",
"phpstan/phpstan-strict-rules": "^0",
"phpunit/phpunit": "^7"
},
"type": "library",
"autoload": {
"psr-4": {
"Pecee\\": "src/Pecee/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Simon Sessingø",
"email": "[email protected]"
}
],
"description": "Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.",
"keywords": [
"framework",
"input-handler",
"laravel",
"pecee",
"php",
"request-handler",
"route",
"router",
"routing",
"routing-engine",
"simple-php-router",
"url-handling"
],
"support": {
"issues": "https://github.com/skipperbent/simple-php-router/issues",
"source": "https://github.com/skipperbent/simple-php-router/issues"
},
"time": "2021-06-15T08:16:25+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}