initial commit
This commit is contained in:
60
vendor/composer/installed.json
vendored
Normal file
60
vendor/composer/installed.json
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "biblys/isbn",
|
||||
"version": "2.4.0",
|
||||
"version_normalized": "2.4.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/biblys/isbn.git",
|
||||
"reference": "319408b2ef9aeea4f46304ac1a9868ea3ceff2ad"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/biblys/isbn/zipball/319408b2ef9aeea4f46304ac1a9868ea3ceff2ad",
|
||||
"reference": "319408b2ef9aeea4f46304ac1a9868ea3ceff2ad",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"guzzlehttp/guzzle": "^6.2",
|
||||
"phpunit/phpunit": "^6 || ^7 || ^8"
|
||||
},
|
||||
"time": "2021-03-05T00:00:00+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Biblys": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Clement Bourgoin",
|
||||
"email": "c@iwzr.fr"
|
||||
}
|
||||
],
|
||||
"description": "A PHP library to convert and validate ISBNs",
|
||||
"homepage": "https://github.com/biblys/isbn",
|
||||
"keywords": [
|
||||
"ISBN",
|
||||
"book",
|
||||
"ean",
|
||||
"gtin"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/biblys/isbn/issues",
|
||||
"source": "https://github.com/biblys/isbn/tree/2.4.0"
|
||||
},
|
||||
"install-path": "../biblys/isbn"
|
||||
}
|
||||
],
|
||||
"dev": true,
|
||||
"dev-package-names": []
|
||||
}
|
||||
Reference in New Issue
Block a user