From 3733aaa482b5ff109255dd03c9dab16f1bb55251 Mon Sep 17 00:00:00 2001 From: Reinier Schoof Date: Wed, 13 Jan 2021 10:35:49 +0100 Subject: [PATCH] added UUID property to VPS --- .gitlab-ci.yml | 8 +- CHANGELOG.md | 4 + composer.json | 6 +- composer.lock | 1624 +++++++++++++++++++++++++++---------- src/Settings/Settings.php | 2 +- 5 files changed, 1189 insertions(+), 455 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2663612..791c2c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,15 +8,19 @@ stages: lint:php: stage: lint + before_script: + - composer install script: - - parallel-lint . + - ./vendor/bin/parallel-lint --exclude vendor/ . tags: - k8s-tbk lint:php-codestyle: stage: lint + before_script: + - composer install script: - - php-cs-fixer fix -v --dry-run --using-cache=no . --config .php_cs.dist + - ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no . --config .php_cs.dist tags: - k8s-tbk diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c87cd..637d977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ CHANGELOG ========= +6.4.0 +----- +* Added UUID property to VPS + 6.3.0 ----- * Added tls mode property to HA-IP diff --git a/composer.json b/composer.json index af37224..680f5e0 100644 --- a/composer.json +++ b/composer.json @@ -15,10 +15,14 @@ "symfony/console": "^4.3", "symfony/finder": "^4.3", "symfony/filesystem": "^4.3", - "transip/transip-api-php": "6.3.*", + "transip/transip-api-php": "6.4.*", "symfony/yaml": "^4.3", "webmozart/path-util": "^2.3" }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.17", + "php-parallel-lint/php-parallel-lint": "^1.2" + }, "autoload": { "psr-4": { "Transip\\Api\\CLI\\": "src" diff --git a/composer.lock b/composer.lock index ffc75ac..e863360 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "413e70e63b04057748d435a2a6c7559c", + "content-hash": "23f95f1599a81f0352d85967ec0ee78f", "packages": [ { "name": "guzzlehttp/guzzle", "version": "6.5.5", "source": { "type": "git", - "url": "https://github.com/guzzle/guzzle.git", + "url": "git@gitlab.transip.us:external-repositories/guzzle/guzzle.git", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "type": "tar", + "url": "https://satis.transip.us/dist/guzzlehttp/guzzle/guzzlehttp-guzzle-9d4290de1cfd701f38099ef7e183b64b4b7b0c5e-zip-e4571c.tar", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "shasum": "" + "shasum": "0d710349c44516212d6df1237cf2ffe3495a640c" }, "require": { "ext-json": "*", @@ -49,7 +49,11 @@ "src/functions_include.php" ] }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "GuzzleHttp\\Tests\\": "tests/" + } + }, "license": [ "MIT" ], @@ -63,35 +67,35 @@ "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ + "HTTP client", "client", "curl", "framework", "http", - "http client", "rest", "web service" ], - "time": "2020-06-16T21:01:06+00:00" + "time": "2020-06-16T23:01:06+02:00" }, { "name": "guzzlehttp/promises", - "version": "v1.3.1", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "url": "git@gitlab.transip.us:external-repositories/guzzle/promises.git", + "reference": "60d379c243457e073cff02bc323a2a86cb355631" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/guzzlehttp/promises/guzzlehttp-promises-60d379c243457e073cff02bc323a2a86cb355631-zip-5230e9.tar", + "reference": "60d379c243457e073cff02bc323a2a86cb355631", + "shasum": "189a774bd3655a4b820d226662b95f27dde0b620" }, "require": { - "php": ">=5.5.0" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.0" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { @@ -107,7 +111,19 @@ "src/functions_include.php" ] }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "GuzzleHttp\\Promise\\Tests\\": "tests/" + } + }, + "scripts": { + "test": [ + "vendor/bin/simple-phpunit" + ], + "test-ci": [ + "vendor/bin/simple-phpunit --coverage-text" + ] + }, "license": [ "MIT" ], @@ -122,21 +138,21 @@ "keywords": [ "promise" ], - "time": "2016-12-20T10:07:11+00:00" + "time": "2020-09-30T09:37:28+02:00" }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.7.0", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "url": "git@gitlab.transip.us:external-repositories/guzzle/psr7.git", + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/guzzlehttp/psr7/guzzlehttp-psr7-53330f47520498c0ae1f61f7e2c90f55690c06a3-zip-c4b80d.tar", + "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3", + "shasum": "a15395621c394ba140a4e4fd0e85087be33599aa" }, "require": { "php": ">=5.4.0", @@ -148,15 +164,15 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { @@ -167,7 +183,11 @@ "src/functions_include.php" ] }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "GuzzleHttp\\Tests\\Psr7\\": "tests/" + } + }, "license": [ "MIT" ], @@ -193,21 +213,21 @@ "uri", "url" ], - "time": "2019-07-01T23:21:34+00:00" + "time": "2020-09-30T09:37:11+02:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", + "url": "git@gitlab.transip.us:external-repositories/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "type": "tar", + "url": "https://satis.transip.us/dist/psr/cache/psr-cache-d11b50ad223250cf17b86e38383413f5a6764bf8-zip-89985a.tar", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", - "shasum": "" + "shasum": "2ec5fe225f71e492e12bb53c15ef0290e68c44be" }, "require": { "php": ">=5.3.0" @@ -223,7 +243,6 @@ "Psr\\Cache\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -246,14 +265,14 @@ "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", + "url": "git@gitlab.transip.us:external-repositories/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "type": "tar", + "url": "https://satis.transip.us/dist/psr/container/psr-container-b7ce3b176482dbbc1245ebf52b181af44c2cf55f-zip-34fef8.tar", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "shasum": "" + "shasum": "bc24fc47aa8b5c0fd6409b41afe2739da2967ce8" }, "require": { "php": ">=5.3.0" @@ -269,7 +288,6 @@ "Psr\\Container\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -282,11 +300,11 @@ "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ - "PSR-11", "container", "container-interface", "container-interop", - "psr" + "psr", + "psr-11" ], "time": "2017-02-14T16:28:37+00:00" }, @@ -295,14 +313,14 @@ "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", + "url": "git@gitlab.transip.us:external-repositories/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "type": "tar", + "url": "https://satis.transip.us/dist/psr/http-message/psr-http-message-f6561bf28d520154e4b0ec72be95418abe6d9363-zip-7ab320.tar", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", - "shasum": "" + "shasum": "6b6e1d74415f7387a0677a7d583f1ec158957f9f" }, "require": { "php": ">=5.3.0" @@ -318,7 +336,6 @@ "Psr\\Http\\Message\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -345,14 +362,14 @@ "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", + "url": "git@gitlab.transip.us:external-repositories/php-fig/log.git", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "type": "tar", + "url": "https://satis.transip.us/dist/psr/log/psr-log-0f73288fd15629204f9d42b7055f72dacbe811fc-zip-eb4a75.tar", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", - "shasum": "" + "shasum": "e5b85d62014561a3049900dbcecafe76eeb71e82" }, "require": { "php": ">=5.3.0" @@ -368,7 +385,6 @@ "Psr\\Log\\": "Psr/Log/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -385,21 +401,21 @@ "psr", "psr-3" ], - "time": "2020-03-23T09:12:05+00:00" + "time": "2020-03-23T10:12:05+01:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", + "url": "git@gitlab.transip.us:external-repositories/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "type": "tar", + "url": "https://satis.transip.us/dist/ralouphie/getallheaders/ralouphie-getallheaders-120b605dfeb996808c31b6477290a714d356e822-zip-821645.tar", "reference": "120b605dfeb996808c31b6477290a714d356e822", - "shasum": "" + "shasum": "422b3522c080c37984b2b2863a2724531d380dfa" }, "require": { "php": ">=5.6" @@ -414,7 +430,11 @@ "src/getallheaders.php" ] }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "getallheaders\\Tests\\": "tests/" + } + }, "license": [ "MIT" ], @@ -425,33 +445,33 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2019-03-08T08:55:37+00:00" + "time": "2019-03-08T03:55:37-05:00" }, { "name": "symfony/cache", - "version": "v5.1.2", + "version": "v5.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/cache.git", - "reference": "787eb05e137ad74fa5e51857b9884719760c7b2f" + "url": "git@gitlab.transip.us:external-repositories/symfony/cache.git", + "reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/787eb05e137ad74fa5e51857b9884719760c7b2f", - "reference": "787eb05e137ad74fa5e51857b9884719760c7b2f", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/cache/symfony-cache-5e61d63b1ef4fb4852994038267ad45e12f3ec52-zip-339096.tar", + "reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52", + "shasum": "109c86542c21d7e1bc29935b9c6d0c2bce9a423e" }, "require": { "php": ">=7.2.5", "psr/cache": "~1.0", - "psr/log": "~1.0", + "psr/log": "^1.1", "symfony/cache-contracts": "^1.1.7|^2", "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "conflict": { - "doctrine/dbal": "<2.5", + "doctrine/dbal": "<2.10", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" @@ -464,19 +484,17 @@ "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6", - "doctrine/dbal": "^2.5|^3.0", + "doctrine/dbal": "^2.10|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" @@ -485,7 +503,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -505,35 +522,21 @@ "caching", "psr6" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-09T14:15:34+00:00" + "time": "2020-12-10T20:16:15+01:00" }, { "name": "symfony/cache-contracts", - "version": "v2.1.2", + "version": "v2.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/cache-contracts.git", - "reference": "87c92f62c494626598e9148208aaa6d1716b8e3c" + "url": "git@gitlab.transip.us:external-repositories/symfony/cache-contracts.git", + "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/87c92f62c494626598e9148208aaa6d1716b8e3c", - "reference": "87c92f62c494626598e9148208aaa6d1716b8e3c", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/cache-contracts/symfony-cache-contracts-8034ca0b61d4dd967f3698aaa1da2507b631d0cb-zip-6025ad.tar", + "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb", + "shasum": "6898854e863c1c26df4ebf29a60b4f6229b21b87" }, "require": { "php": ">=7.2.5", @@ -545,7 +548,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -553,7 +560,6 @@ "Symfony\\Contracts\\Cache\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -577,35 +583,21 @@ "interoperability", "standards" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-09-07T13:33:47+02:00" }, { "name": "symfony/console", - "version": "v4.4.10", + "version": "v4.4.18", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "326b064d804043005526f5a0494cfb49edb59bb0" + "url": "git@gitlab.transip.us:external-repositories/symfony/console.git", + "reference": "12e071278e396cc3e1c149857337e9e192deca0b" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/326b064d804043005526f5a0494cfb49edb59bb0", - "reference": "326b064d804043005526f5a0494cfb49edb59bb0", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/console/symfony-console-12e071278e396cc3e1c149857337e9e192deca0b-zip-134ad9.tar", + "reference": "12e071278e396cc3e1c149857337e9e192deca0b", + "shasum": "97367f895c3c7bacbb2a27c450db868efa640ea6" }, "require": { "php": ">=7.1.3", @@ -639,11 +631,6 @@ "symfony/process": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" @@ -652,7 +639,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -668,46 +654,27 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-30T20:06:45+00:00" + "time": "2020-12-18T08:41:31+01:00" }, { "name": "symfony/filesystem", - "version": "v4.4.10", + "version": "v4.4.18", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "b27f491309db5757816db672b256ea2e03677d30" + "url": "git@gitlab.transip.us:external-repositories/symfony/filesystem.git", + "reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b27f491309db5757816db672b256ea2e03677d30", - "reference": "b27f491309db5757816db672b256ea2e03677d30", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/filesystem/symfony-filesystem-d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe-zip-6e32a8.tar", + "reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe", + "shasum": "4c7ec96875a3cc03f420a9643dc4844d230be40f" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" @@ -716,7 +683,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -732,45 +698,26 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-30T18:50:54+00:00" + "time": "2020-11-30T14:04:35+01:00" }, { "name": "symfony/finder", - "version": "v4.4.10", + "version": "v4.4.18", "source": { "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "5729f943f9854c5781984ed4907bbb817735776b" + "url": "git@gitlab.transip.us:external-repositories/symfony/finder.git", + "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b", - "reference": "5729f943f9854c5781984ed4907bbb817735776b", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/finder/symfony-finder-ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b-zip-9907bb.tar", + "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b", + "shasum": "9c5d33a8d7ae00a53ad7397d8ea8c4a2e91b36c0" }, "require": { - "php": "^7.1.3" + "php": ">=7.1.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" @@ -779,7 +726,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -795,38 +741,24 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-03-27T16:54:36+00:00" + "time": "2020-12-08T17:59:59+01:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.17.1", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-ctype.git", + "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", - "reference": "2edd75b8b35d62fd3eeabba73b26b8f1f60ce13d", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-ctype/symfony-polyfill-ctype-c6c942b1ac76c82448322025e084cadc56048b4e-zip-e4c79e.tar", + "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", + "shasum": "26d1168d640c8194abc445be25ba29afa915a337" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" @@ -834,7 +766,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -849,7 +781,6 @@ "bootstrap.php" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -871,39 +802,25 @@ "polyfill", "portable" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-06T08:46:27+00:00" + "time": "2021-01-07T17:49:33+01:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.17.1", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a57f8161502549a742a63c09f0a604997bf47027" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-intl-idn.git", + "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a57f8161502549a742a63c09f0a604997bf47027", - "reference": "a57f8161502549a742a63c09f0a604997bf47027", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-intl-idn/symfony-polyfill-intl-idn-0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44-zip-a58a1c.tar", + "reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44", + "shasum": "6a20bb14722c0e5027317489f7d2276ce9c60d71" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-mbstring": "^1.3", + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { @@ -912,7 +829,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -927,7 +844,6 @@ "bootstrap.php" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -936,6 +852,10 @@ "name": "Laurent Bassin", "email": "laurent@bassin.info" }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" @@ -951,38 +871,90 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" + "time": "2021-01-07T17:49:33+01:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.22.0", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-intl-normalizer.git", + "reference": "6e971c891537eb617a00bb07a43d182a6915faba" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-intl-normalizer/symfony-polyfill-intl-normalizer-6e971c891537eb617a00bb07a43d182a6915faba-zip-b1d683.tar", + "reference": "6e971c891537eb617a00bb07a43d182a6915faba", + "shasum": "b3a0f5758ec13b8b255ae5946d86bd910734444b" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "time": "2020-06-06T08:46:27+00:00" + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "time": "2021-01-07T18:09:11+01:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.17.1", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "7110338d81ce1cbc3e273136e4574663627037a7" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-mbstring.git", + "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7110338d81ce1cbc3e273136e4574663627037a7", - "reference": "7110338d81ce1cbc3e273136e4574663627037a7", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-mbstring/symfony-polyfill-mbstring-f377a3dd1fde44d37b9831d68dc8dea3ffd28e13-zip-7b5460.tar", + "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", + "shasum": "9cf0cdb677f4cf68134b25e02587d8619321f582" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" @@ -990,7 +962,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1005,7 +977,6 @@ "bootstrap.php" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1028,43 +999,33 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-06T08:46:27+00:00" + "time": "2021-01-07T17:49:33+01:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.17.0", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "f048e612a3905f34931127360bdd2def19a5e582" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-php72.git", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", - "reference": "f048e612a3905f34931127360bdd2def19a5e582", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-php72/symfony-polyfill-php72-cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9-zip-6ef6de.tar", + "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "shasum": "e0e6abdd17de79ca7804f3848b81aa6a40352332" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { @@ -1075,7 +1036,6 @@ "bootstrap.php" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1097,43 +1057,29 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-12T16:47:27+00:00" + "time": "2021-01-07T17:49:33+01:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.17.1", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-php73.git", + "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a", - "reference": "fa0837fe02d617d31fbb25f990655861bb27bd1a", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-php73/symfony-polyfill-php73-a678b42e92f86eca04b7fa4c0f6f19d097fb69e2-zip-164611.tar", + "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", + "shasum": "edce8f40cf403d8267af636d48621aa174287b5c" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1151,7 +1097,6 @@ "Resources/stubs" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1173,43 +1118,29 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-06T08:46:27+00:00" + "time": "2021-01-07T17:49:33+01:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.17.1", + "version": "v1.22.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2" + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-php80.git", + "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4a5b6bba3259902e386eb80dd1956181ee90b5b2", - "reference": "4a5b6bba3259902e386eb80dd1956181ee90b5b2", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/polyfill-php80/symfony-polyfill-php80-dc3063ba22c2a1fd2f45ed856374d79114998f91-zip-1b088a.tar", + "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", + "shasum": "df078eec67487260566b8d97eae25501eeae7e4e" }, "require": { - "php": ">=7.0.8" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.17-dev" + "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1227,7 +1158,6 @@ "Resources/stubs" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1253,35 +1183,21 @@ "portable", "shim" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-06T08:46:27+00:00" + "time": "2021-01-07T17:49:33+01:00" }, { "name": "symfony/service-contracts", - "version": "v2.1.2", + "version": "v2.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/service-contracts.git", - "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b" + "url": "git@gitlab.transip.us:external-repositories/symfony/service-contracts.git", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/66a8f0957a3ca54e4f724e49028ab19d75a8918b", - "reference": "66a8f0957a3ca54e4f724e49028ab19d75a8918b", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/service-contracts/symfony-service-contracts-d15da7ba4957ffb8f1747218be9e1a121fd298a1-zip-92e9a3.tar", + "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1", + "shasum": "082cf6dd479f9a4e8b5e9d4e2b21edd5d130db64" }, "require": { "php": ">=7.2.5", @@ -1293,7 +1209,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -1301,7 +1221,6 @@ "Symfony\\Contracts\\Service\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1325,35 +1244,21 @@ "interoperability", "standards" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-20T17:43:50+00:00" + "time": "2020-09-07T13:33:47+02:00" }, { "name": "symfony/var-exporter", - "version": "v5.1.2", + "version": "v5.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15" + "url": "git@gitlab.transip.us:external-repositories/symfony/var-exporter.git", + "reference": "fbc3507f23d263d75417e09a12d77c009f39676c" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/eabaabfe1485ca955c5b53307eade15ccda57a15", - "reference": "eabaabfe1485ca955c5b53307eade15ccda57a15", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/var-exporter/symfony-var-exporter-fbc3507f23d263d75417e09a12d77c009f39676c-zip-c69b18.tar", + "reference": "fbc3507f23d263d75417e09a12d77c009f39676c", + "shasum": "d920fc44277424bb7fd047e0d896229f25d3623c" }, "require": { "php": ">=7.2.5", @@ -1363,11 +1268,6 @@ "symfony/var-dumper": "^4.4.9|^5.0.9" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" @@ -1376,7 +1276,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1400,35 +1299,21 @@ "instantiate", "serialize" ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-06-07T15:42:22+00:00" + "time": "2020-10-28T22:31:18+01:00" }, { "name": "symfony/yaml", - "version": "v4.4.10", + "version": "v4.4.18", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a" + "url": "git@gitlab.transip.us:external-repositories/symfony/yaml.git", + "reference": "bbce94f14d73732340740366fcbe63363663a403" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a", - "reference": "c2d2cc66e892322cfcc03f8f12f8340dbd7a3f8a", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/yaml/symfony-yaml-bbce94f14d73732340740366fcbe63363663a403-zip-ffc693.tar", + "reference": "bbce94f14d73732340740366fcbe63363663a403", + "shasum": "042588f37ab860b62ce5b5eba9ea0df4e4e1cd46" }, "require": { "php": ">=7.1.3", @@ -1444,11 +1329,6 @@ "symfony/console": "For validating YAML files using the lint command" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.4-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -1457,7 +1337,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1473,35 +1352,21 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-05-20T08:37:50+00:00" + "time": "2020-12-08T17:59:59+01:00" }, { "name": "transip/transip-api-php", - "version": "v6.3.0", + "version": "v6.4.0", "source": { "type": "git", - "url": "https://github.com/transip/transip-api-php.git", - "reference": "1bf59974fd07901911fde3b98becf2ca56a7809b" + "url": "git@gitlab.transip.us:transip/restapi-php-library.git", + "reference": "abc1fa2766ed89b509dbc41087ec53cdc297deba" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/transip/transip-api-php/zipball/1bf59974fd07901911fde3b98becf2ca56a7809b", - "reference": "1bf59974fd07901911fde3b98becf2ca56a7809b", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/transip/transip-api-php/transip-transip-api-php-abc1fa2766ed89b509dbc41087ec53cdc297deba-zip-3e1162.tar", + "reference": "abc1fa2766ed89b509dbc41087ec53cdc297deba", + "shasum": "b055776ad92d0253c2b3aaf442f101fe73b3c42d" }, "require": { "ext-json": "*", @@ -1510,13 +1375,16 @@ "php": "^7.2.0", "symfony/cache": "^3.4|^4.4|^5.0" }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.17", + "php-parallel-lint/php-parallel-lint": "^1.2" + }, "type": "library", "autoload": { "psr-4": { "Transip\\Api\\Library\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], @@ -1527,24 +1395,24 @@ } ], "description": "TransIP Rest API Library", - "time": "2020-06-23T14:58:30+00:00" + "time": "2021-01-12T15:24:15+01:00" }, { "name": "webmozart/assert", - "version": "1.9.0", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "9dc4f203e36f2b486149058bade43c851dd97451" + "url": "git@gitlab.transip.us:external-repositories/webmozart/assert.git", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/9dc4f203e36f2b486149058bade43c851dd97451", - "reference": "9dc4f203e36f2b486149058bade43c851dd97451", - "shasum": "" + "type": "tar", + "url": "https://satis.transip.us/dist/webmozart/assert/webmozart-assert-bafc69caeb4d49c39fd0779086c03a3738cbb389-zip-421c7f.tar", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", + "shasum": "d5b50265d34e03a3f38e608ea4a6fc201df9061b" }, "require": { - "php": "^5.3.3 || ^7.0", + "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -1560,7 +1428,12 @@ "Webmozart\\Assert\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Webmozart\\Assert\\Tests\\": "tests/", + "Webmozart\\Assert\\Bin\\": "bin/src" + } + }, "license": [ "MIT" ], @@ -1576,21 +1449,21 @@ "check", "validate" ], - "time": "2020-06-16T10:16:42+00:00" + "time": "2020-07-08T19:02:28+02:00" }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/webmozart/path-util.git", + "url": "git@gitlab.transip.us:external-repositories/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "type": "tar", + "url": "https://satis.transip.us/dist/webmozart/path-util/webmozart-path-util-d939f7edc24c9a1bb9c0dee5cb05d8e859490725-zip-ae0798.tar", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "shasum": "" + "shasum": "cfd978ee2eb043d3ac1ef39df1cc1d28cb743df8" }, "require": { "php": ">=5.3.3", @@ -1611,7 +1484,11 @@ "Webmozart\\PathUtil\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Webmozart\\PathUtil\\Tests\\": "tests/" + } + }, "license": [ "MIT" ], @@ -1622,10 +1499,855 @@ } ], "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", - "time": "2015-12-17T08:42:14+00:00" + "time": "2015-12-17T09:42:14+01:00" + } + ], + "packages-dev": [ + { + "name": "composer/semver", + "version": "3.2.4", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/composer/semver.git", + "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/composer/semver/composer-semver-a02fdf930a3c1c3ed3a49b5f63859c0c20e10464-zip-f3421b.tar", + "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464", + "shasum": "c2ba53e15ebb1cd55ae1be02684bd4763e049308" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.54", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "Composer\\Semver\\": "tests" + } + }, + "scripts": { + "test": [ + "vendor/bin/simple-phpunit" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/semver/issues" + }, + "time": "2020-11-13T09:59:24+01:00" + }, + { + "name": "composer/xdebug-handler", + "version": "1.4.5", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "f28d44c286812c714741478d968104c5e604a1d4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4", + "reference": "f28d44c286812c714741478d968104c5e604a1d4", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without Xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2020-11-13T08:04:11+00:00" + }, + { + "name": "doctrine/annotations", + "version": "1.11.1", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/doctrine/annotations.git", + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/doctrine/annotations/doctrine-annotations-ce77a7ba1770462cd705a91a151b6c3746f9c6ad-zip-bfc6ed.tar", + "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad", + "shasum": "b0adae65f573ac21342beb6881e37db2f14c768f" + }, + "require": { + "doctrine/lexer": "1.*", + "ext-tokenizer": "*", + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/cache": "1.*", + "doctrine/coding-standard": "^6.0 || ^8.1", + "phpstan/phpstan": "^0.12.20", + "phpunit/phpunit": "^7.5 || ^9.1.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.11.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" + } + }, + "autoload-dev": { + "psr-4": { + "Doctrine\\Performance\\Common\\Annotations\\": "tests/Doctrine/Performance/Common/Annotations", + "Doctrine\\Tests\\Common\\Annotations\\": "tests/Doctrine/Tests/Common/Annotations" + }, + "files": [ + "tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "https://www.doctrine-project.org/projects/annotations.html", + "keywords": [ + "annotations", + "docblock", + "parser" + ], + "time": "2020-10-26T11:28:16+01:00" + }, + { + "name": "doctrine/lexer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/doctrine/lexer.git", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/doctrine/lexer/doctrine-lexer-e864bbf5904cb8f5bb334f99209b48018522f042-zip-dfa769.tar", + "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "shasum": "06c1e5969fcbb0b487d8c2b63bbe872186e28637" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^6.0", + "phpstan/phpstan": "^0.11.8", + "phpunit/phpunit": "^8.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + } + }, + "autoload-dev": { + "psr-4": { + "Doctrine\\Tests\\": "tests/Doctrine" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ], + "time": "2020-05-25T19:44:05+02:00" + }, + { + "name": "friendsofphp/php-cs-fixer", + "version": "v2.17.3", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/friendsofphp/php-cs-fixer.git", + "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/friendsofphp/php-cs-fixer/friendsofphp-php-cs-fixer-bd32f5dd72cdfc7b53f54077f980e144bfa2f595-zip-1c7158.tar", + "reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595", + "shasum": "6a77e6bf9edea90ce3d9f2ae1d973fb1cfeb3b9d" + }, + "require": { + "composer/semver": "^1.4 || ^2.0 || ^3.0", + "composer/xdebug-handler": "^1.2", + "doctrine/annotations": "^1.2", + "ext-json": "*", + "ext-tokenizer": "*", + "php": "^5.6 || ^7.0 || ^8.0", + "php-cs-fixer/diff": "^1.3", + "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", + "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", + "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", + "symfony/finder": "^3.0 || ^4.0 || ^5.0", + "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", + "symfony/polyfill-php70": "^1.0", + "symfony/polyfill-php72": "^1.4", + "symfony/process": "^3.0 || ^4.0 || ^5.0", + "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" + }, + "require-dev": { + "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", + "justinrainbow/json-schema": "^5.0", + "keradus/cli-executor": "^1.4", + "mikey179/vfsstream": "^1.6", + "php-coveralls/php-coveralls": "^2.4.2", + "php-cs-fixer/accessible-object": "^1.0", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", + "phpspec/prophecy-phpunit": "^1.1 || ^2.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5", + "phpunitgoodpractices/polyfill": "^1.5", + "phpunitgoodpractices/traits": "^1.9.1", + "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", + "symfony/phpunit-bridge": "^5.1", + "symfony/yaml": "^3.0 || ^4.0 || ^5.0" + }, + "suggest": { + "ext-dom": "For handling output formats in XML", + "ext-mbstring": "For handling non-UTF8 characters.", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", + "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." + }, + "bin": [ + "php-cs-fixer" + ], + "type": "application", + "autoload": { + "psr-4": { + "PhpCsFixer\\": "src/" + }, + "classmap": [ + "tests/Test/AbstractFixerTestCase.php", + "tests/Test/AbstractIntegrationCaseFactory.php", + "tests/Test/AbstractIntegrationTestCase.php", + "tests/Test/Assert/AssertTokensTrait.php", + "tests/Test/IntegrationCase.php", + "tests/Test/IntegrationCaseFactory.php", + "tests/Test/IntegrationCaseFactoryInterface.php", + "tests/Test/InternalIntegrationCaseFactory.php", + "tests/Test/IsIdenticalConstraint.php", + "tests/TestCase.php" + ] + }, + "autoload-dev": { + "psr-4": { + "PhpCsFixer\\Tests\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Dariusz RumiƄski", + "email": "dariusz.ruminski@gmail.com" + } + ], + "description": "A tool to automatically fix PHP code style", + "time": "2020-12-24T12:14:44+01:00" + }, + { + "name": "php-cs-fixer/diff", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/PHP-CS-Fixer/diff.git", + "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759", + "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", + "symfony/process": "^3.3" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + }, + { + "name": "SpacePossum" + } + ], + "description": "sebastian/diff v2 backport support for PHP5.6", + "homepage": "https://github.com/PHP-CS-Fixer", + "keywords": [ + "diff" + ], + "time": "2020-10-14T08:39:05+00:00" + }, + { + "name": "php-parallel-lint/php-parallel-lint", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", + "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/474f18bc6cc6aca61ca40bfab55139de614e51ca", + "reference": "474f18bc6cc6aca61ca40bfab55139de614e51ca", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.4.0" + }, + "replace": { + "grogy/php-parallel-lint": "*", + "jakub-onderka/php-parallel-lint": "*" + }, + "require-dev": { + "nette/tester": "^1.3 || ^2.0", + "php-parallel-lint/php-console-highlighter": "~0.3", + "squizlabs/php_codesniffer": "~3.0" + }, + "suggest": { + "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" + }, + "bin": [ + "parallel-lint" + ], + "type": "library", + "autoload": { + "classmap": [ + "./" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "ahoj@jakubonderka.cz" + } + ], + "description": "This tool check syntax of PHP files about 20x faster than serial check.", + "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", + "time": "2020-04-04T12:18:32+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/deprecation-contracts.git", + "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/deprecation-contracts/symfony-deprecation-contracts-5fa56b4074d1ae755beb55617ddafe6f5d78f665-zip-c381a1.tar", + "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665", + "shasum": "a8a54d5c33b2ecee228e559ce0443e1109d6f615" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "time": "2020-09-07T13:33:47+02:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.18", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/event-dispatcher.git", + "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/event-dispatcher/symfony-event-dispatcher-5d4c874b0eb1c32d40328a09dbc37307a5a910b0-zip-1cdacb.tar", + "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0", + "shasum": "f8c3fbcbe87e4fb92cbda5740eda79e4a5b56772" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "time": "2020-12-18T08:41:31+01:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.9", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/event-dispatcher-contracts.git", + "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/event-dispatcher-contracts/symfony-event-dispatcher-contracts-84e23fdcd2517bf37aecbd16967e83f0caee25a7-zip-aeb286.tar", + "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7", + "shasum": "29fb27dcb959fb3ac83c4048b9632d9e2e21bff4" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2020-07-06T15:19:58+02:00" + }, + { + "name": "symfony/options-resolver", + "version": "v5.2.1", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/options-resolver.git", + "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/options-resolver/symfony-options-resolver-87a2a4a766244e796dd9cb9d6f58c123358cd986-zip-b0cb10.tar", + "reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986", + "shasum": "1cae02c45c1ec9db6688067db3639991d481c1ad" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php73": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "time": "2020-10-24T14:08:07+02:00" + }, + { + "name": "symfony/polyfill-php70", + "version": "v1.20.0", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/polyfill-php70.git", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.transip.us/api/v4/projects/external-repositories%2Fsymfony%2Fpolyfill-php70/repository/archive.zip?sha=5f03a781d984aae42cebd18e7912fa80f02ee644", + "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-main": "1.20-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "time": "2020-10-23T16:02:19+02:00" + }, + { + "name": "symfony/process", + "version": "v5.2.1", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/process.git", + "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/process/symfony-process-bd8815b8b6705298beaa384f04fabd459c10bedd-zip-7d5218.tar", + "reference": "bd8815b8b6705298beaa384f04fabd459c10bedd", + "shasum": "5a73741ac4077874c4296a8040223518ce1e975f" + }, + "require": { + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.15" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2020-12-08T18:03:37+01:00" + }, + { + "name": "symfony/stopwatch", + "version": "v5.2.1", + "source": { + "type": "git", + "url": "git@gitlab.transip.us:external-repositories/symfony/stopwatch.git", + "reference": "2b105c0354f39a63038a1d8bf776ee92852813af" + }, + "dist": { + "type": "tar", + "url": "https://satis.transip.us/dist/symfony/stopwatch/symfony-stopwatch-2b105c0354f39a63038a1d8bf776ee92852813af-zip-ffec97.tar", + "reference": "2b105c0354f39a63038a1d8bf776ee92852813af", + "shasum": "5b996082e95c36fd37954ff586f193d2145d4972" + }, + "require": { + "php": ">=7.2.5", + "symfony/service-contracts": "^1.0|^2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com", + "time": "2020-11-01T17:14:45+01:00" } ], - "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], diff --git a/src/Settings/Settings.php b/src/Settings/Settings.php index f9475c2..577c3b7 100644 --- a/src/Settings/Settings.php +++ b/src/Settings/Settings.php @@ -15,7 +15,7 @@ class Settings private const CONFIG_FILE_NAME = 'cli-config.json'; public const TRANSIP_API_ENDPOINT = 'https://api.transip.nl/v6'; - public const TRANSIP_CLI_VERSION = '6.3.0'; + public const TRANSIP_CLI_VERSION = '6.4.0'; /** * @var string