-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.lock
More file actions
105 lines (105 loc) · 3.44 KB
/
composer.lock
File metadata and controls
105 lines (105 loc) · 3.44 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
{
"_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": "4b149599d17ceb94fc10d95a95ac3169",
"packages": [
{
"name": "hisamu/php-xbase",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/luads/php-xbase.git",
"reference": "26ceae6c7ca67d67132b5c1108e5e2906343631d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/luads/php-xbase/zipball/26ceae6c7ca67d67132b5c1108e5e2906343631d",
"reference": "26ceae6c7ca67d67132b5c1108e5e2906343631d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"XBase": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Erwin Kooi",
"email": "info@cyane.nl"
},
{
"name": "Luã de Souza",
"email": "lsouza@codeinc.com.br"
}
],
"description": "A simple parser for *.dbf, *.fpt files using PHP",
"homepage": "https://github.com/hisamu/php-xbase",
"keywords": [
"dbase",
"foxpro"
],
"time": "2017-01-09T22:28:13+00:00"
},
{
"name": "ulrichsg/getopt-php",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/getopt-php/getopt-php.git",
"reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getopt-php/getopt-php/zipball/a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
"reference": "a51554a16e206a6642bf1a0d7d1e4378ec2ba980",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Ulrichsg\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ulrich Schmidt-Goertz",
"email": "ulrich@schmidt-goertz.de"
}
],
"description": "Command line arguments parser for PHP 5.3",
"homepage": "http://ulrichsg.github.io/getopt-php",
"time": "2015-03-28T14:09:20+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-mbstring": "*"
},
"platform-dev": []
}