-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9c12259
Showing
38 changed files
with
27,971 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
composer.talis.io |
Binary file not shown.
13,298 changes: 13,298 additions & 0 deletions
13,298
include/all$2158c195e0202659f2bc3a0e8ccaf620fba32c78.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"packages": { | ||
"oclc/auth": [ | ||
{ | ||
"name": "OCLC/Auth", | ||
"version": "dev-master", | ||
"version_normalized": "dev-master", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git", | ||
"reference": "5ae66f23d098a4fdd5cde2b807dc5477e3ab8a2e" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/5ae66f23d098a4fdd5cde2b807dc5477e3ab8a2e", | ||
"reference": "5ae66f23d098a4fdd5cde2b807dc5477e3ab8a2e", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-openssl": "*", | ||
"guzzlehttp/guzzle": "^6", | ||
"lib-curl": "*", | ||
"lib-openssl": "*", | ||
"php": ">=7.0" | ||
}, | ||
"require-dev": { | ||
"php-vcr/php-vcr": "1.3.1", | ||
"php-vcr/phpunit-testlistener-vcr": "*", | ||
"phpdocumentor/phpdocumentor": "2.*", | ||
"phploc/phploc": "3.*", | ||
"phpmd/phpmd": "2.*", | ||
"phpunit/phpunit": "^5", | ||
"sebastian/phpcpd": "2.0.4", | ||
"squizlabs/php_codesniffer": "2.*", | ||
"zendframework/zend-log": "2.*" | ||
}, | ||
"time": "2021-10-18T13:35:17+00:00", | ||
"default-branch": true, | ||
"type": "library", | ||
"autoload": { | ||
"psr-0": { | ||
"OCLC": "src" | ||
} | ||
}, | ||
"license": [ | ||
"Apache-2.0" | ||
], | ||
"description": "Authentication and Authorization Library for OCLC Web Services", | ||
"keywords": [ | ||
"OCLC" | ||
], | ||
"support": { | ||
"source": "https://github.com/OCLC-Developer-Network/oclc-auth-php/tree/master", | ||
"issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues" | ||
}, | ||
"abandoned": true | ||
}, | ||
{ | ||
"name": "OCLC/Auth", | ||
"version": "dev-wayf_support", | ||
"version_normalized": "dev-wayf_support", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git", | ||
"reference": "fdc19652a391a36948ed189e0d7ec1dfaeedde02" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/fdc19652a391a36948ed189e0d7ec1dfaeedde02", | ||
"reference": "fdc19652a391a36948ed189e0d7ec1dfaeedde02", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-openssl": "*", | ||
"guzzlehttp/guzzle": "^6", | ||
"lib-curl": "*", | ||
"lib-openssl": "*", | ||
"php": ">=5.6" | ||
}, | ||
"require-dev": { | ||
"php-vcr/php-vcr": "1.3.1", | ||
"php-vcr/phpunit-testlistener-vcr": "*", | ||
"phpdocumentor/phpdocumentor": "2.*", | ||
"phpunit/phpunit": "^5", | ||
"zendframework/zend-log": "2.*" | ||
}, | ||
"time": "2017-03-15T15:39:54+00:00", | ||
"type": "library", | ||
"autoload": { | ||
"psr-0": { | ||
"OCLC": "src" | ||
} | ||
}, | ||
"license": [ | ||
"Apache-2.0" | ||
], | ||
"description": "Authentication and Authorization Library for OCLC Web Services", | ||
"keywords": [ | ||
"OCLC" | ||
], | ||
"support": { | ||
"source": "https://github.com/OCLC-Developer-Network/oclc-auth-php/tree/wayf_support", | ||
"issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues" | ||
}, | ||
"abandoned": true | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.