This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
78 lines (78 loc) · 2.55 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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "131ea9e4e786df6351f430acd5270456",
"packages": [
{
"name": "m1/env",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/m1/Env.git",
"reference": "28c69afbe18212efff269329666c984ea8160536"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/m1/Env/zipball/28c69afbe18212efff269329666c984ea8160536",
"reference": "28c69afbe18212efff269329666c984ea8160536",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"josegonzalez/dotenv": "For loading of .env",
"m1/vars": "For loading of configs"
},
"type": "library",
"autoload": {
"psr-4": {
"M1\\Env\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Miles Croxford",
"email": "[email protected]",
"homepage": "http://milescroxford.com",
"role": "Developer"
}
],
"description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
"homepage": "https://github.com/m1/Env",
"keywords": [
".env",
"config",
"dotenv",
"env",
"loader",
"m1",
"parser",
"support"
],
"time": "2017-11-27 10:21:24"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"m1/env": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}