-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.lock
100 lines (100 loc) · 3.54 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
{
"_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": "e68830d8864c93501246581cea7e143d",
"packages": [],
"packages-dev": [
{
"name": "tm/tooly-composer-script",
"version": "1.2.6",
"source": {
"type": "git",
"url": "https://github.com/tommy-muehle/tooly-composer-script.git",
"reference": "53cc0551122145b4ae4c523e64f3628329ef8ea5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tommy-muehle/tooly-composer-script/zipball/53cc0551122145b4ae4c523e64f3628329ef8ea5",
"reference": "53cc0551122145b4ae4c523e64f3628329ef8ea5",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"composer/composer": "1.*",
"mikey179/vfsstream": "1.6.*",
"php-mock/php-mock-phpunit": "1.1.*",
"symfony/console": "^3.0",
"tm/gpg-verifier": "1.*"
},
"suggest": {
"tm/gpg-verifier": "Allows verification over GPG for PHAR tools."
},
"type": "library",
"extra": {
"tools": {
"phpunit": {
"url": "https://phar.phpunit.de/phpunit-5.5.0.phar"
},
"phpcpd": {
"url": "https://phar.phpunit.de/phpcpd-2.0.4.phar"
},
"phpcs": {
"url": "https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar",
"force-replace": true
},
"phpmd": {
"url": "http://static.phpmd.org/php/latest/phpmd.phar",
"force-replace": true
},
"security-checker": {
"url": "http://get.sensiolabs.org/security-checker.phar",
"force-replace": true
}
}
},
"autoload": {
"psr-4": {
"Tooly\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tommy Muehle",
"email": "tommy.muehle@gmail.com",
"homepage": "https://tommy-muehle.de"
}
],
"description": "Simple composer script to manage phar files.",
"homepage": "https://github.com/tommy-muehle/tooly-composer-script",
"keywords": [
"composer",
"composer-phar",
"composer-script",
"gpg-verification",
"phar",
"phar-handling",
"phar-management"
],
"time": "2018-03-20T21:26:34+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.0"
},
"platform-dev": []
}