-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
85 lines (85 loc) · 2.82 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
{
"_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": "9f2071703a78400d2b54bfd7b1a43fe3",
"packages": [
{
"name": "jblond/php-diff",
"version": "v2.3.0",
"source": {
"type": "git",
"url": "https://github.com/JBlond/php-diff.git",
"reference": "c64c0ccb572f725b6ab126c7ea58e4aee997b971"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JBlond/php-diff/zipball/c64c0ccb572f725b6ab126c7ea58e4aee997b971",
"reference": "c64c0ccb572f725b6ab126c7ea58e4aee997b971",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pcre": "*",
"php": ">=7.2"
},
"require-dev": {
"jblond/php-cli": "^1.0",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "8.*",
"squizlabs/php_codesniffer": "*"
},
"suggest": {
"jblond/php-cli": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"jblond\\": "lib/jblond",
"Tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Mario",
"email": "leet31337@web.de"
},
{
"name": "Ferry Cools",
"email": "info@digilive.nl"
},
{
"name": "Chris Boulton",
"email": "chris.boulton@interspire.com"
}
],
"description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
"keywords": [
"diff",
"php",
"side-by-sidediff",
"unified"
],
"support": {
"issues": "https://github.com/JBlond/php-diff/issues",
"source": "https://github.com/JBlond/php-diff/tree/v2.3.0"
},
"time": "2020-11-19T13:09:35+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}