-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.lock
69 lines (69 loc) · 2.18 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
{
"_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": "7d39b36b36fdcebbb2eb2af3d195d3f4",
"packages": [
{
"name": "tedivm/fetch",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/tedious/Fetch.git",
"reference": "ea3f1bbde6bd6388488105240640642dc82c06a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tedious/Fetch/zipball/ea3f1bbde6bd6388488105240640642dc82c06a6",
"reference": "ea3f1bbde6bd6388488105240640642dc82c06a6",
"shasum": ""
},
"require": {
"ext-imap": "*",
"php": ">=5.3.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "0.5.*",
"phpunit/phpunit": "4.2.*",
"satooshi/php-coveralls": "dev-master",
"tedivm/dovecottesting": "1.2.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Fetch": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Robert Hafner",
"email": "[email protected]"
}
],
"description": "A PHP IMAP Library",
"homepage": "http://github.com/tedious/Fetch",
"keywords": [
"email",
"imap",
"pop3"
],
"time": "2015-08-02T03:38:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}