-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
126 lines (126 loc) · 4.2 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
{
"_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": "a34d7b74866c244e3135f85f48063ee7",
"packages": [
{
"name": "jakoch/phantomjs-installer",
"version": "2.1.1-p09",
"source": {
"type": "git",
"url": "https://github.com/jakoch/phantomjs-installer.git",
"reference": "41c9fc2608adbc3905338c60829d6e4dd3b739bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jakoch/phantomjs-installer/zipball/41c9fc2608adbc3905338c60829d6e4dd3b739bf",
"reference": "41c9fc2608adbc3905338c60829d6e4dd3b739bf",
"shasum": ""
},
"require": {
"ext-bz2": "*",
"ext-openssl": "*",
"php": ">5.3"
},
"require-dev": {
"composer/composer": "^1.2",
"phpunit/phpunit": "^4.8"
},
"type": "custom-installer",
"autoload": {
"psr-4": {
"PhantomInstaller\\Test\\": "tests/"
},
"psr-0": {
"PhantomInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jens-André Koch",
"email": "[email protected]"
}
],
"description": "A Composer package which installs the PhantomJS binary (Linux, Windows, Mac) into `/bin` of your project.",
"keywords": [
"binaries",
"headless",
"phantomjs"
],
"time": "2017-08-16T08:57:05+00:00"
},
{
"name": "microweber/screen",
"version": "v2.0.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/microweber/screen.git",
"reference": "ae553dffeeba7e5b1d9df054109afdc402dde204"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microweber/screen/zipball/ae553dffeeba7e5b1d9df054109afdc402dde204",
"reference": "ae553dffeeba7e5b1d9df054109afdc402dde204",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"require-dev": {
"symfony/var-dumper": "^3.2"
},
"suggest": {
"jakoch/phantomjs-installer": "Installs the PhantomJS binary (Linux, Windows, Mac)"
},
"type": "library",
"autoload": {
"psr-4": {
"Screen\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Peter Ivanov",
"email": "[email protected]",
"homepage": "http://microweber.com"
},
{
"name": "André Filipe",
"email": "[email protected]",
"homepage": "http://masnathan.com"
}
],
"description": "A PHP Class to interact with PhantomJs and capture screenshot of a webpage",
"keywords": [
"capture",
"phantomjs",
"print-screen",
"screen"
],
"time": "2017-03-30T11:20:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"microweber/screen": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-gd": "*"
},
"platform-dev": []
}