-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
63 lines (63 loc) · 2.03 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
{
"_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": "3c0006b068178ae14bcb33b81b7df2e5",
"packages": [
{
"name": "attogram/router",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/attogram/router.git",
"reference": "1d0ef41801f49b4e3f6ecf8d52438129fe82dda9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/attogram/router/zipball/1d0ef41801f49b4e3f6ecf8d52438129fe82dda9",
"reference": "1d0ef41801f49b4e3f6ecf8d52438129fe82dda9",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Attogram\\Router\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Attogram Project",
"homepage": "https://github.com/attogram",
"role": "Developer"
}
],
"description": "Attogram Router for PHP 7 - small, flexible, and surprisingly powerful",
"homepage": "https://github.com/attogram/router",
"keywords": [
"One class",
"php 7",
"router"
],
"time": "2019-04-07T17:59:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^7.0"
},
"platform-dev": []
}