-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
executable file
·69 lines (69 loc) · 2.46 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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "92f938ee219f8e130822b1414797a310",
"packages": [
{
"name": "cmpayments/iban",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/cmpayments/iban.git",
"reference": "f3666e58a00f166e43eafc46a9b502ad971ca954"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cmpayments/iban/zipball/f3666e58a00f166e43eafc46a9b502ad971ca954",
"reference": "f3666e58a00f166e43eafc46a9b502ad971ca954",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.0",
"phpunit/phpunit": "^4.7|>=5.0 <5.4",
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
"ext-bcmath": "Because this library makes use of bcmod function, bcmath extension is recommended for performance.",
"phpunit/phpunit": "If PHP Unit is not globally installed on your system the tests will not run, install the PHP Unit package locally to run the tests"
},
"type": "library",
"autoload": {
"psr-4": {
"CMPayments\\": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bas Peters",
"email": "[email protected]",
"homepage": "https://github.com/baspeters"
}
],
"description": "IBAN utility library",
"homepage": "http://github.com/cmpayments/iban",
"keywords": [
"IBAN",
"validation"
],
"time": "2018-02-19T14:55:51+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}