diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/CNAME b/CNAME
new file mode 100644
index 0000000..30dca57
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+composer.talis.io
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..e3f8aea
Binary files /dev/null and b/favicon.ico differ
diff --git a/include/all$4e52f3b3364d497d71ca01f2e9958872591ef298.json b/include/all$4e52f3b3364d497d71ca01f2e9958872591ef298.json
new file mode 100644
index 0000000..4566196
--- /dev/null
+++ b/include/all$4e52f3b3364d497d71ca01f2e9958872591ef298.json
@@ -0,0 +1,13692 @@
+{
+ "packages": {
+ "chrisboulton/php-resque": {
+ "1.2": {
+ "name": "chrisboulton/php-resque",
+ "version": "1.2",
+ "version_normalized": "1.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/0549d6c88a4aed934655b7c03b6153349d6c3ad0",
+ "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2012-10-13T07:28:16+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/1.2"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-TENT-1578-ImproveLoggingOfLostJobs": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "version_normalized": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "0f1043a420c5b7b6914049a387d91c69f911c31e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/0f1043a420c5b7b6914049a387d91c69f911c31e",
+ "reference": "0f1043a420c5b7b6914049a387d91c69f911c31e",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2015-12-15T13:34:24+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/TENT-1578-ImproveLoggingOfLostJobs"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-ZENDESK_12084": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-ZENDESK_12084",
+ "version_normalized": "dev-ZENDESK_12084",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "4aa3063e5015c9d80fe6378c300fd1e8adc0d5da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/4aa3063e5015c9d80fe6378c300fd1e8adc0d5da",
+ "reference": "4aa3063e5015c9d80fe6378c300fd1e8adc0d5da",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2016-02-19T15:20:39+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/ZENDESK_12084"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-exceptions": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-exceptions",
+ "version_normalized": "dev-exceptions",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "7f2ea51411467d150541fad1cf0c2937c4ec1621"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/7f2ea51411467d150541fad1cf0c2937c4ec1621",
+ "reference": "7f2ea51411467d150541fad1cf0c2937c4ec1621",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2015-02-03T17:54:08+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/exceptions"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-master": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0",
+ "reference": "a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:07:23+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/master"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-posix_signals_not_working_on_php7": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-posix_signals_not_working_on_php7",
+ "version_normalized": "dev-posix_signals_not_working_on_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "d3f77f3002e1617d3b80e38241cb6da0741dbb29"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/d3f77f3002e1617d3b80e38241cb6da0741dbb29",
+ "reference": "d3f77f3002e1617d3b80e38241cb6da0741dbb29",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T12:52:22+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/posix_signals_not_working_on_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-posix_signals_php7": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-posix_signals_php7",
+ "version_normalized": "dev-posix_signals_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "de33f05253e1e034267bd59e4b2743891448c4d6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/de33f05253e1e034267bd59e4b2743891448c4d6",
+ "reference": "de33f05253e1e034267bd59e4b2743891448c4d6",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:11:05+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/posix_signals_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-revert-5-posix_signals_not_working_on_php7": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-revert-5-posix_signals_not_working_on_php7",
+ "version_normalized": "dev-revert-5-posix_signals_not_working_on_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "67178195879f59cc26eab19e617b2b0d9cdba32e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/67178195879f59cc26eab19e617b2b0d9cdba32e",
+ "reference": "67178195879f59cc26eab19e617b2b0d9cdba32e",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:08:30+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/revert-5-posix_signals_not_working_on_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ "dev-working": {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-working",
+ "version_normalized": "dev-working",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "f2db9542196c267616e1833bf14641c864bf65cc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/f2db9542196c267616e1833bf14641c864bf65cc",
+ "reference": "f2db9542196c267616e1833bf14641c864bf65cc",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:13:10+00:00",
+ "default-branch": true,
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/working"
+ },
+ "abandoned": "resque/php-resque"
+ }
+ },
+ "oclc/auth": {
+ "v1.0": {
+ "name": "OCLC/Auth",
+ "version": "v1.0",
+ "version_normalized": "1.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "b5a8772997cf11929c1c8916c8628baade9ceebc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/b5a8772997cf11929c1c8916c8628baade9ceebc",
+ "reference": "b5a8772997cf11929c1c8916c8628baade9ceebc",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-02-12T15:15:51+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/v1.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "1.1": {
+ "name": "OCLC/Auth",
+ "version": "1.1",
+ "version_normalized": "1.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "b85a7f72bade5241f79634a55090b9443ca096ab"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/b85a7f72bade5241f79634a55090b9443ca096ab",
+ "reference": "b85a7f72bade5241f79634a55090b9443ca096ab",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-05-20T16:30:57+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/1.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "1.2.2": {
+ "name": "OCLC/Auth",
+ "version": "1.2.2",
+ "version_normalized": "1.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "5c66f00103afa155427a2cbd9c6fad8c0d2f7d13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/5c66f00103afa155427a2cbd9c6fad8c0d2f7d13",
+ "reference": "5c66f00103afa155427a2cbd9c6fad8c0d2f7d13",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-07-14T17:43:02+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/1.2.2",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "1.2.4": {
+ "name": "OCLC/Auth",
+ "version": "1.2.4",
+ "version_normalized": "1.2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5",
+ "reference": "20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-09-09T19:56:45+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/1.2.4",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "1.2.5": {
+ "name": "OCLC/Auth",
+ "version": "1.2.5",
+ "version_normalized": "1.2.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "7b5755179c73046feae275c451ae00eaa65832e8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/7b5755179c73046feae275c451ae00eaa65832e8",
+ "reference": "7b5755179c73046feae275c451ae00eaa65832e8",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-09-15T19:19:22+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/1.2.5",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "1.3": {
+ "name": "OCLC/Auth",
+ "version": "1.3",
+ "version_normalized": "1.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae",
+ "reference": "735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3",
+ "zendframework/zend-log": "2.0.*"
+ },
+ "time": "2014-11-26T19:21:38+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/1.3.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "2.0": {
+ "name": "OCLC/Auth",
+ "version": "2.0",
+ "version_normalized": "2.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "c368f90b1b9489bf339e78eefcb6e31be3949846"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/c368f90b1b9489bf339e78eefcb6e31be3949846",
+ "reference": "c368f90b1b9489bf339e78eefcb6e31be3949846",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpdocumentor/phpdocumentor": "2.*",
+ "phpunit/phpunit": "~3",
+ "zendframework/zend-log": "2.0.*"
+ },
+ "time": "2015-09-22T19:09:05+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/v2.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "3.0": {
+ "name": "OCLC/Auth",
+ "version": "3.0",
+ "version_normalized": "3.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "4d5cba082bc2817a4fd13f79e4c734d249dc6e31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/4d5cba082bc2817a4fd13f79e4c734d249dc6e31",
+ "reference": "4d5cba082bc2817a4fd13f79e4c734d249dc6e31",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzlehttp/guzzle": ">=6.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "1.3.1",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpdocumentor/phpdocumentor": "2.*",
+ "phpunit/phpunit": ">=3",
+ "zendframework/zend-log": "2.*"
+ },
+ "time": "2016-12-02T21:17:35+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/v3.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "4.0": {
+ "name": "OCLC/Auth",
+ "version": "4.0",
+ "version_normalized": "4.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "ffffa97f7f209911e1fd11b4b19ef20264bdef60"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/ffffa97f7f209911e1fd11b4b19ef20264bdef60",
+ "reference": "ffffa97f7f209911e1fd11b4b19ef20264bdef60",
+ "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-17T19:21:17+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/v4.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "4.1": {
+ "name": "OCLC/Auth",
+ "version": "4.1",
+ "version_normalized": "4.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "8f16e0d4ae62396028e1cc666def615fd0df7bc6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/8f16e0d4ae62396028e1cc666def615fd0df7bc6",
+ "reference": "8f16e0d4ae62396028e1cc666def615fd0df7bc6",
+ "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-04-11T20:56:15+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/v4.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "4.2": {
+ "name": "OCLC/Auth",
+ "version": "4.2",
+ "version_normalized": "4.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "cc2b802cc28f45069146ed0d7bde5843209e952c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/cc2b802cc28f45069146ed0d7bde5843209e952c",
+ "reference": "cc2b802cc28f45069146ed0d7bde5843209e952c",
+ "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": "2019-02-21T00:11:11+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/4.2",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "4.3.1": {
+ "name": "OCLC/Auth",
+ "version": "4.3.1",
+ "version_normalized": "4.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "4325ec1c3bcf546a25ede715348f4f8630d57e31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/4325ec1c3bcf546a25ede715348f4f8630d57e31",
+ "reference": "4325ec1c3bcf546a25ede715348f4f8630d57e31",
+ "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": "2019-02-21T00:36:49+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/4.3.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ "dev-master": {
+ "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
+ },
+ "dev-wayf_support": {
+ "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
+ }
+ },
+ "rsinger/worldcat-linkeddata-php": {
+ "v0.1": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "448a4b80c97a737230782f83ffd7340eaafafa45"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/448a4b80c97a737230782f83ffd7340eaafafa45",
+ "reference": "448a4b80c97a737230782f83ffd7340eaafafa45",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-13T17:45:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "v0.1.1": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "e224a7997626af76814e2f32db37cd9d5738b0d1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/e224a7997626af76814e2f32db37cd9d5738b0d1",
+ "reference": "e224a7997626af76814e2f32db37cd9d5738b0d1",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-13T18:08:28+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.1.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "v0.2": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "b4b744a39a78a1251b9d9761046fb0e8ddb1f80e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/b4b744a39a78a1251b9d9761046fb0e8ddb1f80e",
+ "reference": "b4b744a39a78a1251b9d9761046fb0e8ddb1f80e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-19T16:46:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.2",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "v0.3": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "74aa7563534ffe74a8c0abadf2334591f1fae6cc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/74aa7563534ffe74a8c0abadf2334591f1fae6cc",
+ "reference": "74aa7563534ffe74a8c0abadf2334591f1fae6cc",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-25T18:13:39+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "v0.3.1": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-10-06T19:08:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-10-06T19:08:30+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ "dev-reindex_unresolved_examples": {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "dev-reindex_unresolved_examples",
+ "version_normalized": "dev-reindex_unresolved_examples",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "85677612b439882666119615eb0a273ba7ac6a75"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/85677612b439882666119615eb0a273ba7ac6a75",
+ "reference": "85677612b439882666119615eb0a273ba7ac6a75",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2018-05-18T17:33:52+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/reindex_unresolved_examples",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ }
+ },
+ "t0k4rt/phpqrcode": {
+ "1.1.4": {
+ "name": "t0k4rt/phpqrcode",
+ "version": "1.1.4",
+ "version_normalized": "1.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/t0k4rt/phpqrcode",
+ "reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://github.com/t0k4rt/phpqrcode/zipball/d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2",
+ "reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
+ },
+ "type": "library",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Alexandre Assouad",
+ "email": "assouad@kairostag.com"
+ },
+ {
+ "name": "Dominik Dzienia",
+ "email": "deltalab@poczta.fm"
+ }
+ ],
+ "description": "PHP implementation of QR Code 2-D barcode generator",
+ "homepage": "https://github.com/t0k4rt/phpqrcode"
+ }
+ },
+ "talis/aws-sdk-php": {
+ "1.6.0": {
+ "name": "talis/aws-sdk-php",
+ "version": "1.6.0",
+ "version_normalized": "1.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/aws-sdk-php.git",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/aws-sdk-php/zipball/761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:13:50+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/aws-sdk-php/tree/1.6.0",
+ "issues": "https://github.com/talis/aws-sdk-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/aws-sdk-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/aws-sdk-php.git",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/aws-sdk-php/zipball/761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:13:50+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/aws-sdk-php/tree/1.6.0",
+ "issues": "https://github.com/talis/aws-sdk-php/issues"
+ }
+ }
+ },
+ "talis/bling": {
+ "0.1": {
+ "name": "talis/bling",
+ "version": "0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/0231d063bc0e137d1ad95befdad01675e7104a56",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-07T14:28:12+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.1": {
+ "name": "talis/bling",
+ "version": "0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/0231d063bc0e137d1ad95befdad01675e7104a56",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-07T14:28:12+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.10": {
+ "name": "talis/bling",
+ "version": "0.1.10",
+ "version_normalized": "0.1.10.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "467b55dc041944975cbc9e7a3a93b1da68e5eaaa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/467b55dc041944975cbc9e7a3a93b1da68e5eaaa",
+ "reference": "467b55dc041944975cbc9e7a3a93b1da68e5eaaa",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-01T10:48:57+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.10",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.11": {
+ "name": "talis/bling",
+ "version": "0.1.11",
+ "version_normalized": "0.1.11.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "a1a70aa347934bc9d5b8e15450991d04460effe6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/a1a70aa347934bc9d5b8e15450991d04460effe6",
+ "reference": "a1a70aa347934bc9d5b8e15450991d04460effe6",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-01T12:25:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.11",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.2": {
+ "name": "talis/bling",
+ "version": "0.1.2",
+ "version_normalized": "0.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "d70f143071e17dc674630a180cdec73719fb7231"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/d70f143071e17dc674630a180cdec73719fb7231",
+ "reference": "d70f143071e17dc674630a180cdec73719fb7231",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-11T08:46:28+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.3": {
+ "name": "talis/bling",
+ "version": "0.1.3",
+ "version_normalized": "0.1.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "e13177b26dbe68a25b18cf7cf10424ec331fb8d6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/e13177b26dbe68a25b18cf7cf10424ec331fb8d6",
+ "reference": "e13177b26dbe68a25b18cf7cf10424ec331fb8d6",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-12T09:30:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.4": {
+ "name": "talis/bling",
+ "version": "0.1.4",
+ "version_normalized": "0.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609",
+ "reference": "5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-26T07:29:06+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.5": {
+ "name": "talis/bling",
+ "version": "0.1.5",
+ "version_normalized": "0.1.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "080287d8ec98bf4cb01c1e24876a676917b63319"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/080287d8ec98bf4cb01c1e24876a676917b63319",
+ "reference": "080287d8ec98bf4cb01c1e24876a676917b63319",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-02T10:26:42+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.6": {
+ "name": "talis/bling",
+ "version": "0.1.6",
+ "version_normalized": "0.1.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385",
+ "reference": "7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-07T07:51:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.7": {
+ "name": "talis/bling",
+ "version": "0.1.7",
+ "version_normalized": "0.1.7.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "9efd982d0543541dfd8b4c1f219964982e6e55bb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/9efd982d0543541dfd8b4c1f219964982e6e55bb",
+ "reference": "9efd982d0543541dfd8b4c1f219964982e6e55bb",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-14T10:37:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.7",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.8": {
+ "name": "talis/bling",
+ "version": "0.1.8",
+ "version_normalized": "0.1.8.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "4d181bea38bdcdbe5798d15779fdf45c37922f70"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/4d181bea38bdcdbe5798d15779fdf45c37922f70",
+ "reference": "4d181bea38bdcdbe5798d15779fdf45c37922f70",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-25T12:35:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.8",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.1.9": {
+ "name": "talis/bling",
+ "version": "0.1.9",
+ "version_normalized": "0.1.9.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01",
+ "reference": "acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-29T14:09:50+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.9",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.0": {
+ "name": "talis/bling",
+ "version": "0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "526547cdf51fe658ceb2df1b623e56654ed54c6a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/526547cdf51fe658ceb2df1b623e56654ed54c6a",
+ "reference": "526547cdf51fe658ceb2df1b623e56654ed54c6a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-31T16:35:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.0",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.1": {
+ "name": "talis/bling",
+ "version": "0.2.1",
+ "version_normalized": "0.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "00d58006ec3759c309a1f8800a1369c3e9ddede8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/00d58006ec3759c309a1f8800a1369c3e9ddede8",
+ "reference": "00d58006ec3759c309a1f8800a1369c3e9ddede8",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-11-19T19:48:18+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.2": {
+ "name": "talis/bling",
+ "version": "0.2.2",
+ "version_normalized": "0.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "b1944928458a2f5fdd9a06112e7a77333896cb30"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/b1944928458a2f5fdd9a06112e7a77333896cb30",
+ "reference": "b1944928458a2f5fdd9a06112e7a77333896cb30",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-01-29T16:39:01+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.3": {
+ "name": "talis/bling",
+ "version": "0.2.3",
+ "version_normalized": "0.2.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "dd581a966ad59db1e1badd4edb01141fbc638c53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/dd581a966ad59db1e1badd4edb01141fbc638c53",
+ "reference": "dd581a966ad59db1e1badd4edb01141fbc638c53",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-02-02T10:24:14+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.4": {
+ "name": "talis/bling",
+ "version": "0.2.4",
+ "version_normalized": "0.2.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "99e29defd49a7543da56c368e0b0c27ce999a653"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/99e29defd49a7543da56c368e0b0c27ce999a653",
+ "reference": "99e29defd49a7543da56c368e0b0c27ce999a653",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-06-25T13:49:07+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.5": {
+ "name": "talis/bling",
+ "version": "0.2.5",
+ "version_normalized": "0.2.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "e57a4c48412cd5a0ca3d4c50d1c08d538fa53366"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/e57a4c48412cd5a0ca3d4c50d1c08d538fa53366",
+ "reference": "e57a4c48412cd5a0ca3d4c50d1c08d538fa53366",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-05T10:27:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.2.6": {
+ "name": "talis/bling",
+ "version": "0.2.6",
+ "version_normalized": "0.2.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "48b7c17a585e3408770baed13c82ddb438070c0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/48b7c17a585e3408770baed13c82ddb438070c0d",
+ "reference": "48b7c17a585e3408770baed13c82ddb438070c0d",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-05T15:14:44+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.0": {
+ "name": "talis/bling",
+ "version": "v0.3.0",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "f6908022314f2cac3e5b3bb3b75c7f2ce693b67a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/f6908022314f2cac3e5b3bb3b75c7f2ce693b67a",
+ "reference": "f6908022314f2cac3e5b3bb3b75c7f2ce693b67a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-09T15:04:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.0",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.1": {
+ "name": "talis/bling",
+ "version": "v0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "100e09ec9762d491136ac2146c77983d2a938b03"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/100e09ec9762d491136ac2146c77983d2a938b03",
+ "reference": "100e09ec9762d491136ac2146c77983d2a938b03",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-13T14:49:51+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.2": {
+ "name": "talis/bling",
+ "version": "v0.3.2",
+ "version_normalized": "0.3.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "ab881d1f89b750bd0ef2c4c2893054f363bccd93"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/ab881d1f89b750bd0ef2c4c2893054f363bccd93",
+ "reference": "ab881d1f89b750bd0ef2c4c2893054f363bccd93",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-16T13:41:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.3": {
+ "name": "talis/bling",
+ "version": "v0.3.3",
+ "version_normalized": "0.3.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "5bb8c234cf155ca65729853a0e80f3c8d9e818c8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/5bb8c234cf155ca65729853a0e80f3c8d9e818c8",
+ "reference": "5bb8c234cf155ca65729853a0e80f3c8d9e818c8",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-20T14:57:51+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.4": {
+ "name": "talis/bling",
+ "version": "v0.3.4",
+ "version_normalized": "0.3.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "215835203e8b1728fb0713286811ed4049159b3a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/215835203e8b1728fb0713286811ed4049159b3a",
+ "reference": "215835203e8b1728fb0713286811ed4049159b3a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-26T13:14:15+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.5": {
+ "name": "talis/bling",
+ "version": "v0.3.5",
+ "version_normalized": "0.3.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "dfe26a0e3b2dda3596b3369ff041f836d215efde"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/dfe26a0e3b2dda3596b3369ff041f836d215efde",
+ "reference": "dfe26a0e3b2dda3596b3369ff041f836d215efde",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-11-09T16:45:48+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "v0.3.6": {
+ "name": "talis/bling",
+ "version": "v0.3.6",
+ "version_normalized": "0.3.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "b4bb6cdafdbf0f3d84acd172977e17e930540752"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/b4bb6cdafdbf0f3d84acd172977e17e930540752",
+ "reference": "b4bb6cdafdbf0f3d84acd172977e17e930540752",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-02-19T14:06:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "0.3.7": {
+ "name": "talis/bling",
+ "version": "0.3.7",
+ "version_normalized": "0.3.7.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "64e99a27a71b92c04ef00ba8e1d1877417714067"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/64e99a27a71b92c04ef00ba8e1d1877417714067",
+ "reference": "64e99a27a71b92c04ef00ba8e1d1877417714067",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-02-19T18:40:00+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.3.7",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-TENT-1388_AllowHTTPClientToBeOverridden": {
+ "name": "talis/bling",
+ "version": "dev-TENT-1388_AllowHTTPClientToBeOverridden",
+ "version_normalized": "dev-TENT-1388_AllowHTTPClientToBeOverridden",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "7cb27a636191aa2f634d9130ca63294cc6fd1b68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/7cb27a636191aa2f634d9130ca63294cc6fd1b68",
+ "reference": "7cb27a636191aa2f634d9130ca63294cc6fd1b68",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-16T14:02:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1388_AllowHTTPClientToBeOverridden",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-TENT-1432-AuthenticationErrorDueToEncoding": {
+ "name": "talis/bling",
+ "version": "dev-TENT-1432-AuthenticationErrorDueToEncoding",
+ "version_normalized": "dev-TENT-1432-AuthenticationErrorDueToEncoding",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "1ae818f0f6ba61af22f8ccdbecfe781d6fc595db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/1ae818f0f6ba61af22f8ccdbecfe781d6fc595db",
+ "reference": "1ae818f0f6ba61af22f8ccdbecfe781d6fc595db",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-01T16:08:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1432-AuthenticationErrorDueToEncoding",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-TENT-1849-DirectDeliveryShouldDefaultToFalse": {
+ "name": "talis/bling",
+ "version": "dev-TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "version_normalized": "dev-TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "ef15a5dd98932a38918efeb06caf74da4ddf4065"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/ef15a5dd98932a38918efeb06caf74da4ddf4065",
+ "reference": "ef15a5dd98932a38918efeb06caf74da4ddf4065",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2016-10-11T12:28:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-TENT-652-better-matching": {
+ "name": "talis/bling",
+ "version": "dev-TENT-652-better-matching",
+ "version_normalized": "dev-TENT-652-better-matching",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "4989dff62ca14b75f23a6ea92d3c1c0644ea9147"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/4989dff62ca14b75f23a6ea92d3c1c0644ea9147",
+ "reference": "4989dff62ca14b75f23a6ea92d3c1c0644ea9147",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-31T13:53:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-652-better-matching",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-circle_ci2": {
+ "name": "talis/bling",
+ "version": "dev-circle_ci2",
+ "version_normalized": "dev-circle_ci2",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "750c0494516ae2be080c76c8eb90a74f95f84124"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/750c0494516ae2be080c76c8eb90a74f95f84124",
+ "reference": "750c0494516ae2be080c76c8eb90a74f95f84124",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-08-24T13:39:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/circle_ci2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/bling",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "61c8b7b409d54990b713a59fd9143b3f2a47c97c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/61c8b7b409d54990b713a59fd9143b3f2a47c97c",
+ "reference": "61c8b7b409d54990b713a59fd9143b3f2a47c97c",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-08-28T11:30:38+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/master",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ "dev-move-dev-dependencies": {
+ "name": "talis/bling",
+ "version": "dev-move-dev-dependencies",
+ "version_normalized": "dev-move-dev-dependencies",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "52716f86518e2ed66ce5e716608709537d45c99f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/52716f86518e2ed66ce5e716608709537d45c99f",
+ "reference": "52716f86518e2ed66ce5e716608709537d45c99f",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": "^1.5",
+ "patchwork/utf8": "^1.2",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T18:45:39+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/move-dev-dependencies",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ }
+ },
+ "talis/bootstrap-sass": {
+ "v3.1.0+2": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.1.0+2",
+ "version_normalized": "3.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "4f8c3465477a2e27a7197ac9493817d4c101b867"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/4f8c3465477a2e27a7197ac9493817d4c101b867",
+ "reference": "4f8c3465477a2e27a7197ac9493817d4c101b867",
+ "shasum": ""
+ },
+ "time": "2014-02-06T00:25:06+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.0+2"
+ }
+ },
+ "v3.1.1+2": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.1.1+2",
+ "version_normalized": "3.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "shasum": ""
+ },
+ "time": "2014-04-21T21:29:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.1+2"
+ }
+ },
+ "v3.10.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.10.0",
+ "version_normalized": "3.10.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "1571128237fdcddc189ece30f172fb37779d3482"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/1571128237fdcddc189ece30f172fb37779d3482",
+ "reference": "1571128237fdcddc189ece30f172fb37779d3482",
+ "shasum": ""
+ },
+ "time": "2022-01-18T16:18:43+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.10.0"
+ }
+ },
+ "v3.11.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.11.0",
+ "version_normalized": "3.11.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "02c918c91cd0e1a19435c05dd55c877084eb6352"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/02c918c91cd0e1a19435c05dd55c877084eb6352",
+ "reference": "02c918c91cd0e1a19435c05dd55c877084eb6352",
+ "shasum": ""
+ },
+ "time": "2022-03-25T13:09:45+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.11.0"
+ }
+ },
+ "v3.2.0+2": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.2.0+2",
+ "version_normalized": "3.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/881ce27c6b4101698ea849283933203e20861a33",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33",
+ "shasum": ""
+ },
+ "time": "2014-09-03T02:13:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.2.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.2.0+2"
+ }
+ },
+ "v3.3.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.0",
+ "version_normalized": "3.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d07374afdbe86e6a415c5ea68474b3d142e8fd72"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d07374afdbe86e6a415c5ea68474b3d142e8fd72",
+ "reference": "d07374afdbe86e6a415c5ea68474b3d142e8fd72",
+ "shasum": ""
+ },
+ "time": "2014-10-29T23:25:58+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.0"
+ }
+ },
+ "v3.3.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.1",
+ "version_normalized": "3.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "93f42bc913bdd4c9df3d4652bd5168b4ede870c6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/93f42bc913bdd4c9df3d4652bd5168b4ede870c6",
+ "reference": "93f42bc913bdd4c9df3d4652bd5168b4ede870c6",
+ "shasum": ""
+ },
+ "time": "2014-11-12T17:19:30+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.1"
+ }
+ },
+ "v3.3.2+1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.2+1",
+ "version_normalized": "3.3.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a477f37b57edec1665d996122abe31424b3b1841"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a477f37b57edec1665d996122abe31424b3b1841",
+ "reference": "a477f37b57edec1665d996122abe31424b3b1841",
+ "shasum": ""
+ },
+ "time": "2015-01-19T23:45:41+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.2+1"
+ }
+ },
+ "v3.3.3": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.3",
+ "version_normalized": "3.3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "107ca189e406bbe314eb84f0372ed3706b81c761"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/107ca189e406bbe314eb84f0372ed3706b81c761",
+ "reference": "107ca189e406bbe314eb84f0372ed3706b81c761",
+ "shasum": ""
+ },
+ "time": "2015-01-20T00:56:26+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.3"
+ }
+ },
+ "v3.3.4": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.4",
+ "version_normalized": "3.3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "1a5c521451d18e72ca57dea2af870ab552f4b42a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/1a5c521451d18e72ca57dea2af870ab552f4b42a",
+ "reference": "1a5c521451d18e72ca57dea2af870ab552f4b42a",
+ "shasum": ""
+ },
+ "time": "2015-03-16T16:23:24+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.4"
+ }
+ },
+ "v3.3.5": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.5",
+ "version_normalized": "3.3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d64d48fd23c9624cc5c996e6516b7dc33fde5919"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d64d48fd23c9624cc5c996e6516b7dc33fde5919",
+ "reference": "d64d48fd23c9624cc5c996e6516b7dc33fde5919",
+ "shasum": ""
+ },
+ "time": "2015-06-16T16:29:50+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.5"
+ }
+ },
+ "v3.3.6": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.6",
+ "version_normalized": "3.3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "446b41a5af0f20f139a6d33ded2a62101c3bd5a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/446b41a5af0f20f139a6d33ded2a62101c3bd5a1",
+ "reference": "446b41a5af0f20f139a6d33ded2a62101c3bd5a1",
+ "shasum": ""
+ },
+ "time": "2015-11-24T23:06:35+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.6"
+ }
+ },
+ "v3.3.7": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.7",
+ "version_normalized": "3.3.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
+ "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
+ "shasum": ""
+ },
+ "time": "2016-07-25T19:58:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.7"
+ }
+ },
+ "v3.4.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.0",
+ "version_normalized": "3.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "bb7dbf8af72b455b51936bc07e51efcaf6220bcc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/bb7dbf8af72b455b51936bc07e51efcaf6220bcc",
+ "reference": "bb7dbf8af72b455b51936bc07e51efcaf6220bcc",
+ "shasum": ""
+ },
+ "time": "2018-12-14T12:16:04+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.0"
+ }
+ },
+ "v3.4.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.1",
+ "version_normalized": "3.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "ff8d0ed39811da01161da931b25459c3d48af015"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/ff8d0ed39811da01161da931b25459c3d48af015",
+ "reference": "ff8d0ed39811da01161da931b25459c3d48af015",
+ "shasum": ""
+ },
+ "time": "2020-08-21T17:37:46+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.1"
+ }
+ },
+ "v3.4.2": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.2",
+ "version_normalized": "3.4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "be14e177c501aff0b02f14abfb426ce9cb653c1f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/be14e177c501aff0b02f14abfb426ce9cb653c1f",
+ "reference": "be14e177c501aff0b02f14abfb426ce9cb653c1f",
+ "shasum": ""
+ },
+ "time": "2020-09-08T12:35:30+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.2"
+ }
+ },
+ "v3.5.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.5.0",
+ "version_normalized": "3.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "60f3a41712c77b12cc513912578ebecff7fd1b6d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/60f3a41712c77b12cc513912578ebecff7fd1b6d",
+ "reference": "60f3a41712c77b12cc513912578ebecff7fd1b6d",
+ "shasum": ""
+ },
+ "time": "2020-09-14T12:54:14+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.5.0"
+ }
+ },
+ "v3.5.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.5.1",
+ "version_normalized": "3.5.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "966021f07f437afaa32ddfb6307e4d3d7fbaa37b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/966021f07f437afaa32ddfb6307e4d3d7fbaa37b",
+ "reference": "966021f07f437afaa32ddfb6307e4d3d7fbaa37b",
+ "shasum": ""
+ },
+ "time": "2020-09-17T13:19:09+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.5.1"
+ }
+ },
+ "v3.6.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "3a09d5c9b5a09e676fe34ab827c108f4c89a27bb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/3a09d5c9b5a09e676fe34ab827c108f4c89a27bb",
+ "reference": "3a09d5c9b5a09e676fe34ab827c108f4c89a27bb",
+ "shasum": ""
+ },
+ "time": "2020-09-20T15:43:34+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.6.0"
+ }
+ },
+ "v3.6.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.6.1",
+ "version_normalized": "3.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "118af08d1b4e1b8c1af86c581e0b4f535fb03fef"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/118af08d1b4e1b8c1af86c581e0b4f535fb03fef",
+ "reference": "118af08d1b4e1b8c1af86c581e0b4f535fb03fef",
+ "shasum": ""
+ },
+ "time": "2020-09-21T16:25:55+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.6.1"
+ }
+ },
+ "v3.7.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.0",
+ "version_normalized": "3.7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "c484a2ba10ae7d4d162765ee81b672664072e9e2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/c484a2ba10ae7d4d162765ee81b672664072e9e2",
+ "reference": "c484a2ba10ae7d4d162765ee81b672664072e9e2",
+ "shasum": ""
+ },
+ "time": "2020-09-21T20:45:32+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.0"
+ }
+ },
+ "v3.7.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.1",
+ "version_normalized": "3.7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "082d94b5564cbdcaced2f884a4c414e141d8b880"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/082d94b5564cbdcaced2f884a4c414e141d8b880",
+ "reference": "082d94b5564cbdcaced2f884a4c414e141d8b880",
+ "shasum": ""
+ },
+ "time": "2020-09-25T09:44:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.1"
+ }
+ },
+ "v3.7.10": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.10",
+ "version_normalized": "3.7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "2ad1a53b84cd77e6eb2078516d75ea97195cf5ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/2ad1a53b84cd77e6eb2078516d75ea97195cf5ba",
+ "reference": "2ad1a53b84cd77e6eb2078516d75ea97195cf5ba",
+ "shasum": ""
+ },
+ "time": "2021-05-24T15:12:58+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.10"
+ }
+ },
+ "v3.7.11": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.11",
+ "version_normalized": "3.7.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "bb0e4c876453c39442986949142c7703d30e0a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/bb0e4c876453c39442986949142c7703d30e0a33",
+ "reference": "bb0e4c876453c39442986949142c7703d30e0a33",
+ "shasum": ""
+ },
+ "time": "2021-06-11T09:25:12+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.11"
+ }
+ },
+ "v3.7.12": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.12",
+ "version_normalized": "3.7.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "f45dd6409caf13bae0c4bd73f3fa8a45457a56ce"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/f45dd6409caf13bae0c4bd73f3fa8a45457a56ce",
+ "reference": "f45dd6409caf13bae0c4bd73f3fa8a45457a56ce",
+ "shasum": ""
+ },
+ "time": "2021-07-02T11:53:39+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.12"
+ }
+ },
+ "v3.7.13": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.13",
+ "version_normalized": "3.7.13.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "178a16737a1bb1400c9ff0d80a313f64c1b12c8d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/178a16737a1bb1400c9ff0d80a313f64c1b12c8d",
+ "reference": "178a16737a1bb1400c9ff0d80a313f64c1b12c8d",
+ "shasum": ""
+ },
+ "time": "2021-08-05T13:51:26+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.13"
+ }
+ },
+ "v3.7.2": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.2",
+ "version_normalized": "3.7.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d98769f93ded5871f63aabf3b3fc530f6dfedba4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d98769f93ded5871f63aabf3b3fc530f6dfedba4",
+ "reference": "d98769f93ded5871f63aabf3b3fc530f6dfedba4",
+ "shasum": ""
+ },
+ "time": "2020-09-25T12:17:08+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.2"
+ }
+ },
+ "v3.7.3": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.3",
+ "version_normalized": "3.7.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "162dc99eefac2f1188706be822c8dcfad3e1d290"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/162dc99eefac2f1188706be822c8dcfad3e1d290",
+ "reference": "162dc99eefac2f1188706be822c8dcfad3e1d290",
+ "shasum": ""
+ },
+ "time": "2020-10-05T15:39:31+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.3"
+ }
+ },
+ "v3.7.4": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.4",
+ "version_normalized": "3.7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "fd006ec90a2ae010b598694244197177f49766df"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/fd006ec90a2ae010b598694244197177f49766df",
+ "reference": "fd006ec90a2ae010b598694244197177f49766df",
+ "shasum": ""
+ },
+ "time": "2020-10-06T11:51:57+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.4"
+ }
+ },
+ "v3.7.5": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.5",
+ "version_normalized": "3.7.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9",
+ "reference": "69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9",
+ "shasum": ""
+ },
+ "time": "2020-10-06T12:43:44+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.5"
+ }
+ },
+ "v3.7.6": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.6",
+ "version_normalized": "3.7.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "14069a1e901936210e614c82f14796f73ee57b01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/14069a1e901936210e614c82f14796f73ee57b01",
+ "reference": "14069a1e901936210e614c82f14796f73ee57b01",
+ "shasum": ""
+ },
+ "time": "2020-10-07T22:23:28+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.6"
+ }
+ },
+ "v3.7.7": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.7",
+ "version_normalized": "3.7.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "275d35d29c89e19f8a4824ccc467dadabfee6fdc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/275d35d29c89e19f8a4824ccc467dadabfee6fdc",
+ "reference": "275d35d29c89e19f8a4824ccc467dadabfee6fdc",
+ "shasum": ""
+ },
+ "time": "2020-10-12T12:25:18+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.7"
+ }
+ },
+ "v3.7.8": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.8",
+ "version_normalized": "3.7.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "fa0a89ae50864116d83b399346f19f8e28beb62c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/fa0a89ae50864116d83b399346f19f8e28beb62c",
+ "reference": "fa0a89ae50864116d83b399346f19f8e28beb62c",
+ "shasum": ""
+ },
+ "time": "2020-10-16T16:21:14+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.8"
+ }
+ },
+ "v3.7.9": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.9",
+ "version_normalized": "3.7.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "6b35de8e50c0a3d9588e09575672d350271daca4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/6b35de8e50c0a3d9588e09575672d350271daca4",
+ "reference": "6b35de8e50c0a3d9588e09575672d350271daca4",
+ "shasum": ""
+ },
+ "time": "2021-01-18T11:34:17+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.9"
+ }
+ },
+ "v3.8.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.8.0",
+ "version_normalized": "3.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "416a3e4d300ed4c02079e25c683d7ff66b1c34a6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/416a3e4d300ed4c02079e25c683d7ff66b1c34a6",
+ "reference": "416a3e4d300ed4c02079e25c683d7ff66b1c34a6",
+ "shasum": ""
+ },
+ "time": "2021-10-06T11:11:31+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.8.0"
+ }
+ },
+ "v3.9.0": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.9.0",
+ "version_normalized": "3.9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "25e4ac78f796afaf1802d62210c8d5975b36b86e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/25e4ac78f796afaf1802d62210c8d5975b36b86e",
+ "reference": "25e4ac78f796afaf1802d62210c8d5975b36b86e",
+ "shasum": ""
+ },
+ "time": "2021-10-07T19:19:27+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.9.0"
+ }
+ },
+ "v3.9.1": {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.9.1",
+ "version_normalized": "3.9.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a7d67a20d371e9b7ce271044c2654895855da155"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a7d67a20d371e9b7ce271044c2654895855da155",
+ "reference": "a7d67a20d371e9b7ce271044c2654895855da155",
+ "shasum": ""
+ },
+ "time": "2021-10-08T08:15:43+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.9.1"
+ }
+ },
+ "dev-3.1-stable": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.1-stable",
+ "version_normalized": "dev-3.1-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "shasum": ""
+ },
+ "time": "2014-04-21T21:29:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.1+2"
+ }
+ },
+ "dev-3.2-stable": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.2-stable",
+ "version_normalized": "dev-3.2-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/881ce27c6b4101698ea849283933203e20861a33",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33",
+ "shasum": ""
+ },
+ "time": "2014-09-03T02:13:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.2.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.2.0+2"
+ }
+ },
+ "dev-3.3-stable": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.3-stable",
+ "version_normalized": "dev-3.3-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca",
+ "reference": "a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca",
+ "shasum": ""
+ },
+ "time": "2015-11-24T23:08:07+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/3.3-stable"
+ }
+ },
+ "dev-convert-docs": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-convert-docs",
+ "version_normalized": "dev-convert-docs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "ec804cc5829139711e01e3718b6415a1c539cc15"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/ec804cc5829139711e01e3718b6415a1c539cc15",
+ "reference": "ec804cc5829139711e01e3718b6415a1c539cc15",
+ "shasum": ""
+ },
+ "time": "2015-07-01T20:03:28+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/convert-docs"
+ }
+ },
+ "dev-master": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "b72c181514c53219f3940f973ed6b9cb8a44a138"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/b72c181514c53219f3940f973ed6b9cb8a44a138",
+ "reference": "b72c181514c53219f3940f973ed6b9cb8a44a138",
+ "shasum": ""
+ },
+ "time": "2022-09-05T14:29:38+00:00",
+ "default-branch": true,
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/master"
+ }
+ },
+ "dev-next": {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-next",
+ "version_normalized": "dev-next",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2",
+ "reference": "3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2",
+ "shasum": ""
+ },
+ "time": "2016-02-21T09:17:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/next"
+ }
+ }
+ },
+ "talis/conneg": {
+ "2.0.4": {
+ "name": "talis/conneg",
+ "version": "2.0.4",
+ "version_normalized": "2.0.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/conneg.git",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/conneg/zipball/9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "shasum": ""
+ },
+ "time": "2013-04-24T14:03:17+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/conneg/tree/2.0.4",
+ "issues": "https://github.com/talis/conneg/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/conneg",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/conneg.git",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/conneg/zipball/9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "shasum": ""
+ },
+ "time": "2013-04-24T14:03:17+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/conneg/tree/2.0.4",
+ "issues": "https://github.com/talis/conneg/issues"
+ }
+ }
+ },
+ "talis/f3": {
+ "2.0.12": {
+ "name": "talis/f3",
+ "version": "2.0.12",
+ "version_normalized": "2.0.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "7cb31b02ef019e5c59a2269931aa37c6d489897d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/7cb31b02ef019e5c59a2269931aa37c6d489897d",
+ "reference": "7cb31b02ef019e5c59a2269931aa37c6d489897d",
+ "shasum": ""
+ },
+ "time": "2013-04-24T11:53:19+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ "2.0.12.1": {
+ "name": "talis/f3",
+ "version": "2.0.12.1",
+ "version_normalized": "2.0.12.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "6e0714cce0da17a37a841cb4a9bf73d9c317de69"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/6e0714cce0da17a37a841cb4a9bf73d9c317de69",
+ "reference": "6e0714cce0da17a37a841cb4a9bf73d9c317de69",
+ "shasum": ""
+ },
+ "time": "2013-04-24T13:03:15+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.1",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ "2.0.12.2": {
+ "name": "talis/f3",
+ "version": "2.0.12.2",
+ "version_normalized": "2.0.12.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "shasum": ""
+ },
+ "time": "2013-10-22T08:56:44+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.2",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ "dev-Allow-Cursors-In-Templates": {
+ "name": "talis/f3",
+ "version": "dev-Allow-Cursors-In-Templates",
+ "version_normalized": "dev-Allow-Cursors-In-Templates",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "45885a97efe323e10c8dd6deeea4ad98e3233ace"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/45885a97efe323e10c8dd6deeea4ad98e3233ace",
+ "reference": "45885a97efe323e10c8dd6deeea4ad98e3233ace",
+ "shasum": ""
+ },
+ "time": "2014-05-15T17:51:37+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/Allow-Cursors-In-Templates",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ "dev-dev-34": {
+ "name": "talis/f3",
+ "version": "dev-dev-34",
+ "version_normalized": "dev-dev-34",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "9a6b6270e5164e660cf737a98da000813315975e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/9a6b6270e5164e660cf737a98da000813315975e",
+ "reference": "9a6b6270e5164e660cf737a98da000813315975e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-03-09T21:15:33+00:00",
+ "type": "library",
+ "autoload": {
+ "files": [
+ "lib/base.php"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/dev-34",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/f3",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "shasum": ""
+ },
+ "time": "2013-10-22T08:56:44+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.2",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ }
+ },
+ "talis/fatfree": {
+ "3.1.1": {
+ "name": "talis/fatfree",
+ "version": "3.1.1",
+ "version_normalized": "3.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "05621ca6f0efce50354173627321361a18aaa27b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/05621ca6f0efce50354173627321361a18aaa27b",
+ "reference": "05621ca6f0efce50354173627321361a18aaa27b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-10-13T09:44:12+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "https://github.com/bcosca/fatfree",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/release"
+ }
+ },
+ "3.1.2": {
+ "name": "talis/fatfree",
+ "version": "3.1.2",
+ "version_normalized": "3.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "7d29634d0be2ca5a378364cf46afb73cdf4119f2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/7d29634d0be2ca5a378364cf46afb73cdf4119f2",
+ "reference": "7d29634d0be2ca5a378364cf46afb73cdf4119f2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-11-05T14:27:06+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.1.2"
+ }
+ },
+ "3.2.0": {
+ "name": "talis/fatfree",
+ "version": "3.2.0",
+ "version_normalized": "3.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "15cf44a2a8bf84f3588a0ad71db0571f751864e8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/15cf44a2a8bf84f3588a0ad71db0571f751864e8",
+ "reference": "15cf44a2a8bf84f3588a0ad71db0571f751864e8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-12-18T09:22:56+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.0"
+ }
+ },
+ "3.2.1": {
+ "name": "talis/fatfree",
+ "version": "3.2.1",
+ "version_normalized": "3.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "4c00aa8d5889b29465c8e9337ffdd7737c9b8844"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/4c00aa8d5889b29465c8e9337ffdd7737c9b8844",
+ "reference": "4c00aa8d5889b29465c8e9337ffdd7737c9b8844",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-01-08T00:56:31+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.1"
+ }
+ },
+ "3.2.2": {
+ "name": "talis/fatfree",
+ "version": "3.2.2",
+ "version_normalized": "3.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "7c221c6dde27fd812af88d4bb614867911084e99"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/7c221c6dde27fd812af88d4bb614867911084e99",
+ "reference": "7c221c6dde27fd812af88d4bb614867911084e99",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-03-19T08:39:11+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.2"
+ }
+ },
+ "3.3.0": {
+ "name": "talis/fatfree",
+ "version": "3.3.0",
+ "version_normalized": "3.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9afce1fe980000d5be639a37c1bfc260c2346025"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9afce1fe980000d5be639a37c1bfc260c2346025",
+ "reference": "9afce1fe980000d5be639a37c1bfc260c2346025",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-08-08T09:21:48+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.3.0"
+ }
+ },
+ "3.4.0": {
+ "name": "talis/fatfree",
+ "version": "3.4.0",
+ "version_normalized": "3.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "079e43ba76b960269a5e6410f582485eb9e6c851"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/079e43ba76b960269a5e6410f582485eb9e6c851",
+ "reference": "079e43ba76b960269a5e6410f582485eb9e6c851",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-01-01T12:12:48+00:00",
+ "type": "library",
+ "autoload": {
+ "files": [
+ "lib/base.php"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.4.0"
+ }
+ },
+ "3.4.1": {
+ "name": "talis/fatfree",
+ "version": "3.4.1",
+ "version_normalized": "3.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "8eedd8772900e4a70cd7a76b9fa874b791c21217"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/8eedd8772900e4a70cd7a76b9fa874b791c21217",
+ "reference": "8eedd8772900e4a70cd7a76b9fa874b791c21217",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-03-13T13:49:17+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.4.1"
+ }
+ },
+ "3.6.1": {
+ "name": "talis/fatfree",
+ "version": "3.6.1",
+ "version_normalized": "3.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2017-06-19T14:53:32+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.6.1"
+ }
+ },
+ "dev-master": {
+ "name": "talis/fatfree",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2017-06-19T14:53:32+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.6.1"
+ }
+ }
+ },
+ "talis/lti-1p3-php-library": {
+ "0.1": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "bd9237d138c577fcaf4a874fd6e03932dcadfaea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/bd9237d138c577fcaf4a874fd6e03932dcadfaea",
+ "reference": "bd9237d138c577fcaf4a874fd6e03932dcadfaea",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2021-12-09T11:05:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.1",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "0.2": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "aac10ebe83eb7d4b767ef8ed3faa852b5d215c04"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/aac10ebe83eb7d4b767ef8ed3faa852b5d215c04",
+ "reference": "aac10ebe83eb7d4b767ef8ed3faa852b5d215c04",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-02-16T11:12:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.2",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "0.3": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "ad54f77f0943a7736ece328b490f130efdbea58f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/ad54f77f0943a7736ece328b490f130efdbea58f",
+ "reference": "ad54f77f0943a7736ece328b490f130efdbea58f",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-05-13T07:12:34+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.3",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "0.4": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.4",
+ "version_normalized": "0.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-03T16:57:00+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.4",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-allow_access_to_original_oidc_request_parameters": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-allow_access_to_original_oidc_request_parameters",
+ "version_normalized": "dev-allow_access_to_original_oidc_request_parameters",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0",
+ "reference": "d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-11T12:33:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/allow_access_to_original_oidc_request_parameters",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-composer": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-composer",
+ "version_normalized": "dev-composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "3b9f00fe6e8d0979593aa1466e56dd7704089573"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/3b9f00fe6e8d0979593aa1466e56dd7704089573",
+ "reference": "3b9f00fe6e8d0979593aa1466e56dd7704089573",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2019-10-14T08:21:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/composer",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-dev-php55": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-dev-php55",
+ "version_normalized": "dev-dev-php55",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "c3818ade4f919558142f77ec47af27369ce58cf7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/c3818ade4f919558142f77ec47af27369ce58cf7",
+ "reference": "c3818ade4f919558142f77ec47af27369ce58cf7",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-06-24T13:13:13+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/dev-php55",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-feature/jwks_and_hybrid_redirect": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-feature/jwks_and_hybrid_redirect",
+ "version_normalized": "dev-feature/jwks_and_hybrid_redirect",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "013c9d2dcf6e672acc0ba86e12c5f01e230eb19e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/013c9d2dcf6e672acc0ba86e12c5f01e230eb19e",
+ "reference": "013c9d2dcf6e672acc0ba86e12c5f01e230eb19e",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2019-11-13T21:23:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/feature/jwks_and_hybrid_redirect",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-groups_and_sub_review": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-groups_and_sub_review",
+ "version_normalized": "dev-groups_and_sub_review",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "b124206a176e04c583f6197448153c866c105758"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/b124206a176e04c583f6197448153c866c105758",
+ "reference": "b124206a176e04c583f6197448153c866c105758",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-06-03T12:39:27+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/groups_and_sub_review",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-make_state_validation_optional": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-make_state_validation_optional",
+ "version_normalized": "dev-make_state_validation_optional",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "619666b23edd494a428708308789cbf8c36b4c2d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/619666b23edd494a428708308789cbf8c36b4c2d",
+ "reference": "619666b23edd494a428708308789cbf8c36b4c2d",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-06T15:12:36+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/make_state_validation_optional",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-03T16:57:00+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.4",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-old_library": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-old_library",
+ "version_normalized": "dev-old_library",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb",
+ "reference": "0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "^5.0"
+ },
+ "time": "2019-09-13T07:28:46+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/old_library",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-php55": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-php55",
+ "version_normalized": "dev-php55",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "6a279ecede74b89b020b1ca6f19e6b18b4448be6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/6a279ecede74b89b020b1ca6f19e6b18b4448be6",
+ "reference": "6a279ecede74b89b020b1ca6f19e6b18b4448be6",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2021-11-05T11:47:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/php55",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-samesite_cookies": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-samesite_cookies",
+ "version_normalized": "dev-samesite_cookies",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "e6ffb52e42e720747bd4f8f6c044c48e8210a994"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/e6ffb52e42e720747bd4f8f6c044c48e8210a994",
+ "reference": "e6ffb52e42e720747bd4f8f6c044c48e8210a994",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-02-07T16:40:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/samesite_cookies",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ "dev-with_composer": {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-with_composer",
+ "version_normalized": "dev-with_composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "87a7356e1c9ba7c75f983afca225adec20c5898b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/87a7356e1c9ba7c75f983afca225adec20c5898b",
+ "reference": "87a7356e1c9ba7c75f983afca225adec20c5898b",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "^5.0"
+ },
+ "time": "2019-05-20T13:41:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/with_composer",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ }
+ },
+ "talis/lti1x-php": {
+ "v0.1": {
+ "name": "talis/lti1x-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af",
+ "reference": "392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-27T16:54:36+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/v0.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ "0.1.1": {
+ "name": "talis/lti1x-php",
+ "version": "0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T17:41:41+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/0.1.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ "dev-TENT-1395_401_Error_Caused_By_Asterix_Encoding": {
+ "name": "talis/lti1x-php",
+ "version": "dev-TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "version_normalized": "dev-TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "a0b6a009864ed0ede62adf0a936ae14b8ec60c64"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/a0b6a009864ed0ede62adf0a936ae14b8ec60c64",
+ "reference": "a0b6a009864ed0ede62adf0a936ae14b8ec60c64",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-09-29T12:00:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ "dev-TENT-1461-AddRequestValidationForLtiLaunchParams": {
+ "name": "talis/lti1x-php",
+ "version": "dev-TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "version_normalized": "dev-TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "d83db3f795ae5422ba2dfdc015fcd65cd7687004"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/d83db3f795ae5422ba2dfdc015fcd65cd7687004",
+ "reference": "d83db3f795ae5422ba2dfdc015fcd65cd7687004",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-13T16:26:47+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ "dev-add-more-role-support": {
+ "name": "talis/lti1x-php",
+ "version": "dev-add-more-role-support",
+ "version_normalized": "dev-add-more-role-support",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "896354481c2a97d7db2b121813bdd3251b6a0875"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/896354481c2a97d7db2b121813bdd3251b6a0875",
+ "reference": "896354481c2a97d7db2b121813bdd3251b6a0875",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2016-03-04T11:00:42+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/add-more-role-support",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/lti1x-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T17:41:41+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/0.1.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ }
+ },
+ "talis/niso-openurl": {
+ "v0.1": {
+ "name": "talis/niso-openurl",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "8464f40271b353c0101ec46b84fc3079a26add01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/8464f40271b353c0101ec46b84fc3079a26add01",
+ "reference": "8464f40271b353c0101ec46b84fc3079a26add01",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-02T14:53:17+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/v0.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ "0.2": {
+ "name": "talis/niso-openurl",
+ "version": "0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68",
+ "reference": "c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-04-14T12:33:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ "0.2.1": {
+ "name": "talis/niso-openurl",
+ "version": "0.2.1",
+ "version_normalized": "0.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T16:59:03+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/niso-openurl",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T16:59:03+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ "dev-travis-ci-integration": {
+ "name": "talis/niso-openurl",
+ "version": "dev-travis-ci-integration",
+ "version_normalized": "dev-travis-ci-integration",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "3f22140e84043831450512ce1d0152a937c43ad5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/3f22140e84043831450512ce1d0152a937c43ad5",
+ "reference": "3f22140e84043831450512ce1d0152a937c43ad5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-09T09:24:45+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/travis-ci-integration",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ }
+ },
+ "talis/php-cloud-files": {
+ "dev-master": {
+ "name": "talis/php-cloud-files",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-cloud-files.git",
+ "reference": "c593c2acaa45887102af9fca399cc64d0b78d760"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-cloud-files/zipball/c593c2acaa45887102af9fca399cc64d0b78d760",
+ "reference": "c593c2acaa45887102af9fca399cc64d0b78d760",
+ "shasum": ""
+ },
+ "time": "2013-12-17T14:54:13+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "cc@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/php-cloud-files/tree/master",
+ "issues": "https://github.com/talis/php-cloud-files/issues"
+ }
+ }
+ },
+ "talis/resque-multiple-failure-queues": {
+ "0.1.0": {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "0.1.0",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T21:07:24+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/0.1.0",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T21:07:24+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/0.1.0",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ },
+ "dev-move-to-package": {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "dev-move-to-package",
+ "version_normalized": "dev-move-to-package",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c",
+ "reference": "a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T12:27:18+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/move-to-package",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ }
+ },
+ "talis/selenium-server-standalone": {
+ "2.33.0": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.33.0",
+ "version_normalized": "2.33.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "96b90e34f3103a8460c45e2d2de118f34a41ffa2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/96b90e34f3103a8460c45e2d2de118f34a41ffa2",
+ "reference": "96b90e34f3103a8460c45e2d2de118f34a41ffa2",
+ "shasum": ""
+ },
+ "time": "2013-07-31T10:47:22+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.33.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "2.35.0": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.35.0",
+ "version_normalized": "2.35.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "8dacac2762809582506db4efba682d896425327c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/8dacac2762809582506db4efba682d896425327c",
+ "reference": "8dacac2762809582506db4efba682d896425327c",
+ "shasum": ""
+ },
+ "time": "2013-08-22T08:35:44+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.35.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "2.37.0": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.37.0",
+ "version_normalized": "2.37.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd",
+ "reference": "a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd",
+ "shasum": ""
+ },
+ "time": "2013-12-09T09:05:12+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.37.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "2.39.0": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.39.0",
+ "version_normalized": "2.39.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "d86377f3cf0e05b5bc9b4144f362a8e1be83965f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/d86377f3cf0e05b5bc9b4144f362a8e1be83965f",
+ "reference": "d86377f3cf0e05b5bc9b4144f362a8e1be83965f",
+ "shasum": ""
+ },
+ "time": "2014-02-07T07:16:14+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.39.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "2.41.0": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.41.0",
+ "version_normalized": "2.41.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "453d581a9367de0f11a756ecdecfc8eaec314cb1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/453d581a9367de0f11a756ecdecfc8eaec314cb1",
+ "reference": "453d581a9367de0f11a756ecdecfc8eaec314cb1",
+ "shasum": ""
+ },
+ "time": "2014-04-17T06:51:57+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.41.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "2.53.1": {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.53.1",
+ "version_normalized": "2.53.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "shasum": ""
+ },
+ "time": "2017-06-29T17:50:24+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.53.1",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/selenium-server-standalone",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "shasum": ""
+ },
+ "time": "2017-06-29T17:50:24+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.53.1",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ }
+ },
+ "talis/sierra-api-php-client": {
+ "v0.1": {
+ "name": "talis/sierra-api-php-client",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "fc87d1f29639239ef28dcd961a556f3814790f27"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/fc87d1f29639239ef28dcd961a556f3814790f27",
+ "reference": "fc87d1f29639239ef28dcd961a556f3814790f27",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.6",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-09T15:14:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.1",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ "v0.2.0": {
+ "name": "talis/sierra-api-php-client",
+ "version": "v0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/334e7f70b21d996459279512bc972b7d53be612e",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.36",
+ "squizlabs/php_codesniffer": "^3.7.2"
+ },
+ "time": "2023-11-06T09:28:49+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.2.0",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ "dev-first-cut-backup": {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-first-cut-backup",
+ "version_normalized": "dev-first-cut-backup",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "ad4712ed6fa7158aebadb3e8269961542d5c4374"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/ad4712ed6fa7158aebadb3e8269961542d5c4374",
+ "reference": "ad4712ed6fa7158aebadb3e8269961542d5c4374",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.6",
+ "squizlabs/php_codesniffer": "3.0.0",
+ "timhodson/php-split-timer": "0.1.0"
+ },
+ "time": "2017-11-15T11:40:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/first-cut-backup",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/334e7f70b21d996459279512bc972b7d53be612e",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.36",
+ "squizlabs/php_codesniffer": "^3.7.2"
+ },
+ "time": "2023-11-06T09:28:49+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.2.0",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ "dev-swagger-attempt": {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-swagger-attempt",
+ "version_normalized": "dev-swagger-attempt",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "eb1a2aedd7e300fc52660d938c713a4422bb8ee3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/eb1a2aedd7e300fc52660d938c713a4422bb8ee3",
+ "reference": "eb1a2aedd7e300fc52660d938c713a4422bb8ee3",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "guzzlehttp/guzzle": "^6.2",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "~1.12",
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "~2.6"
+ },
+ "time": "2018-06-29T12:51:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "III\\Sierra\\V4\\": "/V4/Sierra/",
+ "III\\Sierra\\V5\\": "/V5/Sierra/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "III\\Sierra\\V4\\": "/V4/test/",
+ "III\\Sierra\\V5\\": "/V5/test/"
+ }
+ },
+ "license": [
+ "proprietary"
+ ],
+ "authors": [
+ {
+ "name": "Swagger and contributors",
+ "homepage": "https://github.com/swagger-api/swagger-codegen"
+ }
+ ],
+ "homepage": "http://swagger.io",
+ "keywords": [
+ "api",
+ "php",
+ "sdk",
+ "swagger"
+ ],
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/swagger-attempt",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ }
+ },
+ "talis/simplesamlphp": {
+ "1.14.3": {
+ "name": "talis/simplesamlphp",
+ "version": "1.14.3",
+ "version_normalized": "1.14.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/84789367526f0b284a4de35e385b80053bb7e1b2",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:26:03+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "1.8.2": {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.2",
+ "version_normalized": "1.8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "f01e48dc7e78bda7dd131b51e2b7634429e7b013"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/f01e48dc7e78bda7dd131b51e2b7634429e7b013",
+ "reference": "f01e48dc7e78bda7dd131b51e2b7634429e7b013",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:40:59+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.2",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "1.8.3": {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.3",
+ "version_normalized": "1.8.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "bd82c52d8223b5c61f8bb6d4a52c331e90fcf004"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/bd82c52d8223b5c61f8bb6d4a52c331e90fcf004",
+ "reference": "bd82c52d8223b5c61f8bb6d4a52c331e90fcf004",
+ "shasum": ""
+ },
+ "time": "2014-07-11T08:34:06+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.3",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "1.8.4": {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.4",
+ "version_normalized": "1.8.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "a85936fdf60bd3442c971216a4120e2510d098fb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/a85936fdf60bd3442c971216a4120e2510d098fb",
+ "reference": "a85936fdf60bd3442c971216a4120e2510d098fb",
+ "shasum": ""
+ },
+ "time": "2014-07-17T07:22:15+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.4",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "1.8.5": {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.5",
+ "version_normalized": "1.8.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3",
+ "reference": "cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3",
+ "shasum": ""
+ },
+ "time": "2014-07-17T12:00:38+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.5",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "dev-1-8-5-php55-compatibility": {
+ "name": "talis/simplesamlphp",
+ "version": "dev-1-8-5-php55-compatibility",
+ "version_normalized": "dev-1-8-5-php55-compatibility",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "f92b799815918b406ec7dfaeea968e993b025665"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/f92b799815918b406ec7dfaeea968e993b025665",
+ "reference": "f92b799815918b406ec7dfaeea968e993b025665",
+ "shasum": ""
+ },
+ "time": "2017-04-06T17:50:40+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1-8-5-php55-compatibility",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "dev-TAL-243-http-https-redirect": {
+ "name": "talis/simplesamlphp",
+ "version": "dev-TAL-243-http-https-redirect",
+ "version_normalized": "dev-TAL-243-http-https-redirect",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "7cfdd7777bb10833765e89d35e87a8791c29fec8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/7cfdd7777bb10833765e89d35e87a8791c29fec8",
+ "reference": "7cfdd7777bb10833765e89d35e87a8791c29fec8",
+ "shasum": ""
+ },
+ "time": "2014-07-17T11:54:46+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/TAL-243-http-https-redirect",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "dev-dev-plat-255-update": {
+ "name": "talis/simplesamlphp",
+ "version": "dev-dev-plat-255-update",
+ "version_normalized": "dev-dev-plat-255-update",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "7e4dc85154623d03305e2b0424bf05d7278905cd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/7e4dc85154623d03305e2b0424bf05d7278905cd",
+ "reference": "7e4dc85154623d03305e2b0424bf05d7278905cd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:24:04+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "dev-fix-composer": {
+ "name": "talis/simplesamlphp",
+ "version": "dev-fix-composer",
+ "version_normalized": "dev-fix-composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "b3b39340be0894658f0c466f85786ad221f252c8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/b3b39340be0894658f0c466f85786ad221f252c8",
+ "reference": "b3b39340be0894658f0c466f85786ad221f252c8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:25:42+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ "dev-master": {
+ "name": "talis/simplesamlphp",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/84789367526f0b284a4de35e385b80053bb7e1b2",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:26:03+00:00",
+ "default-branch": true,
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ }
+ },
+ "talis/sruclient-php": {
+ "v0.1": {
+ "name": "talis/sruclient-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "11c67234d00cb43889f9cdb3b6b3d7557f3de702"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/11c67234d00cb43889f9cdb3b6b3d7557f3de702",
+ "reference": "11c67234d00cb43889f9cdb3b6b3d7557f3de702",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-26T20:50:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "v0.2": {
+ "name": "talis/sruclient-php",
+ "version": "v0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "3c75109b96b286702af4884dfec9b2577679e76f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/3c75109b96b286702af4884dfec9b2577679e76f",
+ "reference": "3c75109b96b286702af4884dfec9b2577679e76f",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-05-23T16:15:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.2",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "v0.3": {
+ "name": "talis/sruclient-php",
+ "version": "v0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "e569ddcfa116c7134f1a2b68badbcef58b5a389b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/e569ddcfa116c7134f1a2b68badbcef58b5a389b",
+ "reference": "e569ddcfa116c7134f1a2b68badbcef58b5a389b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-07T20:12:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.3",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "0.3.1": {
+ "name": "talis/sruclient-php",
+ "version": "0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/c834ae53e074c3955f95be512197e4fdaccf440b",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-05-08T22:20:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/0.3.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "dev-handle_bad_recorddata": {
+ "name": "talis/sruclient-php",
+ "version": "dev-handle_bad_recorddata",
+ "version_normalized": "dev-handle_bad_recorddata",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "6c37cc6c41174df80b9d0e48e6c3b233a197ef35"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/6c37cc6c41174df80b9d0e48e6c3b233a197ef35",
+ "reference": "6c37cc6c41174df80b9d0e48e6c3b233a197ef35",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-02T19:28:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/handle_bad_recorddata",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/sruclient-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/c834ae53e074c3955f95be512197e4fdaccf440b",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-05-08T22:20:02+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/0.3.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ "dev-swappable-http-client": {
+ "name": "talis/sruclient-php",
+ "version": "dev-swappable-http-client",
+ "version_normalized": "dev-swappable-http-client",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "8c3815a8491a42f1c1dfc8b609bdfc679bea9729"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/8c3815a8491a42f1c1dfc8b609bdfc679bea9729",
+ "reference": "8c3815a8491a42f1c1dfc8b609bdfc679bea9729",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-05-19T22:10:22+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/swappable-http-client",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ }
+ },
+ "talis/talis-php": {
+ "0.0.1": {
+ "name": "talis/talis-php",
+ "version": "0.0.1",
+ "version_normalized": "0.0.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-12T12:24:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.0.2": {
+ "name": "talis/talis-php",
+ "version": "0.0.2",
+ "version_normalized": "0.0.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9cc8031189e0b19c47ca5f94ff60baa680c9c06c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9cc8031189e0b19c47ca5f94ff60baa680c9c06c",
+ "reference": "9cc8031189e0b19c47ca5f94ff60baa680c9c06c",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-19T10:37:17+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.0.3": {
+ "name": "talis/talis-php",
+ "version": "0.0.3",
+ "version_normalized": "0.0.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "1384338a82a1dc95f1ae103c09fd7ca2a12b59dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/1384338a82a1dc95f1ae103c09fd7ca2a12b59dd",
+ "reference": "1384338a82a1dc95f1ae103c09fd7ca2a12b59dd",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-10-19T11:23:56+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.1.0": {
+ "name": "talis/talis-php",
+ "version": "0.1.0",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "1c5723b210d7e8cf8905aacea7f9f65b23050968"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/1c5723b210d7e8cf8905aacea7f9f65b23050968",
+ "reference": "1c5723b210d7e8cf8905aacea7f9f65b23050968",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-09T12:11:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.1.2": {
+ "name": "talis/talis-php",
+ "version": "0.1.2",
+ "version_normalized": "0.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b",
+ "reference": "c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-09T13:06:22+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.1.3": {
+ "name": "talis/talis-php",
+ "version": "0.1.3",
+ "version_normalized": "0.1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "fed70abcc4c43e690ed89e1be089c2348f2ed1a8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/fed70abcc4c43e690ed89e1be089c2348f2ed1a8",
+ "reference": "fed70abcc4c43e690ed89e1be089c2348f2ed1a8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-30T12:18:03+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.1.4": {
+ "name": "talis/talis-php",
+ "version": "0.1.4",
+ "version_normalized": "0.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "65754971166fe8b37e3d818631d8734e7fc74cb8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/65754971166fe8b37e3d818631d8734e7fc74cb8",
+ "reference": "65754971166fe8b37e3d818631d8734e7fc74cb8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-12-20T15:58:21+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.4",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.2.0": {
+ "name": "talis/talis-php",
+ "version": "0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7",
+ "reference": "7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-03-07T11:18:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.2.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.3.0": {
+ "name": "talis/talis-php",
+ "version": "0.3.0",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e4609d669c63e15d2b3b80af50313d57ec38991"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e4609d669c63e15d2b3b80af50313d57ec38991",
+ "reference": "7e4609d669c63e15d2b3b80af50313d57ec38991",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-04-23T08:43:14+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.3.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.3.1": {
+ "name": "talis/talis-php",
+ "version": "0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "86b5a848e720f0070a79893066f0469d91360bc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/86b5a848e720f0070a79893066f0469d91360bc8",
+ "reference": "86b5a848e720f0070a79893066f0469d91360bc8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-07-02T11:31:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.3.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.5.0": {
+ "name": "talis/talis-php",
+ "version": "0.5.0",
+ "version_normalized": "0.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "f9b7f102f0f581d5fad2f88d722341bf2a3509db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/f9b7f102f0f581d5fad2f88d722341bf2a3509db",
+ "reference": "f9b7f102f0f581d5fad2f88d722341bf2a3509db",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-04-21T09:54:48+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.5.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.6.0": {
+ "name": "talis/talis-php",
+ "version": "0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "8f819da0d8d2629b31b99eade72476fda0e46d94"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/8f819da0d8d2629b31b99eade72476fda0e46d94",
+ "reference": "8f819da0d8d2629b31b99eade72476fda0e46d94",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-06-10T09:20:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.6.1": {
+ "name": "talis/talis-php",
+ "version": "0.6.1",
+ "version_normalized": "0.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "30bc9b743742d769f86cff374683606952e1021b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/30bc9b743742d769f86cff374683606952e1021b",
+ "reference": "30bc9b743742d769f86cff374683606952e1021b",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-08-27T14:42:44+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.6.2": {
+ "name": "talis/talis-php",
+ "version": "0.6.2",
+ "version_normalized": "0.6.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "2b88d4f6734cc77118c2d08ef95869a897b94861"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/2b88d4f6734cc77118c2d08ef95869a897b94861",
+ "reference": "2b88d4f6734cc77118c2d08ef95869a897b94861",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-09-24T05:58:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "0.6.3": {
+ "name": "talis/talis-php",
+ "version": "0.6.3",
+ "version_normalized": "0.6.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832",
+ "reference": "7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-10-13T09:00:31+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-PLAT-4051_pin_composer_version_talis-php": {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT-4051_pin_composer_version_talis-php",
+ "version_normalized": "dev-PLAT-4051_pin_composer_version_talis-php",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "0cb4700fb7c9d1c8089790859185d18638a11941"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/0cb4700fb7c9d1c8089790859185d18638a11941",
+ "reference": "0cb4700fb7c9d1c8089790859185d18638a11941",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-11-11T17:39:31+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/PLAT-4051_pin_composer_version_talis-php",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-PLAT_1897_Initial_Talis_PHP_Library": {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT_1897_Initial_Talis_PHP_Library",
+ "version_normalized": "dev-PLAT_1897_Initial_Talis_PHP_Library",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-12T12:24:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-PLAT_3379_RemoveSessionFromPersona": {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT_3379_RemoveSessionFromPersona",
+ "version_normalized": "dev-PLAT_3379_RemoveSessionFromPersona",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "10f36a6c012b81ec1172c009ff6c5545fa370b56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/10f36a6c012b81ec1172c009ff6c5545fa370b56",
+ "reference": "10f36a6c012b81ec1172c009ff6c5545fa370b56",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0",
+ "softsmart/simple-nonce": "^2.1"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-03-16T15:07:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/PLAT_3379_RemoveSessionFromPersona",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-code-quality-checks": {
+ "name": "talis/talis-php",
+ "version": "dev-code-quality-checks",
+ "version_normalized": "dev-code-quality-checks",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "a5c61139c5948ecd76ab214edf3144447b0e8619"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/a5c61139c5948ecd76ab214edf3144447b0e8619",
+ "reference": "a5c61139c5948ecd76ab214edf3144447b0e8619",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-08T14:26:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/code-quality-checks",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/talis-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "84a167c74d15dd11bbbb96bf00c7466ec39cfe91"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/84a167c74d15dd11bbbb96bf00c7466ec39cfe91",
+ "reference": "84a167c74d15dd11bbbb96bf00c7466ec39cfe91",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-11-25T14:09:17+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.4",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ "dev-no_sessions": {
+ "name": "talis/talis-php",
+ "version": "dev-no_sessions",
+ "version_normalized": "dev-no_sessions",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "3cbafad47418369621079cf318558b3a861c364a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/3cbafad47418369621079cf318558b3a861c364a",
+ "reference": "3cbafad47418369621079cf318558b3a861c364a",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-02-24T18:08:50+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/no_sessions",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ }
+ },
+ "talis/tripod-php": {
+ "0.10.0": {
+ "name": "talis/tripod-php",
+ "version": "0.10.0",
+ "version_normalized": "0.10.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "a632d3a46c16dd8a62a6356dd21d59a898044a38"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/a632d3a46c16dd8a62a6356dd21d59a898044a38",
+ "reference": "a632d3a46c16dd8a62a6356dd21d59a898044a38",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-09-18T17:05:58+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.10.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.10.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.10.1",
+ "version_normalized": "0.10.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9906ed09026fac6948acf5522721bcd837306f3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9906ed09026fac6948acf5522721bcd837306f3b",
+ "reference": "9906ed09026fac6948acf5522721bcd837306f3b",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-10-14T17:48:27+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.10.2": {
+ "name": "talis/tripod-php",
+ "version": "v0.10.2",
+ "version_normalized": "0.10.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d441fdf5184298afb9e741711e43d4694edfdbea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d441fdf5184298afb9e741711e43d4694edfdbea",
+ "reference": "d441fdf5184298afb9e741711e43d4694edfdbea",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-03-15T16:27:47+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.10.3": {
+ "name": "talis/tripod-php",
+ "version": "v0.10.3",
+ "version_normalized": "0.10.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc",
+ "reference": "9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-09-16T12:16:37+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.10.4": {
+ "name": "talis/tripod-php",
+ "version": "v0.10.4",
+ "version_normalized": "0.10.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b8a198ca20620ae8c4f6cc115eab0596d97fc93f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b8a198ca20620ae8c4f6cc115eab0596d97fc93f",
+ "reference": "b8a198ca20620ae8c4f6cc115eab0596d97fc93f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-09-26T13:53:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.0",
+ "version_normalized": "0.11.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "0b9a96131e8c67fd1aafeb305c2de16af1635601"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/0b9a96131e8c67fd1aafeb305c2de16af1635601",
+ "reference": "0b9a96131e8c67fd1aafeb305c2de16af1635601",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-11-03T13:59:12+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.1",
+ "version_normalized": "0.11.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "78c109551d919d7543790b05ef30bbbf6e51e1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/78c109551d919d7543790b05ef30bbbf6e51e1f3",
+ "reference": "78c109551d919d7543790b05ef30bbbf6e51e1f3",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-11-23T14:48:21+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.2": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.2",
+ "version_normalized": "0.11.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "97c88f615809e8267f2e6326b3ba4b88f531929e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/97c88f615809e8267f2e6326b3ba4b88f531929e",
+ "reference": "97c88f615809e8267f2e6326b3ba4b88f531929e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-01-20T10:32:28+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.3": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.3",
+ "version_normalized": "0.11.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c",
+ "reference": "d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-02-13T13:31:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.4": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.4",
+ "version_normalized": "0.11.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "52363deb11f5dd3f833cbf5d097166f807edd59e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/52363deb11f5dd3f833cbf5d097166f807edd59e",
+ "reference": "52363deb11f5dd3f833cbf5d097166f807edd59e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-02-23T17:19:52+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.11.5": {
+ "name": "talis/tripod-php",
+ "version": "v0.11.5",
+ "version_normalized": "0.11.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "fc2933767870fcada9e237a17e5d28d65689dfe2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/fc2933767870fcada9e237a17e5d28d65689dfe2",
+ "reference": "fc2933767870fcada9e237a17e5d28d65689dfe2",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-07-18T13:23:49+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.12.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.12.0",
+ "version_normalized": "0.12.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "e41f890a281d9bb7695124c196a4a9c5f66d9172"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/e41f890a281d9bb7695124c196a4a9c5f66d9172",
+ "reference": "e41f890a281d9bb7695124c196a4a9c5f66d9172",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-12-15T14:37:20+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.12.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.13.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.13.0",
+ "version_normalized": "0.13.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "4ae950e5b7b6864960184c15202c010f328e36d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/4ae950e5b7b6864960184c15202c010f328e36d2",
+ "reference": "4ae950e5b7b6864960184c15202c010f328e36d2",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-04-16T16:51:15+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.13.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.14.0": {
+ "name": "talis/tripod-php",
+ "version": "0.14.0",
+ "version_normalized": "0.14.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e",
+ "reference": "5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-05-07T13:26:14+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.14.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.15.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.15.0",
+ "version_normalized": "0.15.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "77abf3e96a56b32079940f331ea5ccf269dcf5d4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/77abf3e96a56b32079940f331ea5ccf269dcf5d4",
+ "reference": "77abf3e96a56b32079940f331ea5ccf269dcf5d4",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-09-04T16:54:05+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.15.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.16.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.16.0",
+ "version_normalized": "0.16.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "8d8106d721e2fb827ee29a83a61533d461c7f514"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/8d8106d721e2fb827ee29a83a61533d461c7f514",
+ "reference": "8d8106d721e2fb827ee29a83a61533d461c7f514",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-09-07T13:40:24+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.16.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.17.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.17.0",
+ "version_normalized": "0.17.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d7a586d48235ec27fd1384b8d2459e3222656a78"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d7a586d48235ec27fd1384b8d2459e3222656a78",
+ "reference": "d7a586d48235ec27fd1384b8d2459e3222656a78",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-10-09T12:39:30+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.17.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.18.0": {
+ "name": "talis/tripod-php",
+ "version": "0.18.0",
+ "version_normalized": "0.18.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "beb7f956778a4a0be50704235a543d6a4429b365"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/beb7f956778a4a0be50704235a543d6a4429b365",
+ "reference": "beb7f956778a4a0be50704235a543d6a4429b365",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2019-09-20T03:22:33+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.18.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.19.0": {
+ "name": "talis/tripod-php",
+ "version": "0.19.0",
+ "version_normalized": "0.19.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf",
+ "reference": "1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2020-11-18T11:38:33+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.19.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.20.0": {
+ "name": "talis/tripod-php",
+ "version": "0.20.0",
+ "version_normalized": "0.20.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "12285086e61c93a84a963a4f421b72bae1fd4deb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/12285086e61c93a84a963a4f421b72bae1fd4deb",
+ "reference": "12285086e61c93a84a963a4f421b72bae1fd4deb",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2022-08-31T13:36:21+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.20.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.21.0": {
+ "name": "talis/tripod-php",
+ "version": "0.21.0",
+ "version_normalized": "0.21.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1b581595ed3772afb69fc49dd9346493081130a8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1b581595ed3772afb69fc49dd9346493081130a8",
+ "reference": "1b581595ed3772afb69fc49dd9346493081130a8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.5",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2023-04-05T12:00:16+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.21.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.22.0": {
+ "name": "talis/tripod-php",
+ "version": "0.22.0",
+ "version_normalized": "0.22.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "2bf138914f64f4b2c47bf9c42941c001e70cfd05"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/2bf138914f64f4b2c47bf9c42941c001e70cfd05",
+ "reference": "2bf138914f64f4b2c47bf9c42941c001e70cfd05",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-10-26T08:18:49+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.22.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.23.0": {
+ "name": "talis/tripod-php",
+ "version": "0.23.0",
+ "version_normalized": "0.23.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "e7c7b5852c95b94f339e3d9436f83fe197687789"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/e7c7b5852c95b94f339e3d9436f83fe197687789",
+ "reference": "e7c7b5852c95b94f339e3d9436f83fe197687789",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-01T13:54:49+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.23.1": {
+ "name": "talis/tripod-php",
+ "version": "0.23.1",
+ "version_normalized": "0.23.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-05T12:51:35+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.4.1": {
+ "name": "talis/tripod-php",
+ "version": "0.4.1",
+ "version_normalized": "0.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9f10baae3a937d42873e751df2c5d09b21dd1ae1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9f10baae3a937d42873e751df2c5d09b21dd1ae1",
+ "reference": "9f10baae3a937d42873e751df2c5d09b21dd1ae1",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-03-31T12:41:26+00:00",
+ "type": "tripod php",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.4.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.5.0": {
+ "name": "talis/tripod-php",
+ "version": "0.5.0",
+ "version_normalized": "0.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "57f59b1a27854a2d0812891d0811e4908b8285b5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/57f59b1a27854a2d0812891d0811e4908b8285b5",
+ "reference": "57f59b1a27854a2d0812891d0811e4908b8285b5",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-02-28T23:13:20+00:00",
+ "type": "tripod php",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.5.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.5.2": {
+ "name": "talis/tripod-php",
+ "version": "0.5.2",
+ "version_normalized": "0.5.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ad0593888bbccaa4e7a73a80948a67ecac6ebe4d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ad0593888bbccaa4e7a73a80948a67ecac6ebe4d",
+ "reference": "ad0593888bbccaa4e7a73a80948a67ecac6ebe4d",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-06-24T13:01:28+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.5.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.6.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "6504952f11fe9f753fafd49e82a1e8060f9d8f19"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/6504952f11fe9f753fafd49e82a1e8060f9d8f19",
+ "reference": "6504952f11fe9f753fafd49e82a1e8060f9d8f19",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-09-12T14:02:37+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.6.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.6.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.6.1",
+ "version_normalized": "0.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "df77006043083695059609b01e84aa67c74892a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/df77006043083695059609b01e84aa67c74892a5",
+ "reference": "df77006043083695059609b01e84aa67c74892a5",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-06T15:26:32+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.6.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.7.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.7.0",
+ "version_normalized": "0.7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "656360c8eb2c366b8712efa765f620832b4ba2e0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/656360c8eb2c366b8712efa765f620832b4ba2e0",
+ "reference": "656360c8eb2c366b8712efa765f620832b4ba2e0",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-07T15:04:15+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.7.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.7.1",
+ "version_normalized": "0.7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "13ed10cd44a30aa135e7d76c68a1e88b4f76f129"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/13ed10cd44a30aa135e7d76c68a1e88b4f76f129",
+ "reference": "13ed10cd44a30aa135e7d76c68a1e88b4f76f129",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-14T08:50:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.7.2": {
+ "name": "talis/tripod-php",
+ "version": "v0.7.2",
+ "version_normalized": "0.7.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "402e18595671adfc75c4d7395d2fd38218beecee"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/402e18595671adfc75c4d7395d2fd38218beecee",
+ "reference": "402e18595671adfc75c4d7395d2fd38218beecee",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-21T08:52:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.7.3": {
+ "name": "talis/tripod-php",
+ "version": "v0.7.3",
+ "version_normalized": "0.7.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "acea9a62f84df8b74c40fe6c8153b3f0e1839883"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/acea9a62f84df8b74c40fe6c8153b3f0e1839883",
+ "reference": "acea9a62f84df8b74c40fe6c8153b3f0e1839883",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2015-02-11T15:29:16+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.0",
+ "version_normalized": "0.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c2eb33db15c38f4181f3b7ebd735e2e155746738"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c2eb33db15c38f4181f3b7ebd735e2e155746738",
+ "reference": "c2eb33db15c38f4181f3b7ebd735e2e155746738",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-23T16:13:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.1",
+ "version_normalized": "0.8.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b5e00c30ba2ddeda7042ba21eecdf57559127941"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b5e00c30ba2ddeda7042ba21eecdf57559127941",
+ "reference": "b5e00c30ba2ddeda7042ba21eecdf57559127941",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-03-25T12:04:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.2": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.2",
+ "version_normalized": "0.8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "34b0ca0783c41fc58b18fefe625ea510854248f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/34b0ca0783c41fc58b18fefe625ea510854248f9",
+ "reference": "34b0ca0783c41fc58b18fefe625ea510854248f9",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-04-24T13:28:30+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.3": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.3",
+ "version_normalized": "0.8.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4",
+ "reference": "66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-15T09:15:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.4": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.4",
+ "version_normalized": "0.8.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc",
+ "reference": "c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-21T11:43:12+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.8.5": {
+ "name": "talis/tripod-php",
+ "version": "v0.8.5",
+ "version_normalized": "0.8.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad",
+ "reference": "9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-29T09:10:48+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.9.0": {
+ "name": "talis/tripod-php",
+ "version": "v0.9.0",
+ "version_normalized": "0.9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "609a4a23e6360b381c1db7c05c25364f54073343"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/609a4a23e6360b381c1db7c05c25364f54073343",
+ "reference": "609a4a23e6360b381c1db7c05c25364f54073343",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-24T07:39:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.9.1": {
+ "name": "talis/tripod-php",
+ "version": "v0.9.1",
+ "version_normalized": "0.9.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "3ee0a0422627444a127a3d7edd2cd82ae95dd806"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/3ee0a0422627444a127a3d7edd2cd82ae95dd806",
+ "reference": "3ee0a0422627444a127a3d7edd2cd82ae95dd806",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-24T15:38:30+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.2": {
+ "name": "talis/tripod-php",
+ "version": "0.9.2",
+ "version_normalized": "0.9.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "3c73c7e20f10608028de7fb4f4df4111e5190d3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/3c73c7e20f10608028de7fb4f4df4111e5190d3b",
+ "reference": "3c73c7e20f10608028de7fb4f4df4111e5190d3b",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-25T22:05:34+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.3": {
+ "name": "talis/tripod-php",
+ "version": "0.9.3",
+ "version_normalized": "0.9.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8",
+ "reference": "1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-09T15:17:05+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.4": {
+ "name": "talis/tripod-php",
+ "version": "0.9.4",
+ "version_normalized": "0.9.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "89044e87b4105a0c3d5795507517f8e3721c146d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/89044e87b4105a0c3d5795507517f8e3721c146d",
+ "reference": "89044e87b4105a0c3d5795507517f8e3721c146d",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-23T09:01:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.9.5": {
+ "name": "talis/tripod-php",
+ "version": "v0.9.5",
+ "version_normalized": "0.9.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8",
+ "reference": "7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-23T19:13:32+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "v0.9.6": {
+ "name": "talis/tripod-php",
+ "version": "v0.9.6",
+ "version_normalized": "0.9.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "7cd9c7fdda2a0216f131d431c604e6bc0f73294e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/7cd9c7fdda2a0216f131d431c604e6bc0f73294e",
+ "reference": "7cd9c7fdda2a0216f131d431c604e6bc0f73294e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-06T20:09:52+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.6",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.7": {
+ "name": "talis/tripod-php",
+ "version": "0.9.7",
+ "version_normalized": "0.9.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "49678b39db2f3439f3cfda5d7720bd2122e3d45f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/49678b39db2f3439f3cfda5d7720bd2122e3d45f",
+ "reference": "49678b39db2f3439f3cfda5d7720bd2122e3d45f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-25T16:06:43+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.7",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.8": {
+ "name": "talis/tripod-php",
+ "version": "0.9.8",
+ "version_normalized": "0.9.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ecbcd99f5e114f82e1b21e7c568a516985c6a070"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ecbcd99f5e114f82e1b21e7c568a516985c6a070",
+ "reference": "ecbcd99f5e114f82e1b21e7c568a516985c6a070",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-28T15:27:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.8",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "0.9.9": {
+ "name": "talis/tripod-php",
+ "version": "0.9.9",
+ "version_normalized": "0.9.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "db2ecadf8fda8764c5cff925c45e3c73b7d70bfd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/db2ecadf8fda8764c5cff925c45e3c73b7d70bfd",
+ "reference": "db2ecadf8fda8764c5cff925c45e3c73b7d70bfd",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-09-10T10:35:14+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.9",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-TENT-1102-Construct": {
+ "name": "talis/tripod-php",
+ "version": "dev-TENT-1102-Construct",
+ "version_normalized": "dev-TENT-1102-Construct",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "a7bd67d0cbb923039b1055d2b83e2f429cc3d23e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/a7bd67d0cbb923039b1055d2b83e2f429cc3d23e",
+ "reference": "a7bd67d0cbb923039b1055d2b83e2f429cc3d23e",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-09T10:36:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/TENT-1102-Construct",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-TENT-1578-ImproveLoggingOfLostJobs": {
+ "name": "talis/tripod-php",
+ "version": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "version_normalized": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "671f081d03a4f9a30994740bd1aceec55af15bd4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/671f081d03a4f9a30994740bd1aceec55af15bd4",
+ "reference": "671f081d03a4f9a30994740bd1aceec55af15bd4",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-12-15T13:58:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/TENT-1578-ImproveLoggingOfLostJobs",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-allow-tablespec-filters": {
+ "name": "talis/tripod-php",
+ "version": "dev-allow-tablespec-filters",
+ "version_normalized": "dev-allow-tablespec-filters",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "8f041b77d6f6bf70aa759f26621587cbfa71bc4c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/8f041b77d6f6bf70aa759f26621587cbfa71bc4c",
+ "reference": "8f041b77d6f6bf70aa759f26621587cbfa71bc4c",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-07-08T16:20:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/allow-tablespec-filters",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-chainable-api-prototype": {
+ "name": "talis/tripod-php",
+ "version": "dev-chainable-api-prototype",
+ "version_normalized": "dev-chainable-api-prototype",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "82917525a3da286a9b6903fcea7648cbdb6338a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/82917525a3da286a9b6903fcea7648cbdb6338a3",
+ "reference": "82917525a3da286a9b6903fcea7648cbdb6338a3",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-07T21:30:07+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/chainable-api-prototype",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-decouple-invalidation-from-save": {
+ "name": "talis/tripod-php",
+ "version": "dev-decouple-invalidation-from-save",
+ "version_normalized": "dev-decouple-invalidation-from-save",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "478ddac8cfc2fdaef11d937231b84d2a4dda6868"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/478ddac8cfc2fdaef11d937231b84d2a4dda6868",
+ "reference": "478ddac8cfc2fdaef11d937231b84d2a4dda6868",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-23T14:51:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/decouple-invalidation-from-save",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-dedupe-views": {
+ "name": "talis/tripod-php",
+ "version": "dev-dedupe-views",
+ "version_normalized": "dev-dedupe-views",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "218bfb44ec48629d06e606ca80e18b7c7ccb9389"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/218bfb44ec48629d06e606ca80e18b7c7ccb9389",
+ "reference": "218bfb44ec48629d06e606ca80e18b7c7ccb9389",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-03-05T13:24:20+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/dedupe-views",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-introduce-resque-process-queue-pre-squash": {
+ "name": "talis/tripod-php",
+ "version": "dev-introduce-resque-process-queue-pre-squash",
+ "version_normalized": "dev-introduce-resque-process-queue-pre-squash",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "4ccfb1c2a6461c3788ef79150383768a8544f956"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/4ccfb1c2a6461c3788ef79150383768a8544f956",
+ "reference": "4ccfb1c2a6461c3788ef79150383768a8544f956",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-23T14:09:46+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/introduce-resque-process-queue-pre-squash",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-master": {
+ "name": "talis/tripod-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-05T12:51:35+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-performance-test-rest-interface-statsd": {
+ "name": "talis/tripod-php",
+ "version": "dev-performance-test-rest-interface-statsd",
+ "version_normalized": "dev-performance-test-rest-interface-statsd",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1ebdf5b621df3239043505c6b495cacc385007d4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1ebdf5b621df3239043505c6b495cacc385007d4",
+ "reference": "1ebdf5b621df3239043505c6b495cacc385007d4",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-12T10:36:19+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/performance-test-rest-interface-statsd",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-performance-test-tripod-queue": {
+ "name": "talis/tripod-php",
+ "version": "dev-performance-test-tripod-queue",
+ "version_normalized": "dev-performance-test-tripod-queue",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b2573a7860f09d44ee84f9a9475e8ad5fe5191b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b2573a7860f09d44ee84f9a9475e8ad5fe5191b9",
+ "reference": "b2573a7860f09d44ee84f9a9475e8ad5fe5191b9",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-17T16:44:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/performance-test-tripod-queue",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-pgsql-tlog": {
+ "name": "talis/tripod-php",
+ "version": "dev-pgsql-tlog",
+ "version_normalized": "dev-pgsql-tlog",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ae4a6d605adef8f7f1b04cf319b8c5046d0beec7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ae4a6d605adef8f7f1b04cf319b8c5046d0beec7",
+ "reference": "ae4a6d605adef8f7f1b04cf319b8c5046d0beec7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/orm": "2.4.*",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-06-20T16:46:51+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/pgsql-tlog",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-php_71": {
+ "name": "talis/tripod-php",
+ "version": "dev-php_71",
+ "version_normalized": "dev-php_71",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "bac94bab1e686058e62a09a67c7b25ead0f9dde7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/bac94bab1e686058e62a09a67c7b25ead0f9dde7",
+ "reference": "bac94bab1e686058e62a09a67c7b25ead0f9dde7",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2020-03-18T12:28:42+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/php_71",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-push-invalidation-to-process-queue": {
+ "name": "talis/tripod-php",
+ "version": "dev-push-invalidation-to-process-queue",
+ "version_normalized": "dev-push-invalidation-to-process-queue",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd",
+ "reference": "f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-04-10T15:11:18+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/push-invalidation-to-process-queue",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-remove-timeout-overrides": {
+ "name": "talis/tripod-php",
+ "version": "dev-remove-timeout-overrides",
+ "version_normalized": "dev-remove-timeout-overrides",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c0b2b2dbee61839a4e7776f2c0f009e157e9636f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c0b2b2dbee61839a4e7776f2c0f009e157e9636f",
+ "reference": "c0b2b2dbee61839a4e7776f2c0f009e157e9636f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-30T15:35:06+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/remove-timeout-overrides",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-spike_etag_bug": {
+ "name": "talis/tripod-php",
+ "version": "dev-spike_etag_bug",
+ "version_normalized": "dev-spike_etag_bug",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "81f2b6544d1a2b816ea4e7e74f1961ca025345b3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/81f2b6544d1a2b816ea4e7e74f1961ca025345b3",
+ "reference": "81f2b6544d1a2b816ea4e7e74f1961ca025345b3",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-12-05T08:57:02+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/spike_etag_bug",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ "dev-tripod-eventual-view-regeneration": {
+ "name": "talis/tripod-php",
+ "version": "dev-tripod-eventual-view-regeneration",
+ "version_normalized": "dev-tripod-eventual-view-regeneration",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "749e4ab960a6299339d27efb1e7283e3fb416947"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/749e4ab960a6299339d27efb1e7283e3fb416947",
+ "reference": "749e4ab960a6299339d27efb1e7283e3fb416947",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-06-11T08:41:14+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/tripod-eventual-view-regeneration",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ }
+ }
+ }
+}
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b8fc53d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,1463 @@
+
+
+
+
+
+
+
+
+ talis/composer
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This is a private Composer repository.
+ To use it, you have to add this repository to your composer.json
file.
+
+
+
+
+
Setting up this repository in your projects
+
+ Add this Composer
+ repository to your project's composer.json
+ file, then you can require these private packages just like you would with
+ one from Packagist .
+
+
{
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://composer.talis.io/"
+ }
+ ]
+}
+
Read more on how to handle composer private packages .
+
+
+
+
+
+
+
+
+
+
+
+
+
Authentication and Authorization Library for OCLC Web Services
+
+
+
+
+
+ Keywords
+
+ OCLC
+
+
+
+ License
+ Apache-2.0
+
+
+ Support
+
+
+
+
+ Releases
+
+
+ 4.3.1 ,
+ 4.2 ,
+ 4.1 ,
+ 4.0 ,
+ 3.0 ,
+ 2.0 ,
+ 1.3 ,
+ 1.2.5 ,
+ 1.2.4 ,
+ 1.2.2 ,
+ 1.1 ,
+ v1.0 ,
+ dev-master ,
+ dev-wayf_support
+
+
+
+
+
+
+
+
+
+
+
+
+
PHP implementation of QR Code 2-D barcode generator
+
+
+
+
+
+
+ Homepage
+
+ https://github.com/t0k4rt/phpqrcode
+
+
+ License
+ LGPL-3.0
+
+ Authors
+
+ Alexandre Assouad, Dominik Dzienia
+
+
+ Releases
+
+
+ 1.1.4
+
+
+
+
+
+
+
+
+
+
+
+
+
PHP library for integrating with the British Library Document Supply Service (BLDSS)
+
+
+
+
+
+
+ Homepage
+
+ http://github.com/talis/bling
+
+
+
+ Authors
+
+ Andrew Bate
+
+ Support
+
+
+
+
+ Releases
+
+
+ 0.3.7 ,
+ v0.3.6 ,
+ v0.3.5 ,
+ v0.3.4 ,
+ v0.3.3 ,
+ v0.3.2 ,
+ v0.3.1 ,
+ v0.3.0 ,
+ 0.2.6 ,
+ 0.2.5 ,
+ 0.2.4 ,
+ 0.2.3 ,
+ 0.2.2 ,
+ 0.2.1 ,
+ 0.2.0 ,
+ 0.1.11 ,
+ 0.1.10 ,
+ 0.1.9 ,
+ 0.1.8 ,
+ 0.1.7 ,
+ 0.1.6 ,
+ 0.1.5 ,
+ 0.1.4 ,
+ 0.1.3 ,
+ 0.1.2 ,
+ 0.1.1 ,
+ 0.1 ,
+ dev-TENT-1849-DirectDeliveryShouldDefaultToFalse ,
+ dev-TENT-1432-AuthenticationErrorDueToEncoding ,
+ dev-TENT-1388_AllowHTTPClientToBeOverridden ,
+ dev-TENT-652-better-matching ,
+ dev-master ,
+ dev-move-dev-dependencies ,
+ dev-circle_ci2
+
+
+
+
+
+
+
+
+
+
+
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
+
+
+
+
+
+ Keywords
+
+ bootstrap
+ css
+ sass
+
+
+ Homepage
+
+ http://github.com/talis/bootstrap-sass
+
+
+ License
+ MIT
+
+ Authors
+
+ Thomas McDonald, Tristan Harward, Peter Gumeson, Gleb Mazovetskiy, Mark Otto, Jacob Thornton
+
+ Support
+
+
+
+
+ Releases
+
+
+ v3.11.0 ,
+ v3.10.0 ,
+ v3.9.1 ,
+ v3.9.0 ,
+ v3.8.0 ,
+ v3.7.13 ,
+ v3.7.12 ,
+ v3.7.11 ,
+ v3.7.10 ,
+ v3.7.9 ,
+ v3.7.8 ,
+ v3.7.7 ,
+ v3.7.6 ,
+ v3.7.5 ,
+ v3.7.4 ,
+ v3.7.3 ,
+ v3.7.2 ,
+ v3.7.1 ,
+ v3.7.0 ,
+ v3.6.1 ,
+ v3.6.0 ,
+ v3.5.1 ,
+ v3.5.0 ,
+ v3.4.2 ,
+ v3.4.1 ,
+ v3.4.0 ,
+ v3.3.7 ,
+ v3.3.6 ,
+ v3.3.5 ,
+ v3.3.4 ,
+ v3.3.3 ,
+ v3.3.2+1 ,
+ v3.3.1 ,
+ v3.3.0 ,
+ v3.2.0+2 ,
+ v3.1.1+2 ,
+ v3.1.0+2 ,
+ dev-3.3-stable ,
+ dev-3.2-stable ,
+ dev-3.1-stable ,
+ dev-master ,
+ dev-next ,
+ dev-convert-docs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Authors
+
+ Martin Lenord
+
+ Support
+
+
+
+
+ Releases
+
+
+ 0.4 ,
+ 0.3 ,
+ 0.2 ,
+ 0.1 ,
+ dev-php55 ,
+ dev-allow_access_to_original_oidc_request_parameters ,
+ dev-dev-php55 ,
+ dev-composer ,
+ dev-master ,
+ dev-groups_and_sub_review ,
+ dev-old_library ,
+ dev-samesite_cookies ,
+ dev-with_composer ,
+ dev-feature/jwks_and_hybrid_redirect ,
+ dev-make_state_validation_optional
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Homepage
+
+ http://talis.com
+
+
+
+ Authors
+
+ Talis
+
+ Support
+
+
+
+
+ Releases
+
+
+ dev-master
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.
+
+
+
+
+
+ Keywords
+
+ idp
+ oauth
+ saml2
+ shibboleth
+ sp
+ ws-federation
+
+
+ Homepage
+
+ http://simplesamlphp.org
+
+
+ License
+ LGPL-2.1
+
+ Authors
+
+ Andreas Ã…kre Solberg, Olav Morken, Jaime Perez
+
+ Support
+
+
+
+
+ Releases
+
+
+ 1.14.3 ,
+ 1.8.5 ,
+ 1.8.4 ,
+ 1.8.3 ,
+ 1.8.2 ,
+ dev-1-8-5-php55-compatibility ,
+ dev-dev-plat-255-update ,
+ dev-TAL-243-http-https-redirect ,
+ dev-master ,
+ dev-fix-composer
+
+
+
+
+
+
+
+
+
+
+
+
+
This is a php client library for talis APIs
+
+
+
+
+
+ Keywords
+
+ babel
+ client library
+ critic
+ echo
+ manifesto
+ persona
+ php
+
+
+ Homepage
+
+ https://github.com/talis/talis-php
+
+
+ License
+ MIT
+
+
+ Support
+
+
+
+
+ Releases
+
+
+ 0.6.3 ,
+ 0.6.2 ,
+ 0.6.1 ,
+ 0.6.0 ,
+ 0.5.0 ,
+ 0.3.1 ,
+ 0.3.0 ,
+ 0.2.0 ,
+ 0.1.4 ,
+ 0.1.3 ,
+ 0.1.2 ,
+ 0.1.0 ,
+ 0.0.3 ,
+ 0.0.2 ,
+ 0.0.1 ,
+ dev-PLAT-4051_pin_composer_version_talis-php ,
+ dev-PLAT_3379_RemoveSessionFromPersona ,
+ dev-PLAT_1897_Initial_Talis_PHP_Library ,
+ dev-master ,
+ dev-no_sessions ,
+ dev-code-quality-checks
+
+
+
+
+
+
+
+
+
+
+
A library for managing RDF data in Mongo
+
+
+
+
+
+ Keywords
+
+ rdf
+ sparql
+
+
+ Homepage
+
+ https://github.com/talis/tripod-php
+
+
+ License
+ MIT
+
+ Authors
+
+ Chris Clarke , Nadeem Shabir
+
+ Support
+
+
+
+
+ Releases
+
+
+ 0.23.1 ,
+ 0.23.0 ,
+ 0.22.0 ,
+ 0.21.0 ,
+ 0.20.0 ,
+ 0.19.0 ,
+ 0.18.0 ,
+ v0.17.0 ,
+ v0.16.0 ,
+ v0.15.0 ,
+ 0.14.0 ,
+ v0.13.0 ,
+ v0.12.0 ,
+ v0.11.5 ,
+ v0.11.4 ,
+ v0.11.3 ,
+ v0.11.2 ,
+ v0.11.1 ,
+ v0.11.0 ,
+ v0.10.4 ,
+ v0.10.3 ,
+ v0.10.2 ,
+ v0.10.1 ,
+ 0.10.0 ,
+ 0.9.9 ,
+ 0.9.8 ,
+ 0.9.7 ,
+ v0.9.6 ,
+ v0.9.5 ,
+ 0.9.4 ,
+ 0.9.3 ,
+ 0.9.2 ,
+ v0.9.1 ,
+ v0.9.0 ,
+ v0.8.5 ,
+ v0.8.4 ,
+ v0.8.3 ,
+ v0.8.2 ,
+ v0.8.1 ,
+ v0.8.0 ,
+ v0.7.3 ,
+ v0.7.2 ,
+ v0.7.1 ,
+ v0.7.0 ,
+ v0.6.1 ,
+ v0.6.0 ,
+ 0.5.2 ,
+ 0.5.0 ,
+ 0.4.1 ,
+ dev-php_71 ,
+ dev-pgsql-tlog ,
+ dev-push-invalidation-to-process-queue ,
+ dev-performance-test-tripod-queue ,
+ dev-performance-test-rest-interface-statsd ,
+ dev-allow-tablespec-filters ,
+ dev-TENT-1578-ImproveLoggingOfLostJobs ,
+ dev-TENT-1102-Construct ,
+ dev-master ,
+ dev-chainable-api-prototype ,
+ dev-introduce-resque-process-queue-pre-squash ,
+ dev-dedupe-views ,
+ dev-spike_etag_bug ,
+ dev-remove-timeout-overrides ,
+ dev-decouple-invalidation-from-save ,
+ dev-tripod-eventual-view-regeneration
+
+
+
+
+
+
+
+
+
This Composer repository is powered by Satis 3.0.0-dev
+
+
+
+
+
+
+
+
+
+
+
diff --git a/p2/chrisboulton/php-resque.json b/p2/chrisboulton/php-resque.json
new file mode 100644
index 0000000..bfbcb51
--- /dev/null
+++ b/p2/chrisboulton/php-resque.json
@@ -0,0 +1,53 @@
+{
+ "packages": {
+ "chrisboulton/php-resque": [
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "1.2",
+ "version_normalized": "1.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/0549d6c88a4aed934655b7c03b6153349d6c3ad0",
+ "reference": "0549d6c88a4aed934655b7c03b6153349d6c3ad0",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2012-10-13T07:28:16+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/1.2"
+ },
+ "abandoned": "resque/php-resque"
+ }
+ ]
+ }
+}
diff --git a/p2/chrisboulton/php-resque~dev.json b/p2/chrisboulton/php-resque~dev.json
new file mode 100644
index 0000000..8394430
--- /dev/null
+++ b/p2/chrisboulton/php-resque~dev.json
@@ -0,0 +1,487 @@
+{
+ "packages": {
+ "chrisboulton/php-resque": [
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "version_normalized": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "0f1043a420c5b7b6914049a387d91c69f911c31e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/0f1043a420c5b7b6914049a387d91c69f911c31e",
+ "reference": "0f1043a420c5b7b6914049a387d91c69f911c31e",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2015-12-15T13:34:24+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/TENT-1578-ImproveLoggingOfLostJobs"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-ZENDESK_12084",
+ "version_normalized": "dev-ZENDESK_12084",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "4aa3063e5015c9d80fe6378c300fd1e8adc0d5da"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/4aa3063e5015c9d80fe6378c300fd1e8adc0d5da",
+ "reference": "4aa3063e5015c9d80fe6378c300fd1e8adc0d5da",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2016-02-19T15:20:39+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/ZENDESK_12084"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-exceptions",
+ "version_normalized": "dev-exceptions",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "7f2ea51411467d150541fad1cf0c2937c4ec1621"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/7f2ea51411467d150541fad1cf0c2937c4ec1621",
+ "reference": "7f2ea51411467d150541fad1cf0c2937c4ec1621",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2015-02-03T17:54:08+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/exceptions"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0",
+ "reference": "a4a7ba6c5df2e95ba63b4c8441577a85eb5f19b0",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:07:23+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/master"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-posix_signals_not_working_on_php7",
+ "version_normalized": "dev-posix_signals_not_working_on_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "d3f77f3002e1617d3b80e38241cb6da0741dbb29"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/d3f77f3002e1617d3b80e38241cb6da0741dbb29",
+ "reference": "d3f77f3002e1617d3b80e38241cb6da0741dbb29",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T12:52:22+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/posix_signals_not_working_on_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-posix_signals_php7",
+ "version_normalized": "dev-posix_signals_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "de33f05253e1e034267bd59e4b2743891448c4d6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/de33f05253e1e034267bd59e4b2743891448c4d6",
+ "reference": "de33f05253e1e034267bd59e4b2743891448c4d6",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:11:05+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/posix_signals_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-revert-5-posix_signals_not_working_on_php7",
+ "version_normalized": "dev-revert-5-posix_signals_not_working_on_php7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "67178195879f59cc26eab19e617b2b0d9cdba32e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/67178195879f59cc26eab19e617b2b0d9cdba32e",
+ "reference": "67178195879f59cc26eab19e617b2b0d9cdba32e",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:08:30+00:00",
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/revert-5-posix_signals_not_working_on_php7"
+ },
+ "abandoned": "resque/php-resque"
+ },
+ {
+ "name": "chrisboulton/php-resque",
+ "version": "dev-working",
+ "version_normalized": "dev-working",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-resque.git",
+ "reference": "f2db9542196c267616e1833bf14641c864bf65cc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-resque/zipball/f2db9542196c267616e1833bf14641c864bf65cc",
+ "reference": "f2db9542196c267616e1833bf14641c864bf65cc",
+ "shasum": ""
+ },
+ "require": {
+ "colinmollenhour/credis": "~1.2",
+ "ext-pcntl": "*",
+ "php": ">=5.3.0",
+ "psr/log": "1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "suggest": {
+ "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
+ "ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
+ },
+ "time": "2019-06-25T13:13:10+00:00",
+ "default-branch": true,
+ "bin": [
+ "bin/resque"
+ ],
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Resque": "lib"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Boulton",
+ "email": "chris@bigcommerce.com"
+ }
+ ],
+ "description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby.",
+ "homepage": "http://www.github.com/chrisboulton/php-resque/",
+ "keywords": [
+ "background",
+ "job",
+ "redis",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-resque/tree/working"
+ },
+ "abandoned": "resque/php-resque"
+ }
+ ]
+ }
+}
diff --git a/p2/oclc/auth.json b/p2/oclc/auth.json
new file mode 100644
index 0000000..3d6b0c6
--- /dev/null
+++ b/p2/oclc/auth.json
@@ -0,0 +1,611 @@
+{
+ "packages": {
+ "oclc/auth": [
+ {
+ "name": "OCLC/Auth",
+ "version": "v1.0",
+ "version_normalized": "1.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "b5a8772997cf11929c1c8916c8628baade9ceebc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/b5a8772997cf11929c1c8916c8628baade9ceebc",
+ "reference": "b5a8772997cf11929c1c8916c8628baade9ceebc",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-02-12T15:15:51+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/v1.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "1.1",
+ "version_normalized": "1.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "b85a7f72bade5241f79634a55090b9443ca096ab"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/b85a7f72bade5241f79634a55090b9443ca096ab",
+ "reference": "b85a7f72bade5241f79634a55090b9443ca096ab",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-05-20T16:30:57+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/1.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "1.2.2",
+ "version_normalized": "1.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "5c66f00103afa155427a2cbd9c6fad8c0d2f7d13"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/5c66f00103afa155427a2cbd9c6fad8c0d2f7d13",
+ "reference": "5c66f00103afa155427a2cbd9c6fad8c0d2f7d13",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-07-14T17:43:02+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/1.2.2",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "1.2.4",
+ "version_normalized": "1.2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5",
+ "reference": "20a8c011ff5b0f9d8ccde9b8a83d16fdafc2d8d5",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-09-09T19:56:45+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/1.2.4",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "1.2.5",
+ "version_normalized": "1.2.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "7b5755179c73046feae275c451ae00eaa65832e8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/7b5755179c73046feae275c451ae00eaa65832e8",
+ "reference": "7b5755179c73046feae275c451ae00eaa65832e8",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3"
+ },
+ "time": "2014-09-15T19:19:22+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/1.2.5",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "1.3",
+ "version_normalized": "1.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae",
+ "reference": "735ee8b475fd7b9cf6f3f5f1b6eac6a30163d5ae",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpunit/phpunit": "~3",
+ "zendframework/zend-log": "2.0.*"
+ },
+ "time": "2014-11-26T19:21:38+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/1.3.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "2.0",
+ "version_normalized": "2.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "c368f90b1b9489bf339e78eefcb6e31be3949846"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/c368f90b1b9489bf339e78eefcb6e31be3949846",
+ "reference": "c368f90b1b9489bf339e78eefcb6e31be3949846",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzle/guzzle": ">=3.7.0,<3.9.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "dev-master",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpdocumentor/phpdocumentor": "2.*",
+ "phpunit/phpunit": "~3",
+ "zendframework/zend-log": "2.0.*"
+ },
+ "time": "2015-09-22T19:09:05+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/v2.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "3.0",
+ "version_normalized": "3.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "4d5cba082bc2817a4fd13f79e4c734d249dc6e31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/4d5cba082bc2817a4fd13f79e4c734d249dc6e31",
+ "reference": "4d5cba082bc2817a4fd13f79e4c734d249dc6e31",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-openssl": "*",
+ "guzzlehttp/guzzle": ">=6.0",
+ "lib-curl": "*",
+ "lib-openssl": "*",
+ "php": ">=5.3.3"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "1.3.1",
+ "php-vcr/phpunit-testlistener-vcr": "*",
+ "phpdocumentor/phpdocumentor": "2.*",
+ "phpunit/phpunit": ">=3",
+ "zendframework/zend-log": "2.*"
+ },
+ "time": "2016-12-02T21:17:35+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/v3.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "4.0",
+ "version_normalized": "4.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "ffffa97f7f209911e1fd11b4b19ef20264bdef60"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/ffffa97f7f209911e1fd11b4b19ef20264bdef60",
+ "reference": "ffffa97f7f209911e1fd11b4b19ef20264bdef60",
+ "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-17T19:21:17+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/v4.0",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "4.1",
+ "version_normalized": "4.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "8f16e0d4ae62396028e1cc666def615fd0df7bc6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/8f16e0d4ae62396028e1cc666def615fd0df7bc6",
+ "reference": "8f16e0d4ae62396028e1cc666def615fd0df7bc6",
+ "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-04-11T20:56:15+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/v4.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "4.2",
+ "version_normalized": "4.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "cc2b802cc28f45069146ed0d7bde5843209e952c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/cc2b802cc28f45069146ed0d7bde5843209e952c",
+ "reference": "cc2b802cc28f45069146ed0d7bde5843209e952c",
+ "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": "2019-02-21T00:11:11+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/4.2",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ },
+ {
+ "name": "OCLC/Auth",
+ "version": "4.3.1",
+ "version_normalized": "4.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/OCLC-Developer-Network/oclc-auth-php.git",
+ "reference": "4325ec1c3bcf546a25ede715348f4f8630d57e31"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/OCLC-Developer-Network/oclc-auth-php/zipball/4325ec1c3bcf546a25ede715348f4f8630d57e31",
+ "reference": "4325ec1c3bcf546a25ede715348f4f8630d57e31",
+ "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": "2019-02-21T00:36:49+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/4.3.1",
+ "issues": "https://github.com/OCLC-Developer-Network/oclc-auth-php/issues"
+ },
+ "abandoned": true
+ }
+ ]
+ }
+}
diff --git a/p2/oclc/auth~dev.json b/p2/oclc/auth~dev.json
new file mode 100644
index 0000000..b1eb480
--- /dev/null
+++ b/p2/oclc/auth~dev.json
@@ -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
+ }
+ ]
+ }
+}
diff --git a/p2/rsinger/worldcat-linkeddata-php.json b/p2/rsinger/worldcat-linkeddata-php.json
new file mode 100644
index 0000000..32fd05e
--- /dev/null
+++ b/p2/rsinger/worldcat-linkeddata-php.json
@@ -0,0 +1,291 @@
+{
+ "packages": {
+ "rsinger/worldcat-linkeddata-php": [
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "448a4b80c97a737230782f83ffd7340eaafafa45"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/448a4b80c97a737230782f83ffd7340eaafafa45",
+ "reference": "448a4b80c97a737230782f83ffd7340eaafafa45",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-13T17:45:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "e224a7997626af76814e2f32db37cd9d5738b0d1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/e224a7997626af76814e2f32db37cd9d5738b0d1",
+ "reference": "e224a7997626af76814e2f32db37cd9d5738b0d1",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-13T18:08:28+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.1.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "b4b744a39a78a1251b9d9761046fb0e8ddb1f80e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/b4b744a39a78a1251b9d9761046fb0e8ddb1f80e",
+ "reference": "b4b744a39a78a1251b9d9761046fb0e8ddb1f80e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-19T16:46:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.2",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "74aa7563534ffe74a8c0abadf2334591f1fae6cc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/74aa7563534ffe74a8c0abadf2334591f1fae6cc",
+ "reference": "74aa7563534ffe74a8c0abadf2334591f1fae6cc",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-09-25T18:13:39+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "v0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-10-06T19:08:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/rsinger/worldcat-linkeddata-php~dev.json b/p2/rsinger/worldcat-linkeddata-php~dev.json
new file mode 100644
index 0000000..0046f8d
--- /dev/null
+++ b/p2/rsinger/worldcat-linkeddata-php~dev.json
@@ -0,0 +1,121 @@
+{
+ "packages": {
+ "rsinger/worldcat-linkeddata-php": [
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "reference": "8c6f1ae86cb516438aa81859ca2c0cf238cd0d4a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2017-10-06T19:08:30+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/v0.3.1",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ },
+ {
+ "name": "rsinger/worldcat-linkeddata-php",
+ "version": "dev-reindex_unresolved_examples",
+ "version_normalized": "dev-reindex_unresolved_examples",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rsinger/worldcat-linkeddata-php.git",
+ "reference": "85677612b439882666119615eb0a273ba7ac6a75"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rsinger/worldcat-linkeddata-php/zipball/85677612b439882666119615eb0a273ba7ac6a75",
+ "reference": "85677612b439882666119615eb0a273ba7ac6a75",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "~6.2",
+ "monolog/monolog": "~1.22",
+ "php": ">=5.5.0"
+ },
+ "require-dev": {
+ "php-vcr/php-vcr": "^1.3",
+ "phpunit/phpunit": "~4.8",
+ "psy/psysh": "~0.8"
+ },
+ "time": "2018-05-18T17:33:52+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "WorldCatLD\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rossfsinger@gmail.com",
+ "homepage": "https://rossfsinger.com/"
+ }
+ ],
+ "description": "This is a PHP linked data client for WorldCat.org",
+ "homepage": "https://github.com/rsinger/worldcat-linkeddata-php",
+ "keywords": [
+ "client library",
+ "frbr",
+ "linked data",
+ "oclc",
+ "php",
+ "xisbn"
+ ],
+ "support": {
+ "source": "https://github.com/rsinger/worldcat-linkeddata-php/tree/reindex_unresolved_examples",
+ "issues": "https://github.com/rsinger/worldcat-linkeddata-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/t0k4rt/phpqrcode.json b/p2/t0k4rt/phpqrcode.json
new file mode 100644
index 0000000..9a51246
--- /dev/null
+++ b/p2/t0k4rt/phpqrcode.json
@@ -0,0 +1,37 @@
+{
+ "packages": {
+ "t0k4rt/phpqrcode": [
+ {
+ "name": "t0k4rt/phpqrcode",
+ "version": "1.1.4",
+ "version_normalized": "1.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/t0k4rt/phpqrcode",
+ "reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://github.com/t0k4rt/phpqrcode/zipball/d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2",
+ "reference": "d213c4819a4607f0c94d8eda4b4dec9ef3b79ae2"
+ },
+ "type": "library",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "authors": [
+ {
+ "name": "Alexandre Assouad",
+ "email": "assouad@kairostag.com"
+ },
+ {
+ "name": "Dominik Dzienia",
+ "email": "deltalab@poczta.fm"
+ }
+ ],
+ "description": "PHP implementation of QR Code 2-D barcode generator",
+ "homepage": "https://github.com/t0k4rt/phpqrcode"
+ }
+ ]
+ }
+}
diff --git a/p2/t0k4rt/phpqrcode~dev.json b/p2/t0k4rt/phpqrcode~dev.json
new file mode 100644
index 0000000..9acdeac
--- /dev/null
+++ b/p2/t0k4rt/phpqrcode~dev.json
@@ -0,0 +1,5 @@
+{
+ "packages": {
+ "t0k4rt/phpqrcode": []
+ }
+}
diff --git a/p2/talis/aws-sdk-php.json b/p2/talis/aws-sdk-php.json
new file mode 100644
index 0000000..b23644b
--- /dev/null
+++ b/p2/talis/aws-sdk-php.json
@@ -0,0 +1,35 @@
+{
+ "packages": {
+ "talis/aws-sdk-php": [
+ {
+ "name": "talis/aws-sdk-php",
+ "version": "1.6.0",
+ "version_normalized": "1.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/aws-sdk-php.git",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/aws-sdk-php/zipball/761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:13:50+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/aws-sdk-php/tree/1.6.0",
+ "issues": "https://github.com/talis/aws-sdk-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/aws-sdk-php~dev.json b/p2/talis/aws-sdk-php~dev.json
new file mode 100644
index 0000000..f31294c
--- /dev/null
+++ b/p2/talis/aws-sdk-php~dev.json
@@ -0,0 +1,36 @@
+{
+ "packages": {
+ "talis/aws-sdk-php": [
+ {
+ "name": "talis/aws-sdk-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/aws-sdk-php.git",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/aws-sdk-php/zipball/761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "reference": "761efe048ef97d6b86b44fec13b7cd82e859b40b",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:13:50+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/aws-sdk-php/tree/1.6.0",
+ "issues": "https://github.com/talis/aws-sdk-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/bling.json b/p2/talis/bling.json
new file mode 100644
index 0000000..85dfaf8
--- /dev/null
+++ b/p2/talis/bling.json
@@ -0,0 +1,1148 @@
+{
+ "packages": {
+ "talis/bling": [
+ {
+ "name": "talis/bling",
+ "version": "0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/0231d063bc0e137d1ad95befdad01675e7104a56",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-07T14:28:12+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/0231d063bc0e137d1ad95befdad01675e7104a56",
+ "reference": "0231d063bc0e137d1ad95befdad01675e7104a56",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-07T14:28:12+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.10",
+ "version_normalized": "0.1.10.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "467b55dc041944975cbc9e7a3a93b1da68e5eaaa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/467b55dc041944975cbc9e7a3a93b1da68e5eaaa",
+ "reference": "467b55dc041944975cbc9e7a3a93b1da68e5eaaa",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-01T10:48:57+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.10",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.11",
+ "version_normalized": "0.1.11.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "a1a70aa347934bc9d5b8e15450991d04460effe6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/a1a70aa347934bc9d5b8e15450991d04460effe6",
+ "reference": "a1a70aa347934bc9d5b8e15450991d04460effe6",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-01T12:25:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.11",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.2",
+ "version_normalized": "0.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "d70f143071e17dc674630a180cdec73719fb7231"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/d70f143071e17dc674630a180cdec73719fb7231",
+ "reference": "d70f143071e17dc674630a180cdec73719fb7231",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-11T08:46:28+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.3",
+ "version_normalized": "0.1.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "e13177b26dbe68a25b18cf7cf10424ec331fb8d6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/e13177b26dbe68a25b18cf7cf10424ec331fb8d6",
+ "reference": "e13177b26dbe68a25b18cf7cf10424ec331fb8d6",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-12T09:30:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.4",
+ "version_normalized": "0.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609",
+ "reference": "5cf3711bfe4f3a3a34d3ee95d809d7f3a6595609",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-26T07:29:06+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "Integration with the British Library scanning service",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.5",
+ "version_normalized": "0.1.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "080287d8ec98bf4cb01c1e24876a676917b63319"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/080287d8ec98bf4cb01c1e24876a676917b63319",
+ "reference": "080287d8ec98bf4cb01c1e24876a676917b63319",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-02T10:26:42+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.6",
+ "version_normalized": "0.1.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385",
+ "reference": "7b042ba8a8ff6dbce0a02d5cdfb7e96a154a2385",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-07T07:51:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.7",
+ "version_normalized": "0.1.7.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "9efd982d0543541dfd8b4c1f219964982e6e55bb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/9efd982d0543541dfd8b4c1f219964982e6e55bb",
+ "reference": "9efd982d0543541dfd8b4c1f219964982e6e55bb",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-14T10:37:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.7",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.8",
+ "version_normalized": "0.1.8.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "4d181bea38bdcdbe5798d15779fdf45c37922f70"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/4d181bea38bdcdbe5798d15779fdf45c37922f70",
+ "reference": "4d181bea38bdcdbe5798d15779fdf45c37922f70",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-25T12:35:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.8",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.1.9",
+ "version_normalized": "0.1.9.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01",
+ "reference": "acf3ea51cc65c1c0bad2a54f8ecbc4516d0e2d01",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-04-29T14:09:50+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.1.9",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "526547cdf51fe658ceb2df1b623e56654ed54c6a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/526547cdf51fe658ceb2df1b623e56654ed54c6a",
+ "reference": "526547cdf51fe658ceb2df1b623e56654ed54c6a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-31T16:35:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.0",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.1",
+ "version_normalized": "0.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "00d58006ec3759c309a1f8800a1369c3e9ddede8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/00d58006ec3759c309a1f8800a1369c3e9ddede8",
+ "reference": "00d58006ec3759c309a1f8800a1369c3e9ddede8",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-11-19T19:48:18+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.2",
+ "version_normalized": "0.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "b1944928458a2f5fdd9a06112e7a77333896cb30"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/b1944928458a2f5fdd9a06112e7a77333896cb30",
+ "reference": "b1944928458a2f5fdd9a06112e7a77333896cb30",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-01-29T16:39:01+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.3",
+ "version_normalized": "0.2.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "dd581a966ad59db1e1badd4edb01141fbc638c53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/dd581a966ad59db1e1badd4edb01141fbc638c53",
+ "reference": "dd581a966ad59db1e1badd4edb01141fbc638c53",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-02-02T10:24:14+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.4",
+ "version_normalized": "0.2.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "99e29defd49a7543da56c368e0b0c27ce999a653"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/99e29defd49a7543da56c368e0b0c27ce999a653",
+ "reference": "99e29defd49a7543da56c368e0b0c27ce999a653",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-06-25T13:49:07+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.5",
+ "version_normalized": "0.2.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "e57a4c48412cd5a0ca3d4c50d1c08d538fa53366"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/e57a4c48412cd5a0ca3d4c50d1c08d538fa53366",
+ "reference": "e57a4c48412cd5a0ca3d4c50d1c08d538fa53366",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-05T10:27:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.2.6",
+ "version_normalized": "0.2.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "48b7c17a585e3408770baed13c82ddb438070c0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/48b7c17a585e3408770baed13c82ddb438070c0d",
+ "reference": "48b7c17a585e3408770baed13c82ddb438070c0d",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-05T15:14:44+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.2.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.0",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "f6908022314f2cac3e5b3bb3b75c7f2ce693b67a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/f6908022314f2cac3e5b3bb3b75c7f2ce693b67a",
+ "reference": "f6908022314f2cac3e5b3bb3b75c7f2ce693b67a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-09T15:04:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.0",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "100e09ec9762d491136ac2146c77983d2a938b03"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/100e09ec9762d491136ac2146c77983d2a938b03",
+ "reference": "100e09ec9762d491136ac2146c77983d2a938b03",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-13T14:49:51+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.1",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.2",
+ "version_normalized": "0.3.2.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "ab881d1f89b750bd0ef2c4c2893054f363bccd93"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/ab881d1f89b750bd0ef2c4c2893054f363bccd93",
+ "reference": "ab881d1f89b750bd0ef2c4c2893054f363bccd93",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-16T13:41:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.3",
+ "version_normalized": "0.3.3.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "5bb8c234cf155ca65729853a0e80f3c8d9e818c8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/5bb8c234cf155ca65729853a0e80f3c8d9e818c8",
+ "reference": "5bb8c234cf155ca65729853a0e80f3c8d9e818c8",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-20T14:57:51+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.3",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.4",
+ "version_normalized": "0.3.4.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "215835203e8b1728fb0713286811ed4049159b3a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/215835203e8b1728fb0713286811ed4049159b3a",
+ "reference": "215835203e8b1728fb0713286811ed4049159b3a",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-26T13:14:15+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.4",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.5",
+ "version_normalized": "0.3.5.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "dfe26a0e3b2dda3596b3369ff041f836d215efde"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/dfe26a0e3b2dda3596b3369ff041f836d215efde",
+ "reference": "dfe26a0e3b2dda3596b3369ff041f836d215efde",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-11-09T16:45:48+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.5",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "v0.3.6",
+ "version_normalized": "0.3.6.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "b4bb6cdafdbf0f3d84acd172977e17e930540752"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/b4bb6cdafdbf0f3d84acd172977e17e930540752",
+ "reference": "b4bb6cdafdbf0f3d84acd172977e17e930540752",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-02-19T14:06:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/v0.3.6",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "0.3.7",
+ "version_normalized": "0.3.7.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "64e99a27a71b92c04ef00ba8e1d1877417714067"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/64e99a27a71b92c04ef00ba8e1d1877417714067",
+ "reference": "64e99a27a71b92c04ef00ba8e1d1877417714067",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-02-19T18:40:00+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/0.3.7",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/bling~dev.json b/p2/talis/bling~dev.json
new file mode 100644
index 0000000..cf76352
--- /dev/null
+++ b/p2/talis/bling~dev.json
@@ -0,0 +1,308 @@
+{
+ "packages": {
+ "talis/bling": [
+ {
+ "name": "talis/bling",
+ "version": "dev-TENT-1388_AllowHTTPClientToBeOverridden",
+ "version_normalized": "dev-TENT-1388_AllowHTTPClientToBeOverridden",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "7cb27a636191aa2f634d9130ca63294cc6fd1b68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/7cb27a636191aa2f634d9130ca63294cc6fd1b68",
+ "reference": "7cb27a636191aa2f634d9130ca63294cc6fd1b68",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable",
+ "talis/smart-quotes": "1.0.6"
+ },
+ "time": "2015-10-16T14:02:30+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1388_AllowHTTPClientToBeOverridden",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-TENT-1432-AuthenticationErrorDueToEncoding",
+ "version_normalized": "dev-TENT-1432-AuthenticationErrorDueToEncoding",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "1ae818f0f6ba61af22f8ccdbecfe781d6fc595db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/1ae818f0f6ba61af22f8ccdbecfe781d6fc595db",
+ "reference": "1ae818f0f6ba61af22f8ccdbecfe781d6fc595db",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-01T16:08:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1432-AuthenticationErrorDueToEncoding",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "version_normalized": "dev-TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "ef15a5dd98932a38918efeb06caf74da4ddf4065"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/ef15a5dd98932a38918efeb06caf74da4ddf4065",
+ "reference": "ef15a5dd98932a38918efeb06caf74da4ddf4065",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2016-10-11T12:28:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-1849-DirectDeliveryShouldDefaultToFalse",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-TENT-652-better-matching",
+ "version_normalized": "dev-TENT-652-better-matching",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "4989dff62ca14b75f23a6ea92d3c1c0644ea9147"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/4989dff62ca14b75f23a6ea92d3c1c0644ea9147",
+ "reference": "4989dff62ca14b75f23a6ea92d3c1c0644ea9147",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-31T13:53:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/TENT-652-better-matching",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-circle_ci2",
+ "version_normalized": "dev-circle_ci2",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "750c0494516ae2be080c76c8eb90a74f95f84124"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/750c0494516ae2be080c76c8eb90a74f95f84124",
+ "reference": "750c0494516ae2be080c76c8eb90a74f95f84124",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-08-24T13:39:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/circle_ci2",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "61c8b7b409d54990b713a59fd9143b3f2a47c97c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/61c8b7b409d54990b713a59fd9143b3f2a47c97c",
+ "reference": "61c8b7b409d54990b713a59fd9143b3f2a47c97c",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": ">=3.8@stable",
+ "monolog/monolog": ">=1.5.0@stable",
+ "patchwork/utf8": "1.2.5",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-08-28T11:30:38+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/master",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ },
+ {
+ "name": "talis/bling",
+ "version": "dev-move-dev-dependencies",
+ "version_normalized": "dev-move-dev-dependencies",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/bling.git",
+ "reference": "52716f86518e2ed66ce5e716608709537d45c99f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bling/zipball/52716f86518e2ed66ce5e716608709537d45c99f",
+ "reference": "52716f86518e2ed66ce5e716608709537d45c99f",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": "^1.5",
+ "patchwork/utf8": "^1.2",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T18:45:39+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "bling\\": "src/bling"
+ }
+ },
+ "authors": [
+ {
+ "name": "Andrew Bate",
+ "email": "ab@talis.com",
+ "homepage": "http://www.talis.com"
+ }
+ ],
+ "description": "PHP library for integrating with the British Library Document Supply Service (BLDSS)",
+ "homepage": "http://github.com/talis/bling",
+ "support": {
+ "source": "https://github.com/talis/bling/tree/move-dev-dependencies",
+ "issues": "https://github.com/talis/bling/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/bootstrap-sass.json b/p2/talis/bootstrap-sass.json
new file mode 100644
index 0000000..bb08b1b
--- /dev/null
+++ b/p2/talis/bootstrap-sass.json
@@ -0,0 +1,2115 @@
+{
+ "packages": {
+ "talis/bootstrap-sass": [
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.1.0+2",
+ "version_normalized": "3.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "4f8c3465477a2e27a7197ac9493817d4c101b867"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/4f8c3465477a2e27a7197ac9493817d4c101b867",
+ "reference": "4f8c3465477a2e27a7197ac9493817d4c101b867",
+ "shasum": ""
+ },
+ "time": "2014-02-06T00:25:06+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.0+2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.1.1+2",
+ "version_normalized": "3.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "shasum": ""
+ },
+ "time": "2014-04-21T21:29:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.1+2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.10.0",
+ "version_normalized": "3.10.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "1571128237fdcddc189ece30f172fb37779d3482"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/1571128237fdcddc189ece30f172fb37779d3482",
+ "reference": "1571128237fdcddc189ece30f172fb37779d3482",
+ "shasum": ""
+ },
+ "time": "2022-01-18T16:18:43+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.10.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.11.0",
+ "version_normalized": "3.11.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "02c918c91cd0e1a19435c05dd55c877084eb6352"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/02c918c91cd0e1a19435c05dd55c877084eb6352",
+ "reference": "02c918c91cd0e1a19435c05dd55c877084eb6352",
+ "shasum": ""
+ },
+ "time": "2022-03-25T13:09:45+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.11.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.2.0+2",
+ "version_normalized": "3.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/881ce27c6b4101698ea849283933203e20861a33",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33",
+ "shasum": ""
+ },
+ "time": "2014-09-03T02:13:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.2.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.2.0+2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.0",
+ "version_normalized": "3.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d07374afdbe86e6a415c5ea68474b3d142e8fd72"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d07374afdbe86e6a415c5ea68474b3d142e8fd72",
+ "reference": "d07374afdbe86e6a415c5ea68474b3d142e8fd72",
+ "shasum": ""
+ },
+ "time": "2014-10-29T23:25:58+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.1",
+ "version_normalized": "3.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "93f42bc913bdd4c9df3d4652bd5168b4ede870c6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/93f42bc913bdd4c9df3d4652bd5168b4ede870c6",
+ "reference": "93f42bc913bdd4c9df3d4652bd5168b4ede870c6",
+ "shasum": ""
+ },
+ "time": "2014-11-12T17:19:30+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.2+1",
+ "version_normalized": "3.3.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a477f37b57edec1665d996122abe31424b3b1841"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a477f37b57edec1665d996122abe31424b3b1841",
+ "reference": "a477f37b57edec1665d996122abe31424b3b1841",
+ "shasum": ""
+ },
+ "time": "2015-01-19T23:45:41+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.2+1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.3",
+ "version_normalized": "3.3.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "107ca189e406bbe314eb84f0372ed3706b81c761"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/107ca189e406bbe314eb84f0372ed3706b81c761",
+ "reference": "107ca189e406bbe314eb84f0372ed3706b81c761",
+ "shasum": ""
+ },
+ "time": "2015-01-20T00:56:26+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.3"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.4",
+ "version_normalized": "3.3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "1a5c521451d18e72ca57dea2af870ab552f4b42a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/1a5c521451d18e72ca57dea2af870ab552f4b42a",
+ "reference": "1a5c521451d18e72ca57dea2af870ab552f4b42a",
+ "shasum": ""
+ },
+ "time": "2015-03-16T16:23:24+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.4"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.5",
+ "version_normalized": "3.3.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d64d48fd23c9624cc5c996e6516b7dc33fde5919"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d64d48fd23c9624cc5c996e6516b7dc33fde5919",
+ "reference": "d64d48fd23c9624cc5c996e6516b7dc33fde5919",
+ "shasum": ""
+ },
+ "time": "2015-06-16T16:29:50+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.5"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.6",
+ "version_normalized": "3.3.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "446b41a5af0f20f139a6d33ded2a62101c3bd5a1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/446b41a5af0f20f139a6d33ded2a62101c3bd5a1",
+ "reference": "446b41a5af0f20f139a6d33ded2a62101c3bd5a1",
+ "shasum": ""
+ },
+ "time": "2015-11-24T23:06:35+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.6"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.3.7",
+ "version_normalized": "3.3.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
+ "reference": "5d6b2ebba0c2a5885ce2f0e01e9218db3d3b5e47",
+ "shasum": ""
+ },
+ "time": "2016-07-25T19:58:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.3.7"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.0",
+ "version_normalized": "3.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "bb7dbf8af72b455b51936bc07e51efcaf6220bcc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/bb7dbf8af72b455b51936bc07e51efcaf6220bcc",
+ "reference": "bb7dbf8af72b455b51936bc07e51efcaf6220bcc",
+ "shasum": ""
+ },
+ "time": "2018-12-14T12:16:04+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.1",
+ "version_normalized": "3.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "ff8d0ed39811da01161da931b25459c3d48af015"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/ff8d0ed39811da01161da931b25459c3d48af015",
+ "reference": "ff8d0ed39811da01161da931b25459c3d48af015",
+ "shasum": ""
+ },
+ "time": "2020-08-21T17:37:46+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.4.2",
+ "version_normalized": "3.4.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "be14e177c501aff0b02f14abfb426ce9cb653c1f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/be14e177c501aff0b02f14abfb426ce9cb653c1f",
+ "reference": "be14e177c501aff0b02f14abfb426ce9cb653c1f",
+ "shasum": ""
+ },
+ "time": "2020-09-08T12:35:30+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.4.2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.5.0",
+ "version_normalized": "3.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "60f3a41712c77b12cc513912578ebecff7fd1b6d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/60f3a41712c77b12cc513912578ebecff7fd1b6d",
+ "reference": "60f3a41712c77b12cc513912578ebecff7fd1b6d",
+ "shasum": ""
+ },
+ "time": "2020-09-14T12:54:14+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.5.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.5.1",
+ "version_normalized": "3.5.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "966021f07f437afaa32ddfb6307e4d3d7fbaa37b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/966021f07f437afaa32ddfb6307e4d3d7fbaa37b",
+ "reference": "966021f07f437afaa32ddfb6307e4d3d7fbaa37b",
+ "shasum": ""
+ },
+ "time": "2020-09-17T13:19:09+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.5.1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "3a09d5c9b5a09e676fe34ab827c108f4c89a27bb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/3a09d5c9b5a09e676fe34ab827c108f4c89a27bb",
+ "reference": "3a09d5c9b5a09e676fe34ab827c108f4c89a27bb",
+ "shasum": ""
+ },
+ "time": "2020-09-20T15:43:34+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.6.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.6.1",
+ "version_normalized": "3.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "118af08d1b4e1b8c1af86c581e0b4f535fb03fef"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/118af08d1b4e1b8c1af86c581e0b4f535fb03fef",
+ "reference": "118af08d1b4e1b8c1af86c581e0b4f535fb03fef",
+ "shasum": ""
+ },
+ "time": "2020-09-21T16:25:55+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.6.1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.0",
+ "version_normalized": "3.7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "c484a2ba10ae7d4d162765ee81b672664072e9e2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/c484a2ba10ae7d4d162765ee81b672664072e9e2",
+ "reference": "c484a2ba10ae7d4d162765ee81b672664072e9e2",
+ "shasum": ""
+ },
+ "time": "2020-09-21T20:45:32+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.1",
+ "version_normalized": "3.7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "082d94b5564cbdcaced2f884a4c414e141d8b880"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/082d94b5564cbdcaced2f884a4c414e141d8b880",
+ "reference": "082d94b5564cbdcaced2f884a4c414e141d8b880",
+ "shasum": ""
+ },
+ "time": "2020-09-25T09:44:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.1"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.10",
+ "version_normalized": "3.7.10.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "2ad1a53b84cd77e6eb2078516d75ea97195cf5ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/2ad1a53b84cd77e6eb2078516d75ea97195cf5ba",
+ "reference": "2ad1a53b84cd77e6eb2078516d75ea97195cf5ba",
+ "shasum": ""
+ },
+ "time": "2021-05-24T15:12:58+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.10"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.11",
+ "version_normalized": "3.7.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "bb0e4c876453c39442986949142c7703d30e0a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/bb0e4c876453c39442986949142c7703d30e0a33",
+ "reference": "bb0e4c876453c39442986949142c7703d30e0a33",
+ "shasum": ""
+ },
+ "time": "2021-06-11T09:25:12+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.11"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.12",
+ "version_normalized": "3.7.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "f45dd6409caf13bae0c4bd73f3fa8a45457a56ce"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/f45dd6409caf13bae0c4bd73f3fa8a45457a56ce",
+ "reference": "f45dd6409caf13bae0c4bd73f3fa8a45457a56ce",
+ "shasum": ""
+ },
+ "time": "2021-07-02T11:53:39+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.12"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.13",
+ "version_normalized": "3.7.13.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "178a16737a1bb1400c9ff0d80a313f64c1b12c8d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/178a16737a1bb1400c9ff0d80a313f64c1b12c8d",
+ "reference": "178a16737a1bb1400c9ff0d80a313f64c1b12c8d",
+ "shasum": ""
+ },
+ "time": "2021-08-05T13:51:26+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.13"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.2",
+ "version_normalized": "3.7.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "d98769f93ded5871f63aabf3b3fc530f6dfedba4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/d98769f93ded5871f63aabf3b3fc530f6dfedba4",
+ "reference": "d98769f93ded5871f63aabf3b3fc530f6dfedba4",
+ "shasum": ""
+ },
+ "time": "2020-09-25T12:17:08+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.3",
+ "version_normalized": "3.7.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "162dc99eefac2f1188706be822c8dcfad3e1d290"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/162dc99eefac2f1188706be822c8dcfad3e1d290",
+ "reference": "162dc99eefac2f1188706be822c8dcfad3e1d290",
+ "shasum": ""
+ },
+ "time": "2020-10-05T15:39:31+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.3"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.4",
+ "version_normalized": "3.7.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "fd006ec90a2ae010b598694244197177f49766df"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/fd006ec90a2ae010b598694244197177f49766df",
+ "reference": "fd006ec90a2ae010b598694244197177f49766df",
+ "shasum": ""
+ },
+ "time": "2020-10-06T11:51:57+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.4"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.5",
+ "version_normalized": "3.7.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9",
+ "reference": "69e9c85f300c3e7d945a59cc4b7c7b9af1f3b9b9",
+ "shasum": ""
+ },
+ "time": "2020-10-06T12:43:44+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.5"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.6",
+ "version_normalized": "3.7.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "14069a1e901936210e614c82f14796f73ee57b01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/14069a1e901936210e614c82f14796f73ee57b01",
+ "reference": "14069a1e901936210e614c82f14796f73ee57b01",
+ "shasum": ""
+ },
+ "time": "2020-10-07T22:23:28+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.6"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.7",
+ "version_normalized": "3.7.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "275d35d29c89e19f8a4824ccc467dadabfee6fdc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/275d35d29c89e19f8a4824ccc467dadabfee6fdc",
+ "reference": "275d35d29c89e19f8a4824ccc467dadabfee6fdc",
+ "shasum": ""
+ },
+ "time": "2020-10-12T12:25:18+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.7"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.8",
+ "version_normalized": "3.7.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "fa0a89ae50864116d83b399346f19f8e28beb62c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/fa0a89ae50864116d83b399346f19f8e28beb62c",
+ "reference": "fa0a89ae50864116d83b399346f19f8e28beb62c",
+ "shasum": ""
+ },
+ "time": "2020-10-16T16:21:14+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.8"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.7.9",
+ "version_normalized": "3.7.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "6b35de8e50c0a3d9588e09575672d350271daca4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/6b35de8e50c0a3d9588e09575672d350271daca4",
+ "reference": "6b35de8e50c0a3d9588e09575672d350271daca4",
+ "shasum": ""
+ },
+ "time": "2021-01-18T11:34:17+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.7.9"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.8.0",
+ "version_normalized": "3.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "416a3e4d300ed4c02079e25c683d7ff66b1c34a6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/416a3e4d300ed4c02079e25c683d7ff66b1c34a6",
+ "reference": "416a3e4d300ed4c02079e25c683d7ff66b1c34a6",
+ "shasum": ""
+ },
+ "time": "2021-10-06T11:11:31+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.8.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.9.0",
+ "version_normalized": "3.9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "25e4ac78f796afaf1802d62210c8d5975b36b86e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/25e4ac78f796afaf1802d62210c8d5975b36b86e",
+ "reference": "25e4ac78f796afaf1802d62210c8d5975b36b86e",
+ "shasum": ""
+ },
+ "time": "2021-10-07T19:19:27+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.9.0"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "v3.9.1",
+ "version_normalized": "3.9.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a7d67a20d371e9b7ce271044c2654895855da155"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a7d67a20d371e9b7ce271044c2654895855da155",
+ "reference": "a7d67a20d371e9b7ce271044c2654895855da155",
+ "shasum": ""
+ },
+ "time": "2021-10-08T08:15:43+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.9.1"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/bootstrap-sass~dev.json b/p2/talis/bootstrap-sass~dev.json
new file mode 100644
index 0000000..73c402c
--- /dev/null
+++ b/p2/talis/bootstrap-sass~dev.json
@@ -0,0 +1,349 @@
+{
+ "packages": {
+ "talis/bootstrap-sass": [
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.1-stable",
+ "version_normalized": "dev-3.1-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "reference": "0d25afc31914c4d31a3129b1b1bc3d8fc254824b",
+ "shasum": ""
+ },
+ "time": "2014-04-21T21:29:53+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.1.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.1.1+2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.2-stable",
+ "version_normalized": "dev-3.2-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/881ce27c6b4101698ea849283933203e20861a33",
+ "reference": "881ce27c6b4101698ea849283933203e20861a33",
+ "shasum": ""
+ },
+ "time": "2014-09-03T02:13:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.2.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/v3.2.0+2"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-3.3-stable",
+ "version_normalized": "dev-3.3-stable",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca",
+ "reference": "a73cc0f0e5c794206e9a70bc0b67e67cf37c1bca",
+ "shasum": ""
+ },
+ "time": "2015-11-24T23:08:07+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/3.3-stable"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-convert-docs",
+ "version_normalized": "dev-convert-docs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "ec804cc5829139711e01e3718b6415a1c539cc15"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/ec804cc5829139711e01e3718b6415a1c539cc15",
+ "reference": "ec804cc5829139711e01e3718b6415a1c539cc15",
+ "shasum": ""
+ },
+ "time": "2015-07-01T20:03:28+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/convert-docs"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "b72c181514c53219f3940f973ed6b9cb8a44a138"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/b72c181514c53219f3940f973ed6b9cb8a44a138",
+ "reference": "b72c181514c53219f3940f973ed6b9cb8a44a138",
+ "shasum": ""
+ },
+ "time": "2022-09-05T14:29:38+00:00",
+ "default-branch": true,
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.4.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/talis/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/talis/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/master"
+ }
+ },
+ {
+ "name": "talis/bootstrap-sass",
+ "version": "dev-next",
+ "version_normalized": "dev-next",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/bootstrap-sass.git",
+ "reference": "3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/bootstrap-sass/zipball/3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2",
+ "reference": "3845d130f235ddb3d9bed1d996e6a8a6c6bcd7f2",
+ "shasum": ""
+ },
+ "time": "2016-02-21T09:17:36+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.3.x-dev"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Thomas McDonald"
+ },
+ {
+ "name": "Tristan Harward"
+ },
+ {
+ "name": "Peter Gumeson"
+ },
+ {
+ "name": "Gleb Mazovetskiy"
+ },
+ {
+ "name": "Mark Otto"
+ },
+ {
+ "name": "Jacob Thornton"
+ }
+ ],
+ "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
+ "homepage": "http://github.com/twbs/bootstrap-sass",
+ "keywords": [
+ "bootstrap",
+ "css",
+ "sass"
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/bootstrap-sass/issues",
+ "source": "https://github.com/talis/bootstrap-sass/tree/next"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/conneg.json b/p2/talis/conneg.json
new file mode 100644
index 0000000..dea3095
--- /dev/null
+++ b/p2/talis/conneg.json
@@ -0,0 +1,35 @@
+{
+ "packages": {
+ "talis/conneg": [
+ {
+ "name": "talis/conneg",
+ "version": "2.0.4",
+ "version_normalized": "2.0.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/conneg.git",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/conneg/zipball/9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "shasum": ""
+ },
+ "time": "2013-04-24T14:03:17+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/conneg/tree/2.0.4",
+ "issues": "https://github.com/talis/conneg/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/conneg~dev.json b/p2/talis/conneg~dev.json
new file mode 100644
index 0000000..65532ec
--- /dev/null
+++ b/p2/talis/conneg~dev.json
@@ -0,0 +1,36 @@
+{
+ "packages": {
+ "talis/conneg": [
+ {
+ "name": "talis/conneg",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/conneg.git",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/conneg/zipball/9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "reference": "9a74d002536a34f4dc60eab7ea1308f6cd94fed6",
+ "shasum": ""
+ },
+ "time": "2013-04-24T14:03:17+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/conneg/tree/2.0.4",
+ "issues": "https://github.com/talis/conneg/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/f3.json b/p2/talis/f3.json
new file mode 100644
index 0000000..85855bf
--- /dev/null
+++ b/p2/talis/f3.json
@@ -0,0 +1,93 @@
+{
+ "packages": {
+ "talis/f3": [
+ {
+ "name": "talis/f3",
+ "version": "2.0.12",
+ "version_normalized": "2.0.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "7cb31b02ef019e5c59a2269931aa37c6d489897d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/7cb31b02ef019e5c59a2269931aa37c6d489897d",
+ "reference": "7cb31b02ef019e5c59a2269931aa37c6d489897d",
+ "shasum": ""
+ },
+ "time": "2013-04-24T11:53:19+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ {
+ "name": "talis/f3",
+ "version": "2.0.12.1",
+ "version_normalized": "2.0.12.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "6e0714cce0da17a37a841cb4a9bf73d9c317de69"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/6e0714cce0da17a37a841cb4a9bf73d9c317de69",
+ "reference": "6e0714cce0da17a37a841cb4a9bf73d9c317de69",
+ "shasum": ""
+ },
+ "time": "2013-04-24T13:03:15+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.1",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ {
+ "name": "talis/f3",
+ "version": "2.0.12.2",
+ "version_normalized": "2.0.12.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "shasum": ""
+ },
+ "time": "2013-10-22T08:56:44+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.2",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/f3~dev.json b/p2/talis/f3~dev.json
new file mode 100644
index 0000000..6ff6478
--- /dev/null
+++ b/p2/talis/f3~dev.json
@@ -0,0 +1,100 @@
+{
+ "packages": {
+ "talis/f3": [
+ {
+ "name": "talis/f3",
+ "version": "dev-Allow-Cursors-In-Templates",
+ "version_normalized": "dev-Allow-Cursors-In-Templates",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "45885a97efe323e10c8dd6deeea4ad98e3233ace"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/45885a97efe323e10c8dd6deeea4ad98e3233ace",
+ "reference": "45885a97efe323e10c8dd6deeea4ad98e3233ace",
+ "shasum": ""
+ },
+ "time": "2014-05-15T17:51:37+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/Allow-Cursors-In-Templates",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ {
+ "name": "talis/f3",
+ "version": "dev-dev-34",
+ "version_normalized": "dev-dev-34",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "9a6b6270e5164e660cf737a98da000813315975e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/9a6b6270e5164e660cf737a98da000813315975e",
+ "reference": "9a6b6270e5164e660cf737a98da000813315975e",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-03-09T21:15:33+00:00",
+ "type": "library",
+ "autoload": {
+ "files": [
+ "lib/base.php"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/dev-34",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ },
+ {
+ "name": "talis/f3",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/f3.git",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/f3/zipball/75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "reference": "75e3bcbdd421d746b787c6701ee4bf6d8bec0618",
+ "shasum": ""
+ },
+ "time": "2013-10-22T08:56:44+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/f3/tree/2.0.12.2",
+ "issues": "https://github.com/talis/f3/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/fatfree.json b/p2/talis/fatfree.json
new file mode 100644
index 0000000..aa7a1cd
--- /dev/null
+++ b/p2/talis/fatfree.json
@@ -0,0 +1,282 @@
+{
+ "packages": {
+ "talis/fatfree": [
+ {
+ "name": "talis/fatfree",
+ "version": "3.1.1",
+ "version_normalized": "3.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "05621ca6f0efce50354173627321361a18aaa27b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/05621ca6f0efce50354173627321361a18aaa27b",
+ "reference": "05621ca6f0efce50354173627321361a18aaa27b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-10-13T09:44:12+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "https://github.com/bcosca/fatfree",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/release"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.1.2",
+ "version_normalized": "3.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "7d29634d0be2ca5a378364cf46afb73cdf4119f2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/7d29634d0be2ca5a378364cf46afb73cdf4119f2",
+ "reference": "7d29634d0be2ca5a378364cf46afb73cdf4119f2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-11-05T14:27:06+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.1.2"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.2.0",
+ "version_normalized": "3.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "15cf44a2a8bf84f3588a0ad71db0571f751864e8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/15cf44a2a8bf84f3588a0ad71db0571f751864e8",
+ "reference": "15cf44a2a8bf84f3588a0ad71db0571f751864e8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2013-12-18T09:22:56+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.0"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.2.1",
+ "version_normalized": "3.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "4c00aa8d5889b29465c8e9337ffdd7737c9b8844"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/4c00aa8d5889b29465c8e9337ffdd7737c9b8844",
+ "reference": "4c00aa8d5889b29465c8e9337ffdd7737c9b8844",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-01-08T00:56:31+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.1"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.2.2",
+ "version_normalized": "3.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "7c221c6dde27fd812af88d4bb614867911084e99"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/7c221c6dde27fd812af88d4bb614867911084e99",
+ "reference": "7c221c6dde27fd812af88d4bb614867911084e99",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-03-19T08:39:11+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.2.2"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.3.0",
+ "version_normalized": "3.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9afce1fe980000d5be639a37c1bfc260c2346025"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9afce1fe980000d5be639a37c1bfc260c2346025",
+ "reference": "9afce1fe980000d5be639a37c1bfc260c2346025",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "time": "2014-08-08T09:21:48+00:00",
+ "type": "library",
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.3.0"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.4.0",
+ "version_normalized": "3.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "079e43ba76b960269a5e6410f582485eb9e6c851"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/079e43ba76b960269a5e6410f582485eb9e6c851",
+ "reference": "079e43ba76b960269a5e6410f582485eb9e6c851",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-01-01T12:12:48+00:00",
+ "type": "library",
+ "autoload": {
+ "files": [
+ "lib/base.php"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.4.0"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.4.1",
+ "version_normalized": "3.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "8eedd8772900e4a70cd7a76b9fa874b791c21217"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/8eedd8772900e4a70cd7a76b9fa874b791c21217",
+ "reference": "8eedd8772900e4a70cd7a76b9fa874b791c21217",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2015-03-13T13:49:17+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.4.1"
+ }
+ },
+ {
+ "name": "talis/fatfree",
+ "version": "3.6.1",
+ "version_normalized": "3.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2017-06-19T14:53:32+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.6.1"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/fatfree~dev.json b/p2/talis/fatfree~dev.json
new file mode 100644
index 0000000..0197bd3
--- /dev/null
+++ b/p2/talis/fatfree~dev.json
@@ -0,0 +1,41 @@
+{
+ "packages": {
+ "talis/fatfree": [
+ {
+ "name": "talis/fatfree",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/fatfree.git",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/fatfree/zipball/9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "reference": "9bb3fbe43034f9e3ddca98a73f1ceb7c3b8d619d",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.6"
+ },
+ "time": "2017-06-19T14:53:32+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "lib/"
+ ]
+ },
+ "license": [
+ "GPL-3.0"
+ ],
+ "description": "A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!",
+ "homepage": "http://fatfreeframework.com/",
+ "support": {
+ "source": "https://github.com/talis/fatfree/tree/3.6.1"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/lti-1p3-php-library.json b/p2/talis/lti-1p3-php-library.json
new file mode 100644
index 0000000..42e06ff
--- /dev/null
+++ b/p2/talis/lti-1p3-php-library.json
@@ -0,0 +1,194 @@
+{
+ "packages": {
+ "talis/lti-1p3-php-library": [
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "bd9237d138c577fcaf4a874fd6e03932dcadfaea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/bd9237d138c577fcaf4a874fd6e03932dcadfaea",
+ "reference": "bd9237d138c577fcaf4a874fd6e03932dcadfaea",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2021-12-09T11:05:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.1",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "aac10ebe83eb7d4b767ef8ed3faa852b5d215c04"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/aac10ebe83eb7d4b767ef8ed3faa852b5d215c04",
+ "reference": "aac10ebe83eb7d4b767ef8ed3faa852b5d215c04",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-02-16T11:12:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.2",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "ad54f77f0943a7736ece328b490f130efdbea58f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/ad54f77f0943a7736ece328b490f130efdbea58f",
+ "reference": "ad54f77f0943a7736ece328b490f130efdbea58f",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-05-13T07:12:34+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.3",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "0.4",
+ "version_normalized": "0.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-03T16:57:00+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.4",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/lti-1p3-php-library~dev.json b/p2/talis/lti-1p3-php-library~dev.json
new file mode 100644
index 0000000..ffaacf1
--- /dev/null
+++ b/p2/talis/lti-1p3-php-library~dev.json
@@ -0,0 +1,442 @@
+{
+ "packages": {
+ "talis/lti-1p3-php-library": [
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-allow_access_to_original_oidc_request_parameters",
+ "version_normalized": "dev-allow_access_to_original_oidc_request_parameters",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0",
+ "reference": "d1cb4d0c493d4ef7c3d4a06123cbbc013c8f32b0",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-11T12:33:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/allow_access_to_original_oidc_request_parameters",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-composer",
+ "version_normalized": "dev-composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "3b9f00fe6e8d0979593aa1466e56dd7704089573"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/3b9f00fe6e8d0979593aa1466e56dd7704089573",
+ "reference": "3b9f00fe6e8d0979593aa1466e56dd7704089573",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2019-10-14T08:21:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/composer",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-dev-php55",
+ "version_normalized": "dev-dev-php55",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "c3818ade4f919558142f77ec47af27369ce58cf7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/c3818ade4f919558142f77ec47af27369ce58cf7",
+ "reference": "c3818ade4f919558142f77ec47af27369ce58cf7",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-06-24T13:13:13+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/dev-php55",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-feature/jwks_and_hybrid_redirect",
+ "version_normalized": "dev-feature/jwks_and_hybrid_redirect",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "013c9d2dcf6e672acc0ba86e12c5f01e230eb19e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/013c9d2dcf6e672acc0ba86e12c5f01e230eb19e",
+ "reference": "013c9d2dcf6e672acc0ba86e12c5f01e230eb19e",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2019-11-13T21:23:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/feature/jwks_and_hybrid_redirect",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-groups_and_sub_review",
+ "version_normalized": "dev-groups_and_sub_review",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "b124206a176e04c583f6197448153c866c105758"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/b124206a176e04c583f6197448153c866c105758",
+ "reference": "b124206a176e04c583f6197448153c866c105758",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-06-03T12:39:27+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/groups_and_sub_review",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-make_state_validation_optional",
+ "version_normalized": "dev-make_state_validation_optional",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "619666b23edd494a428708308789cbf8c36b4c2d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/619666b23edd494a428708308789cbf8c36b4c2d",
+ "reference": "619666b23edd494a428708308789cbf8c36b4c2d",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-06T15:12:36+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/make_state_validation_optional",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "reference": "dd3e41cb88db527fbce8b905d26280d3c9c7bb53",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "paragonie/random_compat": "<9.99",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.5.8"
+ },
+ "time": "2022-10-03T16:57:00+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\Tests\\": "tests/"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/0.4",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-old_library",
+ "version_normalized": "dev-old_library",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb",
+ "reference": "0eca5f9b26b2db09a9c1a21e9fa39d0bc1df26fb",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "^5.0"
+ },
+ "time": "2019-09-13T07:28:46+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/old_library",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-php55",
+ "version_normalized": "dev-php55",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "6a279ecede74b89b020b1ca6f19e6b18b4448be6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/6a279ecede74b89b020b1ca6f19e6b18b4448be6",
+ "reference": "6a279ecede74b89b020b1ca6f19e6b18b4448be6",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2021-11-05T11:47:33+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/php55",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-samesite_cookies",
+ "version_normalized": "dev-samesite_cookies",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "e6ffb52e42e720747bd4f8f6c044c48e8210a994"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/e6ffb52e42e720747bd4f8f6c044c48e8210a994",
+ "reference": "e6ffb52e42e720747bd4f8f6c044c48e8210a994",
+ "shasum": ""
+ },
+ "require": {
+ "fproject/php-jwt": "^4.0",
+ "phpseclib/phpseclib": "^2.0"
+ },
+ "time": "2020-02-07T16:40:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI\\": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/samesite_cookies",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ },
+ {
+ "name": "talis/lti-1p3-php-library",
+ "version": "dev-with_composer",
+ "version_normalized": "dev-with_composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/lti-1-3-php-library.git",
+ "reference": "87a7356e1c9ba7c75f983afca225adec20c5898b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/lti-1-3-php-library/zipball/87a7356e1c9ba7c75f983afca225adec20c5898b",
+ "reference": "87a7356e1c9ba7c75f983afca225adec20c5898b",
+ "shasum": ""
+ },
+ "require": {
+ "firebase/php-jwt": "^5.0"
+ },
+ "time": "2019-05-20T13:41:29+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "IMSGlobal\\LTI": "src/lti"
+ }
+ },
+ "authors": [
+ {
+ "name": "Martin Lenord",
+ "email": "ims.m@rtin.dev"
+ }
+ ],
+ "support": {
+ "source": "https://github.com/talis/lti-1-3-php-library/tree/with_composer",
+ "issues": "https://github.com/talis/lti-1-3-php-library/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/lti1x-php.json b/p2/talis/lti1x-php.json
new file mode 100644
index 0000000..134787f
--- /dev/null
+++ b/p2/talis/lti1x-php.json
@@ -0,0 +1,104 @@
+{
+ "packages": {
+ "talis/lti1x-php": [
+ {
+ "name": "talis/lti1x-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af",
+ "reference": "392bfb7e3731442d2c9cc7cf9fffc3f4e60e35af",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-27T16:54:36+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/v0.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ {
+ "name": "talis/lti1x-php",
+ "version": "0.1.1",
+ "version_normalized": "0.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T17:41:41+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/0.1.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/lti1x-php~dev.json b/p2/talis/lti1x-php~dev.json
new file mode 100644
index 0000000..2f1a2ba
--- /dev/null
+++ b/p2/talis/lti1x-php~dev.json
@@ -0,0 +1,201 @@
+{
+ "packages": {
+ "talis/lti1x-php": [
+ {
+ "name": "talis/lti1x-php",
+ "version": "dev-TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "version_normalized": "dev-TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "a0b6a009864ed0ede62adf0a936ae14b8ec60c64"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/a0b6a009864ed0ede62adf0a936ae14b8ec60c64",
+ "reference": "a0b6a009864ed0ede62adf0a936ae14b8ec60c64",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-09-29T12:00:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/TENT-1395_401_Error_Caused_By_Asterix_Encoding",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ {
+ "name": "talis/lti1x-php",
+ "version": "dev-TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "version_normalized": "dev-TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "d83db3f795ae5422ba2dfdc015fcd65cd7687004"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/d83db3f795ae5422ba2dfdc015fcd65cd7687004",
+ "reference": "d83db3f795ae5422ba2dfdc015fcd65cd7687004",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-10-13T16:26:47+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/TENT-1461-AddRequestValidationForLtiLaunchParams",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ {
+ "name": "talis/lti1x-php",
+ "version": "dev-add-more-role-support",
+ "version_normalized": "dev-add-more-role-support",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "896354481c2a97d7db2b121813bdd3251b6a0875"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/896354481c2a97d7db2b121813bdd3251b6a0875",
+ "reference": "896354481c2a97d7db2b121813bdd3251b6a0875",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2016-03-04T11:00:42+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/add-more-role-support",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ },
+ {
+ "name": "talis/lti1x-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/LTI1x-php.git",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/LTI1x-php/zipball/e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "reference": "e190ff9c6be7c2a15f1428cae5bf3573a18efce4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T17:41:41+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "LTI1": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php library for IMS LTI 1.x",
+ "homepage": "https://github.com/talis/LTI1x-php",
+ "keywords": [
+ "library",
+ "lti",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/LTI1x-php/tree/0.1.1",
+ "issues": "https://github.com/talis/LTI1x-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/niso-openurl.json b/p2/talis/niso-openurl.json
new file mode 100644
index 0000000..573bce3
--- /dev/null
+++ b/p2/talis/niso-openurl.json
@@ -0,0 +1,152 @@
+{
+ "packages": {
+ "talis/niso-openurl": [
+ {
+ "name": "talis/niso-openurl",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "8464f40271b353c0101ec46b84fc3079a26add01"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/8464f40271b353c0101ec46b84fc3079a26add01",
+ "reference": "8464f40271b353c0101ec46b84fc3079a26add01",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-05-02T14:53:17+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/v0.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ {
+ "name": "talis/niso-openurl",
+ "version": "0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68",
+ "reference": "c0245b0e8fb36cfc2bafa8a12b097eb489ff1e68",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-04-14T12:33:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ {
+ "name": "talis/niso-openurl",
+ "version": "0.2.1",
+ "version_normalized": "0.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T16:59:03+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/niso-openurl~dev.json b/p2/talis/niso-openurl~dev.json
new file mode 100644
index 0000000..744fda0
--- /dev/null
+++ b/p2/talis/niso-openurl~dev.json
@@ -0,0 +1,105 @@
+{
+ "packages": {
+ "talis/niso-openurl": [
+ {
+ "name": "talis/niso-openurl",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "reference": "95cb401decdf53a4f3aeaa5b0fc2984a4686bcd2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8"
+ },
+ "time": "2020-06-05T16:59:03+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/0.2.1",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ },
+ {
+ "name": "talis/niso-openurl",
+ "version": "dev-travis-ci-integration",
+ "version_normalized": "dev-travis-ci-integration",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-niso-openurl.git",
+ "reference": "3f22140e84043831450512ce1d0152a937c43ad5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-niso-openurl/zipball/3f22140e84043831450512ce1d0152a937c43ad5",
+ "reference": "3f22140e84043831450512ce1d0152a937c43ad5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-10-09T09:24:45+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "OpenURL": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for parsing and generating NISO Z39.88 (OpenURL) context objects",
+ "homepage": "https://github.com/talis/php-niso-openurl",
+ "keywords": [
+ "client library",
+ "openurl",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/php-niso-openurl/tree/travis-ci-integration",
+ "issues": "https://github.com/talis/php-niso-openurl/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/php-cloud-files.json b/p2/talis/php-cloud-files.json
new file mode 100644
index 0000000..a34736a
--- /dev/null
+++ b/p2/talis/php-cloud-files.json
@@ -0,0 +1,5 @@
+{
+ "packages": {
+ "talis/php-cloud-files": []
+ }
+}
diff --git a/p2/talis/php-cloud-files~dev.json b/p2/talis/php-cloud-files~dev.json
new file mode 100644
index 0000000..e40f2ac
--- /dev/null
+++ b/p2/talis/php-cloud-files~dev.json
@@ -0,0 +1,36 @@
+{
+ "packages": {
+ "talis/php-cloud-files": [
+ {
+ "name": "talis/php-cloud-files",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/php-cloud-files.git",
+ "reference": "c593c2acaa45887102af9fca399cc64d0b78d760"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/php-cloud-files/zipball/c593c2acaa45887102af9fca399cc64d0b78d760",
+ "reference": "c593c2acaa45887102af9fca399cc64d0b78d760",
+ "shasum": ""
+ },
+ "time": "2013-12-17T14:54:13+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "cc@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/php-cloud-files/tree/master",
+ "issues": "https://github.com/talis/php-cloud-files/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/resque-multiple-failure-queues.json b/p2/talis/resque-multiple-failure-queues.json
new file mode 100644
index 0000000..01fabb7
--- /dev/null
+++ b/p2/talis/resque-multiple-failure-queues.json
@@ -0,0 +1,50 @@
+{
+ "packages": {
+ "talis/resque-multiple-failure-queues": [
+ {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "0.1.0",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T21:07:24+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/0.1.0",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/resque-multiple-failure-queues~dev.json b/p2/talis/resque-multiple-failure-queues~dev.json
new file mode 100644
index 0000000..670790e
--- /dev/null
+++ b/p2/talis/resque-multiple-failure-queues~dev.json
@@ -0,0 +1,95 @@
+{
+ "packages": {
+ "talis/resque-multiple-failure-queues": [
+ {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "reference": "c05196f0884df6d3a95ff7ea405b46bdfddcf533",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T21:07:24+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/0.1.0",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ },
+ {
+ "name": "talis/resque-multiple-failure-queues",
+ "version": "dev-move-to-package",
+ "version_normalized": "dev-move-to-package",
+ "source": {
+ "type": "git",
+ "url": "git@github.com:talis/resque-multiple-failure-queues.git",
+ "reference": "a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/resque-multiple-failure-queues/zipball/a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c",
+ "reference": "a60dc5f7a5107bb91de0c3ef935ea7acd0c05f7c",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.5.9",
+ "resque/php-resque": ">=1.3"
+ },
+ "require-dev": {
+ "squizlabs/php_codesniffer": "^3.5"
+ },
+ "time": "2020-05-27T12:27:18+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Resque\\Failure\\": "src/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "Add-on for php-resque to allow multiple failure queues",
+ "homepage": "https://github.com/talis/resque-multiple-failure-queues",
+ "keywords": [
+ "php",
+ "php-resque",
+ "resque"
+ ],
+ "support": {
+ "source": "https://github.com/talis/resque-multiple-failure-queues/tree/move-to-package",
+ "issues": "https://github.com/talis/resque-multiple-failure-queues/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/selenium-server-standalone.json b/p2/talis/selenium-server-standalone.json
new file mode 100644
index 0000000..00e06f5
--- /dev/null
+++ b/p2/talis/selenium-server-standalone.json
@@ -0,0 +1,180 @@
+{
+ "packages": {
+ "talis/selenium-server-standalone": [
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.33.0",
+ "version_normalized": "2.33.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "96b90e34f3103a8460c45e2d2de118f34a41ffa2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/96b90e34f3103a8460c45e2d2de118f34a41ffa2",
+ "reference": "96b90e34f3103a8460c45e2d2de118f34a41ffa2",
+ "shasum": ""
+ },
+ "time": "2013-07-31T10:47:22+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.33.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.35.0",
+ "version_normalized": "2.35.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "8dacac2762809582506db4efba682d896425327c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/8dacac2762809582506db4efba682d896425327c",
+ "reference": "8dacac2762809582506db4efba682d896425327c",
+ "shasum": ""
+ },
+ "time": "2013-08-22T08:35:44+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.35.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.37.0",
+ "version_normalized": "2.37.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd",
+ "reference": "a20d894ebe2b3e3bbf28305dd79c2385bb34e0bd",
+ "shasum": ""
+ },
+ "time": "2013-12-09T09:05:12+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.37.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.39.0",
+ "version_normalized": "2.39.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "d86377f3cf0e05b5bc9b4144f362a8e1be83965f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/d86377f3cf0e05b5bc9b4144f362a8e1be83965f",
+ "reference": "d86377f3cf0e05b5bc9b4144f362a8e1be83965f",
+ "shasum": ""
+ },
+ "time": "2014-02-07T07:16:14+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.39.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.41.0",
+ "version_normalized": "2.41.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "453d581a9367de0f11a756ecdecfc8eaec314cb1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/453d581a9367de0f11a756ecdecfc8eaec314cb1",
+ "reference": "453d581a9367de0f11a756ecdecfc8eaec314cb1",
+ "shasum": ""
+ },
+ "time": "2014-04-17T06:51:57+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.41.0",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ },
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "2.53.1",
+ "version_normalized": "2.53.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "shasum": ""
+ },
+ "time": "2017-06-29T17:50:24+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.53.1",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/selenium-server-standalone~dev.json b/p2/talis/selenium-server-standalone~dev.json
new file mode 100644
index 0000000..e7e705b
--- /dev/null
+++ b/p2/talis/selenium-server-standalone~dev.json
@@ -0,0 +1,36 @@
+{
+ "packages": {
+ "talis/selenium-server-standalone": [
+ {
+ "name": "talis/selenium-server-standalone",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/selenium-server-standalone.git",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/selenium-server-standalone/zipball/ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "reference": "ae3af60c9ccad1f47dfadcf6d0f31ff8a9a8dca6",
+ "shasum": ""
+ },
+ "time": "2017-06-29T17:50:24+00:00",
+ "default-branch": true,
+ "type": "library",
+ "authors": [
+ {
+ "name": "OpenQA",
+ "email": ""
+ }
+ ],
+ "homepage": "http://docs.seleniumhq.org/",
+ "support": {
+ "source": "https://github.com/talis/selenium-server-standalone/tree/2.53.1",
+ "issues": "https://github.com/talis/selenium-server-standalone/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/sierra-api-php-client.json b/p2/talis/sierra-api-php-client.json
new file mode 100644
index 0000000..29f2794
--- /dev/null
+++ b/p2/talis/sierra-api-php-client.json
@@ -0,0 +1,114 @@
+{
+ "packages": {
+ "talis/sierra-api-php-client": [
+ {
+ "name": "talis/sierra-api-php-client",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "fc87d1f29639239ef28dcd961a556f3814790f27"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/fc87d1f29639239ef28dcd961a556f3814790f27",
+ "reference": "fc87d1f29639239ef28dcd961a556f3814790f27",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.6",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-09T15:14:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.1",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ {
+ "name": "talis/sierra-api-php-client",
+ "version": "v0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/334e7f70b21d996459279512bc972b7d53be612e",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.36",
+ "squizlabs/php_codesniffer": "^3.7.2"
+ },
+ "time": "2023-11-06T09:28:49+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.2.0",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/sierra-api-php-client~dev.json b/p2/talis/sierra-api-php-client~dev.json
new file mode 100644
index 0000000..38a009f
--- /dev/null
+++ b/p2/talis/sierra-api-php-client~dev.json
@@ -0,0 +1,178 @@
+{
+ "packages": {
+ "talis/sierra-api-php-client": [
+ {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-first-cut-backup",
+ "version_normalized": "dev-first-cut-backup",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "ad4712ed6fa7158aebadb3e8269961542d5c4374"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/ad4712ed6fa7158aebadb3e8269961542d5c4374",
+ "reference": "ad4712ed6fa7158aebadb3e8269961542d5c4374",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.6",
+ "squizlabs/php_codesniffer": "3.0.0",
+ "timhodson/php-split-timer": "0.1.0"
+ },
+ "time": "2017-11-15T11:40:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/first-cut-backup",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/334e7f70b21d996459279512bc972b7d53be612e",
+ "reference": "334e7f70b21d996459279512bc972b7d53be612e",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^6.2.3",
+ "kamermans/guzzle-oauth2-subscriber": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8.36",
+ "squizlabs/php_codesniffer": "^3.7.2"
+ },
+ "time": "2023-11-06T09:28:49+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Sierra\\": "src/Sierra"
+ }
+ },
+ "scripts": {
+ "post-install-cmd": [
+ "bash scripts/setup.sh"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tim Hodson",
+ "email": "tim.hodson@talis.com"
+ },
+ {
+ "name": "Richard Tattersall",
+ "email": "rt@talis.com"
+ }
+ ],
+ "description": "A client for Innovative's Sierra APIs",
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/v0.2.0",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ },
+ {
+ "name": "talis/sierra-api-php-client",
+ "version": "dev-swagger-attempt",
+ "version_normalized": "dev-swagger-attempt",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/sierra-api-php-client.git",
+ "reference": "eb1a2aedd7e300fc52660d938c713a4422bb8ee3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/sierra-api-php-client/zipball/eb1a2aedd7e300fc52660d938c713a4422bb8ee3",
+ "reference": "eb1a2aedd7e300fc52660d938c713a4422bb8ee3",
+ "shasum": ""
+ },
+ "require": {
+ "ext-curl": "*",
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "guzzlehttp/guzzle": "^6.2",
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "~1.12",
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "~2.6"
+ },
+ "time": "2018-06-29T12:51:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "III\\Sierra\\V4\\": "/V4/Sierra/",
+ "III\\Sierra\\V5\\": "/V5/Sierra/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "III\\Sierra\\V4\\": "/V4/test/",
+ "III\\Sierra\\V5\\": "/V5/test/"
+ }
+ },
+ "license": [
+ "proprietary"
+ ],
+ "authors": [
+ {
+ "name": "Swagger and contributors",
+ "homepage": "https://github.com/swagger-api/swagger-codegen"
+ }
+ ],
+ "homepage": "http://swagger.io",
+ "keywords": [
+ "api",
+ "php",
+ "sdk",
+ "swagger"
+ ],
+ "support": {
+ "source": "https://github.com/talis/sierra-api-php-client/tree/swagger-attempt",
+ "issues": "https://github.com/talis/sierra-api-php-client/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/simplesamlphp.json b/p2/talis/simplesamlphp.json
new file mode 100644
index 0000000..0aa1da2
--- /dev/null
+++ b/p2/talis/simplesamlphp.json
@@ -0,0 +1,195 @@
+{
+ "packages": {
+ "talis/simplesamlphp": [
+ {
+ "name": "talis/simplesamlphp",
+ "version": "1.14.3",
+ "version_normalized": "1.14.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/84789367526f0b284a4de35e385b80053bb7e1b2",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:26:03+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.2",
+ "version_normalized": "1.8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "f01e48dc7e78bda7dd131b51e2b7634429e7b013"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/f01e48dc7e78bda7dd131b51e2b7634429e7b013",
+ "reference": "f01e48dc7e78bda7dd131b51e2b7634429e7b013",
+ "shasum": ""
+ },
+ "time": "2013-04-25T08:40:59+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.2",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.3",
+ "version_normalized": "1.8.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "bd82c52d8223b5c61f8bb6d4a52c331e90fcf004"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/bd82c52d8223b5c61f8bb6d4a52c331e90fcf004",
+ "reference": "bd82c52d8223b5c61f8bb6d4a52c331e90fcf004",
+ "shasum": ""
+ },
+ "time": "2014-07-11T08:34:06+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.3",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.4",
+ "version_normalized": "1.8.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "a85936fdf60bd3442c971216a4120e2510d098fb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/a85936fdf60bd3442c971216a4120e2510d098fb",
+ "reference": "a85936fdf60bd3442c971216a4120e2510d098fb",
+ "shasum": ""
+ },
+ "time": "2014-07-17T07:22:15+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.4",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "1.8.5",
+ "version_normalized": "1.8.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3",
+ "reference": "cb5d7d3510a1f77bcb81a90fec5e0a62a8cad6a3",
+ "shasum": ""
+ },
+ "time": "2014-07-17T12:00:38+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1.8.5",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ }
+ ]
+ }
+}
diff --git a/p2/talis/simplesamlphp~dev.json b/p2/talis/simplesamlphp~dev.json
new file mode 100644
index 0000000..a943d2b
--- /dev/null
+++ b/p2/talis/simplesamlphp~dev.json
@@ -0,0 +1,274 @@
+{
+ "packages": {
+ "talis/simplesamlphp": [
+ {
+ "name": "talis/simplesamlphp",
+ "version": "dev-1-8-5-php55-compatibility",
+ "version_normalized": "dev-1-8-5-php55-compatibility",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "f92b799815918b406ec7dfaeea968e993b025665"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/f92b799815918b406ec7dfaeea968e993b025665",
+ "reference": "f92b799815918b406ec7dfaeea968e993b025665",
+ "shasum": ""
+ },
+ "time": "2017-04-06T17:50:40+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/1-8-5-php55-compatibility",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "dev-TAL-243-http-https-redirect",
+ "version_normalized": "dev-TAL-243-http-https-redirect",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "7cfdd7777bb10833765e89d35e87a8791c29fec8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/7cfdd7777bb10833765e89d35e87a8791c29fec8",
+ "reference": "7cfdd7777bb10833765e89d35e87a8791c29fec8",
+ "shasum": ""
+ },
+ "time": "2014-07-17T11:54:46+00:00",
+ "type": "library",
+ "authors": [
+ {
+ "name": "Talis",
+ "email": "ab@talis.com"
+ }
+ ],
+ "homepage": "http://talis.com",
+ "support": {
+ "source": "https://github.com/talis/simplesamlphp/tree/TAL-243-http-https-redirect",
+ "issues": "https://github.com/talis/simplesamlphp/issues"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "dev-dev-plat-255-update",
+ "version_normalized": "dev-dev-plat-255-update",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "7e4dc85154623d03305e2b0424bf05d7278905cd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/7e4dc85154623d03305e2b0424bf05d7278905cd",
+ "reference": "7e4dc85154623d03305e2b0424bf05d7278905cd",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:24:04+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "dev-fix-composer",
+ "version_normalized": "dev-fix-composer",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "b3b39340be0894658f0c466f85786ad221f252c8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/b3b39340be0894658f0c466f85786ad221f252c8",
+ "reference": "b3b39340be0894658f0c466f85786ad221f252c8",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:25:42+00:00",
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ },
+ {
+ "name": "talis/simplesamlphp",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/simplesamlphp.git",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/simplesamlphp/zipball/84789367526f0b284a4de35e385b80053bb7e1b2",
+ "reference": "84789367526f0b284a4de35e385b80053bb7e1b2",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3",
+ "robrichards/xmlseclibs": "~1.4.1",
+ "simplesamlphp/saml2": "~1.9",
+ "whitehat101/apr1-md5": "~1.0"
+ },
+ "require-dev": {
+ "ext-pdo_sqlite": "*",
+ "phpunit/phpunit": "~3.7",
+ "satooshi/php-coveralls": "^1.0"
+ },
+ "time": "2016-05-16T15:26:03+00:00",
+ "default-branch": true,
+ "type": "project",
+ "autoload": {
+ "psr-4": {
+ "SimpleSAML\\": "lib/SimpleSAML"
+ },
+ "files": [
+ "lib/_autoload_modules.php"
+ ]
+ },
+ "license": [
+ "LGPL-2.1"
+ ],
+ "authors": [
+ {
+ "name": "Andreas Ã…kre Solberg",
+ "email": "andreas.solberg@uninett.no"
+ },
+ {
+ "name": "Olav Morken",
+ "email": "olav.morken@uninett.no"
+ },
+ {
+ "name": "Jaime Perez",
+ "email": "jaime.perez@uninett.no"
+ }
+ ],
+ "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
+ "homepage": "http://simplesamlphp.org",
+ "keywords": [
+ "idp",
+ "oauth",
+ "saml2",
+ "shibboleth",
+ "sp",
+ "ws-federation"
+ ],
+ "support": {
+ "issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
+ "source": "https://github.com/simplesamlphp/simplesamlphp"
+ },
+ "abandoned": "simplesamlphp/simplesamlphp"
+ }
+ ]
+ }
+}
diff --git a/p2/talis/sruclient-php.json b/p2/talis/sruclient-php.json
new file mode 100644
index 0000000..3759e2e
--- /dev/null
+++ b/p2/talis/sruclient-php.json
@@ -0,0 +1,214 @@
+{
+ "packages": {
+ "talis/sruclient-php": [
+ {
+ "name": "talis/sruclient-php",
+ "version": "v0.1",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "11c67234d00cb43889f9cdb3b6b3d7557f3de702"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/11c67234d00cb43889f9cdb3b6b3d7557f3de702",
+ "reference": "11c67234d00cb43889f9cdb3b6b3d7557f3de702",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2014-03-26T20:50:43+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ {
+ "name": "talis/sruclient-php",
+ "version": "v0.2",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "3c75109b96b286702af4884dfec9b2577679e76f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/3c75109b96b286702af4884dfec9b2577679e76f",
+ "reference": "3c75109b96b286702af4884dfec9b2577679e76f",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0",
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2018-05-23T16:15:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.2",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ {
+ "name": "talis/sruclient-php",
+ "version": "v0.3",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "e569ddcfa116c7134f1a2b68badbcef58b5a389b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/e569ddcfa116c7134f1a2b68badbcef58b5a389b",
+ "reference": "e569ddcfa116c7134f1a2b68badbcef58b5a389b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-07T20:12:37+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/v0.3",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ {
+ "name": "talis/sruclient-php",
+ "version": "0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/c834ae53e074c3955f95be512197e4fdaccf440b",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-05-08T22:20:02+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/0.3.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/sruclient-php~dev.json b/p2/talis/sruclient-php~dev.json
new file mode 100644
index 0000000..9a83505
--- /dev/null
+++ b/p2/talis/sruclient-php~dev.json
@@ -0,0 +1,167 @@
+{
+ "packages": {
+ "talis/sruclient-php": [
+ {
+ "name": "talis/sruclient-php",
+ "version": "dev-handle_bad_recorddata",
+ "version_normalized": "dev-handle_bad_recorddata",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "6c37cc6c41174df80b9d0e48e6c3b233a197ef35"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/6c37cc6c41174df80b9d0e48e6c3b233a197ef35",
+ "reference": "6c37cc6c41174df80b9d0e48e6c3b233a197ef35",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-08-02T19:28:09+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/handle_bad_recorddata",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ {
+ "name": "talis/sruclient-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/c834ae53e074c3955f95be512197e4fdaccf440b",
+ "reference": "c834ae53e074c3955f95be512197e4fdaccf440b",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.4.0"
+ },
+ "require-dev": {
+ "pear/file_marc": "1.1.2",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-05-08T22:20:02+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/0.3.1",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ },
+ {
+ "name": "talis/sruclient-php",
+ "version": "dev-swappable-http-client",
+ "version_normalized": "dev-swappable-http-client",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/SRUClient-php.git",
+ "reference": "8c3815a8491a42f1c1dfc8b609bdfc679bea9729"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/SRUClient-php/zipball/8c3815a8491a42f1c1dfc8b609bdfc679bea9729",
+ "reference": "8c3815a8491a42f1c1dfc8b609bdfc679bea9729",
+ "shasum": ""
+ },
+ "require": {
+ "guzzle/guzzle": "~3.7",
+ "monolog/monolog": ">=1.5.0",
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": ">=3.7.0@stable"
+ },
+ "time": "2015-05-19T22:10:22+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SRU": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Ross Singer",
+ "email": "rxs@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for SRU (http://www.loc.gov/standards/sru/)",
+ "homepage": "https://github.com/talis/SRUclient-php",
+ "keywords": [
+ "client library",
+ "php",
+ "sru"
+ ],
+ "support": {
+ "source": "https://github.com/talis/SRUClient-php/tree/swappable-http-client",
+ "issues": "https://github.com/talis/SRUClient-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/talis-php.json b/p2/talis/talis-php.json
new file mode 100644
index 0000000..f04e9ac
--- /dev/null
+++ b/p2/talis/talis-php.json
@@ -0,0 +1,982 @@
+{
+ "packages": {
+ "talis/talis-php": [
+ {
+ "name": "talis/talis-php",
+ "version": "0.0.1",
+ "version_normalized": "0.0.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-12T12:24:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.0.2",
+ "version_normalized": "0.0.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9cc8031189e0b19c47ca5f94ff60baa680c9c06c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9cc8031189e0b19c47ca5f94ff60baa680c9c06c",
+ "reference": "9cc8031189e0b19c47ca5f94ff60baa680c9c06c",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-19T10:37:17+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.0.3",
+ "version_normalized": "0.0.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "1384338a82a1dc95f1ae103c09fd7ca2a12b59dd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/1384338a82a1dc95f1ae103c09fd7ca2a12b59dd",
+ "reference": "1384338a82a1dc95f1ae103c09fd7ca2a12b59dd",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-10-19T11:23:56+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.1.0",
+ "version_normalized": "0.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "1c5723b210d7e8cf8905aacea7f9f65b23050968"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/1c5723b210d7e8cf8905aacea7f9f65b23050968",
+ "reference": "1c5723b210d7e8cf8905aacea7f9f65b23050968",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-09T12:11:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.1.2",
+ "version_normalized": "0.1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b",
+ "reference": "c3f5ad8fec4e0e6201cc386bb1c4bc126b70613b",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-09T13:06:22+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.1.3",
+ "version_normalized": "0.1.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "fed70abcc4c43e690ed89e1be089c2348f2ed1a8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/fed70abcc4c43e690ed89e1be089c2348f2ed1a8",
+ "reference": "fed70abcc4c43e690ed89e1be089c2348f2ed1a8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-30T12:18:03+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.1.4",
+ "version_normalized": "0.1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "65754971166fe8b37e3d818631d8734e7fc74cb8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/65754971166fe8b37e3d818631d8734e7fc74cb8",
+ "reference": "65754971166fe8b37e3d818631d8734e7fc74cb8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-12-20T15:58:21+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.1.4",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.2.0",
+ "version_normalized": "0.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7",
+ "reference": "7e2af7c37f3c61e62e7a5e7500eb981dd6b53bd7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-03-07T11:18:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.2.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.3.0",
+ "version_normalized": "0.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e4609d669c63e15d2b3b80af50313d57ec38991"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e4609d669c63e15d2b3b80af50313d57ec38991",
+ "reference": "7e4609d669c63e15d2b3b80af50313d57ec38991",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-04-23T08:43:14+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.3.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.3.1",
+ "version_normalized": "0.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "86b5a848e720f0070a79893066f0469d91360bc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/86b5a848e720f0070a79893066f0469d91360bc8",
+ "reference": "86b5a848e720f0070a79893066f0469d91360bc8",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2019-07-02T11:31:25+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.3.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.5.0",
+ "version_normalized": "0.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "f9b7f102f0f581d5fad2f88d722341bf2a3509db"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/f9b7f102f0f581d5fad2f88d722341bf2a3509db",
+ "reference": "f9b7f102f0f581d5fad2f88d722341bf2a3509db",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-04-21T09:54:48+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.5.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "8f819da0d8d2629b31b99eade72476fda0e46d94"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/8f819da0d8d2629b31b99eade72476fda0e46d94",
+ "reference": "8f819da0d8d2629b31b99eade72476fda0e46d94",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-06-10T09:20:38+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.0",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.6.1",
+ "version_normalized": "0.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "30bc9b743742d769f86cff374683606952e1021b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/30bc9b743742d769f86cff374683606952e1021b",
+ "reference": "30bc9b743742d769f86cff374683606952e1021b",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-08-27T14:42:44+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.6.2",
+ "version_normalized": "0.6.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "2b88d4f6734cc77118c2d08ef95869a897b94861"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/2b88d4f6734cc77118c2d08ef95869a897b94861",
+ "reference": "2b88d4f6734cc77118c2d08ef95869a897b94861",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-09-24T05:58:26+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.2",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "0.6.3",
+ "version_normalized": "0.6.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832",
+ "reference": "7e0d1acdbf0c8170c9c1afca3a4d5ed749fd9832",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-10-13T09:00:31+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.3",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/talis-php~dev.json b/p2/talis/talis-php~dev.json
new file mode 100644
index 0000000..9ee5852
--- /dev/null
+++ b/p2/talis/talis-php~dev.json
@@ -0,0 +1,454 @@
+{
+ "packages": {
+ "talis/talis-php": [
+ {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT-4051_pin_composer_version_talis-php",
+ "version_normalized": "dev-PLAT-4051_pin_composer_version_talis-php",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "0cb4700fb7c9d1c8089790859185d18638a11941"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/0cb4700fb7c9d1c8089790859185d18638a11941",
+ "reference": "0cb4700fb7c9d1c8089790859185d18638a11941",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-11-11T17:39:31+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/PLAT-4051_pin_composer_version_talis-php",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT_1897_Initial_Talis_PHP_Library",
+ "version_normalized": "dev-PLAT_1897_Initial_Talis_PHP_Library",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "reference": "9fcaea36118e4abe2f971e9e1aa93053f015a9e4",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.36"
+ },
+ "time": "2018-09-12T12:24:04+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Malcolm Landon",
+ "email": "ml@talis.com",
+ "homepage": "http://engineering.talis.com"
+ }
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.0.1",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "dev-PLAT_3379_RemoveSessionFromPersona",
+ "version_normalized": "dev-PLAT_3379_RemoveSessionFromPersona",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "10f36a6c012b81ec1172c009ff6c5545fa370b56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/10f36a6c012b81ec1172c009ff6c5545fa370b56",
+ "reference": "10f36a6c012b81ec1172c009ff6c5545fa370b56",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0",
+ "softsmart/simple-nonce": "^2.1"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-03-16T15:07:11+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/PLAT_3379_RemoveSessionFromPersona",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "dev-code-quality-checks",
+ "version_normalized": "dev-code-quality-checks",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "a5c61139c5948ecd76ab214edf3144447b0e8619"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/a5c61139c5948ecd76ab214edf3144447b0e8619",
+ "reference": "a5c61139c5948ecd76ab214edf3144447b0e8619",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2018-11-08T14:26:53+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/code-quality-checks",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "84a167c74d15dd11bbbb96bf00c7466ec39cfe91"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/84a167c74d15dd11bbbb96bf00c7466ec39cfe91",
+ "reference": "84a167c74d15dd11bbbb96bf00c7466ec39cfe91",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "firebase/php-jwt": "^3.0",
+ "guzzlehttp/guzzle": "^6.0",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.5.9",
+ "predis/predis": ">=0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-11-25T14:09:17+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Talis\\Babel\\": "src/Talis/Babel",
+ "Talis\\Critic\\": "src/Talis/Critic",
+ "Talis\\EchoClient\\": "src/Talis/EchoClient",
+ "Talis\\Manifesto\\": "src/Talis/Manifesto",
+ "Talis\\Persona\\": "src/Talis/Persona"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "test\\": "test/"
+ }
+ },
+ "scripts": {
+ "code-check": [
+ "phpmd src text codesize,unusedcode,naming"
+ ],
+ "lint": [
+ "@phplint",
+ "phpcs"
+ ],
+ "phplint": [
+ "phplint --exclude=vendor --no-cache ."
+ ],
+ "test": [
+ "phpunit"
+ ],
+ "clean-build": [
+ "rm -rf build; mkdir build"
+ ],
+ "clean-coverage": [
+ "rm -rf coverage; mkdir coverage"
+ ],
+ "coverage": [
+ "@clean-coverage",
+ "phpunit --coverage-text --coverage-html coverage"
+ ],
+ "unittest": [
+ "@clean-build",
+ "phpunit test/unit --log-junit build/unittest-report.xml"
+ ],
+ "integrationtest": [
+ "@clean-build",
+ "phpunit test/integration --log-junit build/integrationtest-report.xml"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis APIs",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/0.6.4",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ },
+ {
+ "name": "talis/talis-php",
+ "version": "dev-no_sessions",
+ "version_normalized": "dev-no_sessions",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/talis-php.git",
+ "reference": "3cbafad47418369621079cf318558b3a861c364a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/talis-php/zipball/3cbafad47418369621079cf318558b3a861c364a",
+ "reference": "3cbafad47418369621079cf318558b3a861c364a",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/common": "^2.5",
+ "domnikl/statsd": ">=1.0.2 <2.0.0",
+ "firebase/php-jwt": "^3.0",
+ "guzzle/guzzle": "^3.8",
+ "monolog/monolog": ">=1.13.1",
+ "php": ">=5.3.0",
+ "predis/predis": "v0.8.5",
+ "psr/log": ">=1.0.0"
+ },
+ "require-dev": {
+ "overtrue/phplint": "^1.1",
+ "phpmd/phpmd": "@stable",
+ "phpunit/phpunit": "4.8.36",
+ "squizlabs/php_codesniffer": "3.*"
+ },
+ "time": "2020-02-24T18:08:50+00:00",
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Talis\\Persona\\Client\\": "src",
+ "Talis\\Critic\\": "src",
+ "Talis\\Critic\\Exceptions\\": "src",
+ "Talis\\EchoClient\\": "src",
+ "Talis\\Babel\\": "src",
+ "Talis\\Manifesto\\": "src",
+ "Talis\\Manifesto\\Exceptions": "src"
+ }
+ },
+ "license": [
+ "MIT"
+ ],
+ "description": "This is a php client library for talis api's",
+ "homepage": "https://github.com/talis/talis-php",
+ "keywords": [
+ "babel",
+ "client library",
+ "critic",
+ "echo",
+ "manifesto",
+ "persona",
+ "php"
+ ],
+ "support": {
+ "source": "https://github.com/talis/talis-php/tree/no_sessions",
+ "issues": "https://github.com/talis/talis-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/tripod-php.json b/p2/talis/tripod-php.json
new file mode 100644
index 0000000..032d402
--- /dev/null
+++ b/p2/talis/tripod-php.json
@@ -0,0 +1,2586 @@
+{
+ "packages": {
+ "talis/tripod-php": [
+ {
+ "name": "talis/tripod-php",
+ "version": "0.10.0",
+ "version_normalized": "0.10.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "a632d3a46c16dd8a62a6356dd21d59a898044a38"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/a632d3a46c16dd8a62a6356dd21d59a898044a38",
+ "reference": "a632d3a46c16dd8a62a6356dd21d59a898044a38",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-09-18T17:05:58+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.10.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.10.1",
+ "version_normalized": "0.10.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9906ed09026fac6948acf5522721bcd837306f3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9906ed09026fac6948acf5522721bcd837306f3b",
+ "reference": "9906ed09026fac6948acf5522721bcd837306f3b",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-10-14T17:48:27+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.10.2",
+ "version_normalized": "0.10.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d441fdf5184298afb9e741711e43d4694edfdbea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d441fdf5184298afb9e741711e43d4694edfdbea",
+ "reference": "d441fdf5184298afb9e741711e43d4694edfdbea",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-03-15T16:27:47+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.10.3",
+ "version_normalized": "0.10.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc",
+ "reference": "9fa37d58551319078a9bf35ec1cd7b3e5eed4ebc",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-09-16T12:16:37+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.10.4",
+ "version_normalized": "0.10.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b8a198ca20620ae8c4f6cc115eab0596d97fc93f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b8a198ca20620ae8c4f6cc115eab0596d97fc93f",
+ "reference": "b8a198ca20620ae8c4f6cc115eab0596d97fc93f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-09-26T13:53:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.10.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.0",
+ "version_normalized": "0.11.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "0b9a96131e8c67fd1aafeb305c2de16af1635601"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/0b9a96131e8c67fd1aafeb305c2de16af1635601",
+ "reference": "0b9a96131e8c67fd1aafeb305c2de16af1635601",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-11-03T13:59:12+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.1",
+ "version_normalized": "0.11.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "78c109551d919d7543790b05ef30bbbf6e51e1f3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/78c109551d919d7543790b05ef30bbbf6e51e1f3",
+ "reference": "78c109551d919d7543790b05ef30bbbf6e51e1f3",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-11-23T14:48:21+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.2",
+ "version_normalized": "0.11.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "97c88f615809e8267f2e6326b3ba4b88f531929e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/97c88f615809e8267f2e6326b3ba4b88f531929e",
+ "reference": "97c88f615809e8267f2e6326b3ba4b88f531929e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-01-20T10:32:28+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.3",
+ "version_normalized": "0.11.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c",
+ "reference": "d3f95f39ae3e187f28a98058a0c0759c8c3d2a5c",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-02-13T13:31:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.4",
+ "version_normalized": "0.11.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "52363deb11f5dd3f833cbf5d097166f807edd59e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/52363deb11f5dd3f833cbf5d097166f807edd59e",
+ "reference": "52363deb11f5dd3f833cbf5d097166f807edd59e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-02-23T17:19:52+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.11.5",
+ "version_normalized": "0.11.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "fc2933767870fcada9e237a17e5d28d65689dfe2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/fc2933767870fcada9e237a17e5d28d65689dfe2",
+ "reference": "fc2933767870fcada9e237a17e5d28d65689dfe2",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "^1.0.0",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-07-18T13:23:49+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.11.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.12.0",
+ "version_normalized": "0.12.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "e41f890a281d9bb7695124c196a4a9c5f66d9172"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/e41f890a281d9bb7695124c196a4a9c5f66d9172",
+ "reference": "e41f890a281d9bb7695124c196a4a9c5f66d9172",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2017-12-15T14:37:20+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.12.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.13.0",
+ "version_normalized": "0.13.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "4ae950e5b7b6864960184c15202c010f328e36d2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/4ae950e5b7b6864960184c15202c010f328e36d2",
+ "reference": "4ae950e5b7b6864960184c15202c010f328e36d2",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-04-16T16:51:15+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.13.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.14.0",
+ "version_normalized": "0.14.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e",
+ "reference": "5536177d97dc1b99ee2d78e1e31ba0e13cf5d69e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.4",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-05-07T13:26:14+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.14.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.15.0",
+ "version_normalized": "0.15.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "77abf3e96a56b32079940f331ea5ccf269dcf5d4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/77abf3e96a56b32079940f331ea5ccf269dcf5d4",
+ "reference": "77abf3e96a56b32079940f331ea5ccf269dcf5d4",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-09-04T16:54:05+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.15.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.16.0",
+ "version_normalized": "0.16.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "8d8106d721e2fb827ee29a83a61533d461c7f514"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/8d8106d721e2fb827ee29a83a61533d461c7f514",
+ "reference": "8d8106d721e2fb827ee29a83a61533d461c7f514",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-09-07T13:40:24+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.16.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.17.0",
+ "version_normalized": "0.17.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "d7a586d48235ec27fd1384b8d2459e3222656a78"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/d7a586d48235ec27fd1384b8d2459e3222656a78",
+ "reference": "d7a586d48235ec27fd1384b8d2459e3222656a78",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-10-09T12:39:30+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.17.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.18.0",
+ "version_normalized": "0.18.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "beb7f956778a4a0be50704235a543d6a4429b365"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/beb7f956778a4a0be50704235a543d6a4429b365",
+ "reference": "beb7f956778a4a0be50704235a543d6a4429b365",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2019-09-20T03:22:33+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.18.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.19.0",
+ "version_normalized": "0.19.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf",
+ "reference": "1e47becc9d38669d0137c94e2d6c4b3a6f8ac4cf",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2020-11-18T11:38:33+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.19.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.20.0",
+ "version_normalized": "0.20.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "12285086e61c93a84a963a4f421b72bae1fd4deb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/12285086e61c93a84a963a4f421b72bae1fd4deb",
+ "reference": "12285086e61c93a84a963a4f421b72bae1fd4deb",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2022-08-31T13:36:21+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.20.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.21.0",
+ "version_normalized": "0.21.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1b581595ed3772afb69fc49dd9346493081130a8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1b581595ed3772afb69fc49dd9346493081130a8",
+ "reference": "1b581595ed3772afb69fc49dd9346493081130a8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.5",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4.8",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2023-04-05T12:00:16+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.21.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.22.0",
+ "version_normalized": "0.22.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "2bf138914f64f4b2c47bf9c42941c001e70cfd05"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/2bf138914f64f4b2c47bf9c42941c001e70cfd05",
+ "reference": "2bf138914f64f4b2c47bf9c42941c001e70cfd05",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-10-26T08:18:49+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.22.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.23.0",
+ "version_normalized": "0.23.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "e7c7b5852c95b94f339e3d9436f83fe197687789"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/e7c7b5852c95b94f339e3d9436f83fe197687789",
+ "reference": "e7c7b5852c95b94f339e3d9436f83fe197687789",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-01T13:54:49+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.23.1",
+ "version_normalized": "0.23.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-05T12:51:35+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.4.1",
+ "version_normalized": "0.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9f10baae3a937d42873e751df2c5d09b21dd1ae1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9f10baae3a937d42873e751df2c5d09b21dd1ae1",
+ "reference": "9f10baae3a937d42873e751df2c5d09b21dd1ae1",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-03-31T12:41:26+00:00",
+ "type": "tripod php",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.4.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.5.0",
+ "version_normalized": "0.5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "57f59b1a27854a2d0812891d0811e4908b8285b5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/57f59b1a27854a2d0812891d0811e4908b8285b5",
+ "reference": "57f59b1a27854a2d0812891d0811e4908b8285b5",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-02-28T23:13:20+00:00",
+ "type": "tripod php",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.5.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.5.2",
+ "version_normalized": "0.5.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ad0593888bbccaa4e7a73a80948a67ecac6ebe4d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ad0593888bbccaa4e7a73a80948a67ecac6ebe4d",
+ "reference": "ad0593888bbccaa4e7a73a80948a67ecac6ebe4d",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-06-24T13:01:28+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.5.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "6504952f11fe9f753fafd49e82a1e8060f9d8f19"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/6504952f11fe9f753fafd49e82a1e8060f9d8f19",
+ "reference": "6504952f11fe9f753fafd49e82a1e8060f9d8f19",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-09-12T14:02:37+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.6.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.6.1",
+ "version_normalized": "0.6.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "df77006043083695059609b01e84aa67c74892a5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/df77006043083695059609b01e84aa67c74892a5",
+ "reference": "df77006043083695059609b01e84aa67c74892a5",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-06T15:26:32+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.6.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.7.0",
+ "version_normalized": "0.7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "656360c8eb2c366b8712efa765f620832b4ba2e0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/656360c8eb2c366b8712efa765f620832b4ba2e0",
+ "reference": "656360c8eb2c366b8712efa765f620832b4ba2e0",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-07T15:04:15+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.7.1",
+ "version_normalized": "0.7.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "13ed10cd44a30aa135e7d76c68a1e88b4f76f129"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/13ed10cd44a30aa135e7d76c68a1e88b4f76f129",
+ "reference": "13ed10cd44a30aa135e7d76c68a1e88b4f76f129",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-14T08:50:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.7.2",
+ "version_normalized": "0.7.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "402e18595671adfc75c4d7395d2fd38218beecee"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/402e18595671adfc75c4d7395d2fd38218beecee",
+ "reference": "402e18595671adfc75c4d7395d2fd38218beecee",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-21T08:52:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.7.3",
+ "version_normalized": "0.7.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "acea9a62f84df8b74c40fe6c8153b3f0e1839883"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/acea9a62f84df8b74c40fe6c8153b3f0e1839883",
+ "reference": "acea9a62f84df8b74c40fe6c8153b3f0e1839883",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2015-02-11T15:29:16+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.7.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.0",
+ "version_normalized": "0.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c2eb33db15c38f4181f3b7ebd735e2e155746738"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c2eb33db15c38f4181f3b7ebd735e2e155746738",
+ "reference": "c2eb33db15c38f4181f3b7ebd735e2e155746738",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-23T16:13:09+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.1",
+ "version_normalized": "0.8.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b5e00c30ba2ddeda7042ba21eecdf57559127941"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b5e00c30ba2ddeda7042ba21eecdf57559127941",
+ "reference": "b5e00c30ba2ddeda7042ba21eecdf57559127941",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-03-25T12:04:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.2",
+ "version_normalized": "0.8.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "34b0ca0783c41fc58b18fefe625ea510854248f9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/34b0ca0783c41fc58b18fefe625ea510854248f9",
+ "reference": "34b0ca0783c41fc58b18fefe625ea510854248f9",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-04-24T13:28:30+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.3",
+ "version_normalized": "0.8.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4",
+ "reference": "66ede04eb0d2c0ba0d1d7b159d48ce2e3bb921f4",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-15T09:15:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.4",
+ "version_normalized": "0.8.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc",
+ "reference": "c7ffb6f9167d1cfdc1f2d2df5799d1d39d756acc",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-21T11:43:12+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.8.5",
+ "version_normalized": "0.8.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad",
+ "reference": "9ddf67d5d625fd5a47d1f407ae663d9690f3d6ad",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-05-29T09:10:48+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.8.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.9.0",
+ "version_normalized": "0.9.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "609a4a23e6360b381c1db7c05c25364f54073343"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/609a4a23e6360b381c1db7c05c25364f54073343",
+ "reference": "609a4a23e6360b381c1db7c05c25364f54073343",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-24T07:39:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.0",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.9.1",
+ "version_normalized": "0.9.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "3ee0a0422627444a127a3d7edd2cd82ae95dd806"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/3ee0a0422627444a127a3d7edd2cd82ae95dd806",
+ "reference": "3ee0a0422627444a127a3d7edd2cd82ae95dd806",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-24T15:38:30+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.2",
+ "version_normalized": "0.9.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "3c73c7e20f10608028de7fb4f4df4111e5190d3b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/3c73c7e20f10608028de7fb4f4df4111e5190d3b",
+ "reference": "3c73c7e20f10608028de7fb4f4df4111e5190d3b",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-25T22:05:34+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.2",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.3",
+ "version_normalized": "0.9.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8",
+ "reference": "1dd9c2c217b5c1f621f224d7fb66aa5b3156bae8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-09T15:17:05+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.3",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.4",
+ "version_normalized": "0.9.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "89044e87b4105a0c3d5795507517f8e3721c146d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/89044e87b4105a0c3d5795507517f8e3721c146d",
+ "reference": "89044e87b4105a0c3d5795507517f8e3721c146d",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-23T09:01:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.4",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.9.5",
+ "version_normalized": "0.9.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8",
+ "reference": "7cc3c0009c64f04c5dfbdc224ba025c11fa75bc8",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-23T19:13:32+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.5",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "v0.9.6",
+ "version_normalized": "0.9.6.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "7cd9c7fdda2a0216f131d431c604e6bc0f73294e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/7cd9c7fdda2a0216f131d431c604e6bc0f73294e",
+ "reference": "7cd9c7fdda2a0216f131d431c604e6bc0f73294e",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-06T20:09:52+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/v0.9.6",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.7",
+ "version_normalized": "0.9.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "49678b39db2f3439f3cfda5d7720bd2122e3d45f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/49678b39db2f3439f3cfda5d7720bd2122e3d45f",
+ "reference": "49678b39db2f3439f3cfda5d7720bd2122e3d45f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-25T16:06:43+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.7",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.8",
+ "version_normalized": "0.9.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ecbcd99f5e114f82e1b21e7c568a516985c6a070"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ecbcd99f5e114f82e1b21e7c568a516985c6a070",
+ "reference": "ecbcd99f5e114f82e1b21e7c568a516985c6a070",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-08-28T15:27:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.8",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "0.9.9",
+ "version_normalized": "0.9.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "db2ecadf8fda8764c5cff925c45e3c73b7d70bfd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/db2ecadf8fda8764c5cff925c45e3c73b7d70bfd",
+ "reference": "db2ecadf8fda8764c5cff925c45e3c73b7d70bfd",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-09-10T10:35:14+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.9.9",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/p2/talis/tripod-php~dev.json b/p2/talis/tripod-php~dev.json
new file mode 100644
index 0000000..1b89656
--- /dev/null
+++ b/p2/talis/tripod-php~dev.json
@@ -0,0 +1,836 @@
+{
+ "packages": {
+ "talis/tripod-php": [
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-TENT-1102-Construct",
+ "version_normalized": "dev-TENT-1102-Construct",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "a7bd67d0cbb923039b1055d2b83e2f429cc3d23e"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/a7bd67d0cbb923039b1055d2b83e2f429cc3d23e",
+ "reference": "a7bd67d0cbb923039b1055d2b83e2f429cc3d23e",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-09T10:36:57+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/TENT-1102-Construct",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "version_normalized": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "671f081d03a4f9a30994740bd1aceec55af15bd4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/671f081d03a4f9a30994740bd1aceec55af15bd4",
+ "reference": "671f081d03a4f9a30994740bd1aceec55af15bd4",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-TENT-1578-ImproveLoggingOfLostJobs",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-12-15T13:58:23+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/TENT-1578-ImproveLoggingOfLostJobs",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-allow-tablespec-filters",
+ "version_normalized": "dev-allow-tablespec-filters",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "8f041b77d6f6bf70aa759f26621587cbfa71bc4c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/8f041b77d6f6bf70aa759f26621587cbfa71bc4c",
+ "reference": "8f041b77d6f6bf70aa759f26621587cbfa71bc4c",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-07-08T16:20:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/allow-tablespec-filters",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-chainable-api-prototype",
+ "version_normalized": "dev-chainable-api-prototype",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "82917525a3da286a9b6903fcea7648cbdb6338a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/82917525a3da286a9b6903fcea7648cbdb6338a3",
+ "reference": "82917525a3da286a9b6903fcea7648cbdb6338a3",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-10-07T21:30:07+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/chainable-api-prototype",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-decouple-invalidation-from-save",
+ "version_normalized": "dev-decouple-invalidation-from-save",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "478ddac8cfc2fdaef11d937231b84d2a4dda6868"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/478ddac8cfc2fdaef11d937231b84d2a4dda6868",
+ "reference": "478ddac8cfc2fdaef11d937231b84d2a4dda6868",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-23T14:51:00+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/decouple-invalidation-from-save",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-dedupe-views",
+ "version_normalized": "dev-dedupe-views",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "218bfb44ec48629d06e606ca80e18b7c7ccb9389"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/218bfb44ec48629d06e606ca80e18b7c7ccb9389",
+ "reference": "218bfb44ec48629d06e606ca80e18b7c7ccb9389",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-03-05T13:24:20+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/dedupe-views",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-introduce-resque-process-queue-pre-squash",
+ "version_normalized": "dev-introduce-resque-process-queue-pre-squash",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "4ccfb1c2a6461c3788ef79150383768a8544f956"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/4ccfb1c2a6461c3788ef79150383768a8544f956",
+ "reference": "4ccfb1c2a6461c3788ef79150383768a8544f956",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-06-23T14:09:46+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/introduce-resque-process-queue-pre-squash",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-master",
+ "version_normalized": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "reference": "428acd7e190e2427a8ee8dce724afc79b0ea249f",
+ "shasum": ""
+ },
+ "require": {
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "2.2.6"
+ },
+ "require-dev": {
+ "mongodb/mongodb": "1.4.3",
+ "phpunit/phpunit": "^4.8",
+ "resque/php-resque": "v1.3.4",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "suggest": {
+ "mongodb/mongodb": "MongoDB driver library",
+ "resque/php-resque": "Redis backed library for background jobs"
+ },
+ "time": "2023-12-05T12:51:35+00:00",
+ "default-branch": true,
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/0.23.1",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-performance-test-rest-interface-statsd",
+ "version_normalized": "dev-performance-test-rest-interface-statsd",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "1ebdf5b621df3239043505c6b495cacc385007d4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/1ebdf5b621df3239043505c6b495cacc385007d4",
+ "reference": "1ebdf5b621df3239043505c6b495cacc385007d4",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-12T10:36:19+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/performance-test-rest-interface-statsd",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-performance-test-tripod-queue",
+ "version_normalized": "dev-performance-test-tripod-queue",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "b2573a7860f09d44ee84f9a9475e8ad5fe5191b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/b2573a7860f09d44ee84f9a9475e8ad5fe5191b9",
+ "reference": "b2573a7860f09d44ee84f9a9475e8ad5fe5191b9",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-02-17T16:44:56+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/performance-test-tripod-queue",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-pgsql-tlog",
+ "version_normalized": "dev-pgsql-tlog",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "ae4a6d605adef8f7f1b04cf319b8c5046d0beec7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/ae4a6d605adef8f7f1b04cf319b8c5046d0beec7",
+ "reference": "ae4a6d605adef8f7f1b04cf319b8c5046d0beec7",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/orm": "2.4.*",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "3.7.*"
+ },
+ "time": "2014-06-20T16:46:51+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/pgsql-tlog",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-php_71",
+ "version_normalized": "dev-php_71",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "bac94bab1e686058e62a09a67c7b25ead0f9dde7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/bac94bab1e686058e62a09a67c7b25ead0f9dde7",
+ "reference": "bac94bab1e686058e62a09a67c7b25ead0f9dde7",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2020-03-18T12:28:42+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/php_71",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-push-invalidation-to-process-queue",
+ "version_normalized": "dev-push-invalidation-to-process-queue",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd",
+ "reference": "f8f2bf8ed6caeaffd34d26c4af80d0a38574b2fd",
+ "shasum": ""
+ },
+ "require": {
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-04-10T15:11:18+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/push-invalidation-to-process-queue",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-remove-timeout-overrides",
+ "version_normalized": "dev-remove-timeout-overrides",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "c0b2b2dbee61839a4e7776f2c0f009e157e9636f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/c0b2b2dbee61839a4e7776f2c0f009e157e9636f",
+ "reference": "c0b2b2dbee61839a4e7776f2c0f009e157e9636f",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "1.13.1",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2015-07-30T15:35:06+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/remove-timeout-overrides",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-spike_etag_bug",
+ "version_normalized": "dev-spike_etag_bug",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "81f2b6544d1a2b816ea4e7e74f1961ca025345b3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/81f2b6544d1a2b816ea4e7e74f1961ca025345b3",
+ "reference": "81f2b6544d1a2b816ea4e7e74f1961ca025345b3",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "mongodb/mongodb": "1.0.4",
+ "monolog/monolog": "~1.13",
+ "php": ">=5.5",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8.",
+ "squizlabs/php_codesniffer": "3.2.*"
+ },
+ "time": "2018-12-05T08:57:02+00:00",
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/spike_etag_bug",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ },
+ {
+ "name": "talis/tripod-php",
+ "version": "dev-tripod-eventual-view-regeneration",
+ "version_normalized": "dev-tripod-eventual-view-regeneration",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/talis/tripod-php.git",
+ "reference": "749e4ab960a6299339d27efb1e7283e3fb416947"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/talis/tripod-php/zipball/749e4ab960a6299339d27efb1e7283e3fb416947",
+ "reference": "749e4ab960a6299339d27efb1e7283e3fb416947",
+ "shasum": ""
+ },
+ "require": {
+ "chrisboulton/php-resque": "dev-master#98fde571db008a8b48e73022599d1d1c07d4a7b5",
+ "monolog/monolog": "~1.13",
+ "semsol/arc2": "v2.2.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.*"
+ },
+ "time": "2016-06-11T08:41:14+00:00",
+ "type": "library",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Chris Clarke",
+ "email": "cc@talis.com",
+ "homepage": "http://talis.com/"
+ },
+ {
+ "name": "Nadeem Shabir",
+ "email": "ns@talis.com",
+ "homepage": "http://talis.com/"
+ }
+ ],
+ "description": "A library for managing RDF data in Mongo",
+ "homepage": "https://github.com/talis/tripod-php",
+ "keywords": [
+ "rdf",
+ "sparql"
+ ],
+ "support": {
+ "source": "https://github.com/talis/tripod-php/tree/tripod-eventual-view-regeneration",
+ "issues": "https://github.com/talis/tripod-php/issues"
+ }
+ }
+ ]
+ }
+}
diff --git a/packages.json b/packages.json
new file mode 100644
index 0000000..4ea6aac
--- /dev/null
+++ b/packages.json
@@ -0,0 +1,32 @@
+{
+ "packages": [],
+ "includes": {
+ "include/all$4e52f3b3364d497d71ca01f2e9958872591ef298.json": {
+ "sha1": "4e52f3b3364d497d71ca01f2e9958872591ef298"
+ }
+ },
+ "metadata-url": "/p2/%package%.json",
+ "available-packages": [
+ "chrisboulton/php-resque",
+ "oclc/auth",
+ "rsinger/worldcat-linkeddata-php",
+ "t0k4rt/phpqrcode",
+ "talis/aws-sdk-php",
+ "talis/bling",
+ "talis/bootstrap-sass",
+ "talis/conneg",
+ "talis/f3",
+ "talis/fatfree",
+ "talis/lti-1p3-php-library",
+ "talis/lti1x-php",
+ "talis/niso-openurl",
+ "talis/php-cloud-files",
+ "talis/resque-multiple-failure-queues",
+ "talis/selenium-server-standalone",
+ "talis/sierra-api-php-client",
+ "talis/simplesamlphp",
+ "talis/sruclient-php",
+ "talis/talis-php",
+ "talis/tripod-php"
+ ]
+}