diff --git a/composer.json b/composer.json index 8ea3d53..e8c9551 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": ">=7.2", "ext-json": "*", "laravel/framework": "^7.0", - "akamai-open/edgegrid-client": "dev-laravel7 as 2.0" + "patriziotomato/edgegrid-client": "^1.1" }, "require-dev": { "fzaninotto/faker": "^1.9.1", diff --git a/composer.lock b/composer.lock index 1445c74..7881712 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f2b742188d06c5f0891c841530d656f8", + "content-hash": "8908a068028ab6446640da6f4f9b1452", "packages": [ { "name": "akamai-open/edgegrid-auth", @@ -58,93 +58,6 @@ ], "time": "2017-09-01T07:02:30+00:00" }, - { - "name": "akamai-open/edgegrid-client", - "version": "dev-laravel7", - "source": { - "type": "git", - "url": "git@github.com:patriziotomato/AkamaiOPEN-edgegrid-php-client.git", - "reference": "0a75c9c88b6d06754e04d45b9b97271c8affb90f" - }, - "require": { - "akamai-open/edgegrid-auth": "^1.0.0", - "guzzlehttp/guzzle": "^6.1.1", - "league/climate": "~3.2", - "monolog/monolog": "^2.0", - "php": ">=5.5", - "psr/log": "^1.0" - }, - "require-dev": { - "apigen/apigen": "^4.0.0", - "friendsofphp/php-cs-fixer": "^1.9", - "kherge/box": "^2.5", - "phpunit/phpunit": "~4.7", - "squizlabs/php_codesniffer": "^2.3" - }, - "bin": [ - "bin/http" - ], - "type": "library", - "autoload": { - "psr-4": { - "Akamai\\Open\\EdgeGrid\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Akamai\\Open\\EdgeGrid\\Tests\\": [ - "tests", - "vendor/akamai-open/edgegrid-auth/tests" - ] - } - }, - "scripts": { - "build": [ - "@test", - "@build-docs", - "@build-phar", - "@fix-cs" - ], - "test": [ - "vendor/bin/phpunit" - ], - "build-docs": [ - "rm -Rf docs", - "composer install", - "apigen generate" - ], - "build-phar": [ - "./tools/build-phar.sh" - ], - "fix-cs": [ - "phpcbf --standard=PSR1,PSR2 ./src ./tests", - "php-cs-fixer fix --level=psr2 ./src", - "php-cs-fixer fix --level=psr2 ./tests" - ], - "check-version": [ - "./tools/check-version.sh" - ] - }, - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Davey Shafik", - "email": "dshafik@akamai.com" - } - ], - "description": "Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html", - "homepage": "https://github.com/akamai-open/AkamaiOPEN-edgegrid-php", - "keywords": [ - "akamai", - "authentication", - "client", - "edgegrid", - "open" - ], - "time": "2020-07-22T14:48:08+00:00" - }, { "name": "brick/math", "version": "0.8.15", @@ -1354,6 +1267,92 @@ ], "time": "2018-07-02T15:55:56+00:00" }, + { + "name": "patriziotomato/edgegrid-client", + "version": "v1.1", + "source": { + "type": "git", + "url": "git@github.com:patriziotomato/AkamaiOPEN-edgegrid-php-client.git", + "reference": "9b63e11585e434ef1df2305517a0e624f1c9c10f" + }, + "require": { + "akamai-open/edgegrid-auth": "^1.0.0", + "guzzlehttp/guzzle": "^6.1.1", + "league/climate": "~3.2", + "monolog/monolog": "^2.0", + "php": ">=7.2", + "psr/log": "^1.0" + }, + "require-dev": { + "apigen/apigen": "^4.0.0", + "friendsofphp/php-cs-fixer": "^1.9", + "kherge/box": "^2.5", + "phpunit/phpunit": "~4.7", + "squizlabs/php_codesniffer": "^2.3" + }, + "bin": [ + "bin/http" + ], + "type": "library", + "autoload": { + "psr-4": { + "Akamai\\Open\\EdgeGrid\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Akamai\\Open\\EdgeGrid\\Tests\\": [ + "tests", + "vendor/akamai-open/edgegrid-auth/tests" + ] + } + }, + "scripts": { + "build": [ + "@test", + "@build-docs", + "@build-phar", + "@fix-cs" + ], + "test": [ + "vendor/bin/phpunit" + ], + "build-docs": [ + "rm -Rf docs", + "composer install", + "apigen generate" + ], + "build-phar": [ + "./tools/build-phar.sh" + ], + "fix-cs": [ + "phpcbf --standard=PSR1,PSR2 ./src ./tests", + "php-cs-fixer fix --level=psr2 ./src", + "php-cs-fixer fix --level=psr2 ./tests" + ], + "check-version": [ + "./tools/check-version.sh" + ] + }, + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Patrick Thomas", + "email": "github@patrick-thomas.de" + } + ], + "description": "Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client_Auth.html", + "keywords": [ + "akamai", + "authentication", + "client", + "edgegrid", + "open" + ], + "time": "2020-07-23T07:05:51+00:00" + }, { "name": "phpoption/phpoption", "version": "1.7.5", @@ -4221,16 +4220,16 @@ }, { "name": "voku/portable-ascii", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97" + "reference": "25bcbf01678930251fd572891447d9e318a6e2b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/618631dc601d8eb6ea0a9fbf654ec82f066c4e97", - "reference": "618631dc601d8eb6ea0a9fbf654ec82f066c4e97", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8", + "reference": "25bcbf01678930251fd572891447d9e318a6e2b8", "shasum": "" }, "require": { @@ -4274,6 +4273,10 @@ "url": "https://github.com/voku", "type": "github" }, + { + "url": "https://opencollective.com/portable-ascii", + "type": "open_collective" + }, { "url": "https://www.patreon.com/voku", "type": "patreon" @@ -4283,7 +4286,7 @@ "type": "tidelift" } ], - "time": "2020-06-15T23:49:30+00:00" + "time": "2020-07-22T23:32:04+00:00" } ], "packages-dev": [ @@ -4566,33 +4569,30 @@ }, { "name": "mockery/mockery", - "version": "1.4.1", + "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6" + "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/1404386ca3410b04fe58b9517e85d702ab33b2c6", - "reference": "1404386ca3410b04fe58b9517e85d702ab33b2c6", + "url": "https://api.github.com/repos/mockery/mockery/zipball/9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283", + "reference": "9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": "^7.3 || ^8.0" - }, - "conflict": { - "phpunit/phpunit": "<8.0" + "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.0" + "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.3.x-dev" } }, "autoload": { @@ -4630,7 +4630,7 @@ "test double", "testing" ], - "time": "2020-07-09T08:31:54+00:00" + "time": "2020-07-09T08:23:05+00:00" }, { "name": "myclabs/deep-copy", @@ -6273,18 +6273,9 @@ "time": "2020-07-08T17:02:28+00:00" } ], - "aliases": [ - { - "alias": "2.0", - "alias_normalized": "2.0.0.0", - "version": "dev-laravel7", - "package": "akamai-open/edgegrid-client" - } - ], + "aliases": [], "minimum-stability": "stable", - "stability-flags": { - "akamai-open/edgegrid-client": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": {