diff --git a/composer.lock b/composer.lock index 8447c56..bcbae2a 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "cf24ef371165ea24b07a1ff96249a077", @@ -51,21 +51,21 @@ "packages-dev": [ { "name": "api-clients/cs-fixer-config", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-api-clients/cs-fixer-config.git", - "reference": "fadf5d8c64508f5af241201217a57b6646768cda" + "reference": "9d7a6ecd40f32220f8f10d5383596022a8cc9a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/cs-fixer-config/zipball/fadf5d8c64508f5af241201217a57b6646768cda", - "reference": "fadf5d8c64508f5af241201217a57b6646768cda", + "url": "https://api.github.com/repos/php-api-clients/cs-fixer-config/zipball/9d7a6ecd40f32220f8f10d5383596022a8cc9a16", + "reference": "9d7a6ecd40f32220f8f10d5383596022a8cc9a16", "shasum": "" }, "require": { "friendsofphp/php-cs-fixer": "^2.5", - "php": "^7.0" + "php": "^7.2" }, "require-dev": { "api-clients/test-utilities": "^4.3" @@ -87,30 +87,30 @@ } ], "description": "friendsofphp/php-cs-fixer config", - "time": "2018-09-01T22:35:26+00:00" + "time": "2018-11-21T22:05:53+00:00" }, { "name": "api-clients/test-utilities", - "version": "5.1.0", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/php-api-clients/test-utilities.git", - "reference": "109b0f894ea630e0bf53901945e2760285356332" + "reference": "8f1f88109cb3819d52bfe77e035218961ec4afa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/test-utilities/zipball/109b0f894ea630e0bf53901945e2760285356332", - "reference": "109b0f894ea630e0bf53901945e2760285356332", + "url": "https://api.github.com/repos/php-api-clients/test-utilities/zipball/8f1f88109cb3819d52bfe77e035218961ec4afa8", + "reference": "8f1f88109cb3819d52bfe77e035218961ec4afa8", "shasum": "" }, "require": { "api-clients/cs-fixer-config": "^1.0", "clue/block-react": "^1.1", "friendsofphp/php-cs-fixer": "^2.5", - "infection/infection": "^0.9.1", - "jakub-onderka/php-console-highlighter": "^0.3.2", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "localheinz/composer-normalize": "^0.1.0", + "infection/infection": "^0.11.0", + "jakub-onderka/php-console-highlighter": "^0.4", + "jakub-onderka/php-parallel-lint": "^1.0.0", + "localheinz/composer-normalize": "^1.0.0", "php": "^7.2", "phpunit/phpunit": "^7.1" }, @@ -131,7 +131,7 @@ } ], "description": "Test utilities for api-clients packages", - "time": "2018-09-01T22:48:37+00:00" + "time": "2018-11-22T16:23:05+00:00" }, { "name": "clue/block-react", @@ -242,6 +242,86 @@ ], "time": "2018-10-18T06:09:13+00:00" }, + { + "name": "composer/composer", + "version": "1.7.3", + "source": { + "type": "git", + "url": "https://github.com/composer/composer.git", + "reference": "e965b9aaa8854c3067f1ed2ae45f436572d73eb7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/composer/zipball/e965b9aaa8854c3067f1ed2ae45f436572d73eb7", + "reference": "e965b9aaa8854c3067f1ed2ae45f436572d73eb7", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.0", + "composer/semver": "^1.0", + "composer/spdx-licenses": "^1.2", + "composer/xdebug-handler": "^1.1", + "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", + "php": "^5.3.2 || ^7.0", + "psr/log": "^1.0", + "seld/jsonlint": "^1.4", + "seld/phar-utils": "^1.0", + "symfony/console": "^2.7 || ^3.0 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", + "symfony/finder": "^2.7 || ^3.0 || ^4.0", + "symfony/process": "^2.7 || ^3.0 || ^4.0" + }, + "conflict": { + "symfony/console": "2.8.38" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7", + "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" + }, + "suggest": { + "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", + "ext-zip": "Enabling the zip extension allows you to unzip archives", + "ext-zlib": "Allow gzip compression of HTTP requests" + }, + "bin": [ + "bin/composer" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\": "src/Composer" + } + }, + "notification-url": "https://packagist.org/downloads/", + "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" + } + ], + "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", + "homepage": "https://getcomposer.org/", + "keywords": [ + "autoload", + "dependency", + "package" + ], + "time": "2018-11-01T09:05:06+00:00" + }, { "name": "composer/semver", "version": "1.4.2", @@ -304,6 +384,67 @@ ], "time": "2016-08-30T16:08:34+00:00" }, + { + "name": "composer/spdx-licenses", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2", + "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", + "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Spdx\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "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": "SPDX licenses list and validation library.", + "keywords": [ + "license", + "spdx", + "validator" + ], + "time": "2018-11-01T09:45:54+00:00" + }, { "name": "composer/xdebug-handler", "version": "1.3.0", @@ -617,34 +758,39 @@ }, { "name": "infection/infection", - "version": "0.9.3", + "version": "0.11.2", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "98de6f13821c88dd671257d27cc7dcbca0409d2d" + "reference": "62b41f817e116052b7fbdc9c2bababd64aa7f48a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/98de6f13821c88dd671257d27cc7dcbca0409d2d", - "reference": "98de6f13821c88dd671257d27cc7dcbca0409d2d", + "url": "https://api.github.com/repos/infection/infection/zipball/62b41f817e116052b7fbdc9c2bababd64aa7f48a", + "reference": "62b41f817e116052b7fbdc9c2bababd64aa7f48a", "shasum": "" }, "require": { - "composer/xdebug-handler": "^1.1", + "composer/xdebug-handler": "^1.3", "ext-dom": "*", - "nikic/php-parser": "^4.0", + "ext-json": "*", + "ext-libxml": "*", + "justinrainbow/json-schema": "^5.2", + "nikic/php-parser": "^4.1", "ocramius/package-versions": "^1.2", "padraic/phar-updater": "^1.0.4", - "php": "^7.0", + "php": "^7.1", "pimple/pimple": "^3.2", "sebastian/diff": "^1.4 || ^2.0 || ^3.0", "symfony/console": "^3.2 || ^4.0", "symfony/filesystem": "^3.2 || ^4.0", "symfony/finder": "^3.2 || ^4.0", "symfony/process": "^3.2 || ^4.0", - "symfony/yaml": "^3.2 || ^4.0" + "symfony/yaml": "^3.2 || ^4.0", + "webmozart/assert": "^1.3" }, "conflict": { + "symfony/console": "=3.4.16 || =4.1.5", "symfony/process": "3.4.2" }, "require-dev": { @@ -698,7 +844,7 @@ "testing", "unit testing" ], - "time": "2018-08-09T04:45:18+00:00" + "time": "2018-11-18T02:40:38+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -744,33 +890,34 @@ }, { "name": "jakub-onderka/php-console-highlighter", - "version": "v0.3.2", + "version": "v0.4", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", - "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" + "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", - "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547", + "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547", "shasum": "" }, "require": { - "jakub-onderka/php-console-color": "~0.1", - "php": ">=5.3.0" + "ext-tokenizer": "*", + "jakub-onderka/php-console-color": "~0.2", + "php": ">=5.4.0" }, "require-dev": { "jakub-onderka/php-code-style": "~1.0", - "jakub-onderka/php-parallel-lint": "~0.5", + "jakub-onderka/php-parallel-lint": "~1.0", "jakub-onderka/php-var-dump-check": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "autoload": { - "psr-0": { - "JakubOnderka\\PhpConsoleHighlighter": "src/" + "psr-4": { + "JakubOnderka\\PhpConsoleHighlighter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -784,20 +931,21 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2015-04-20T18:58:01+00:00" + "description": "Highlight PHP code in terminal", + "time": "2018-09-29T18:48:56+00:00" }, { "name": "jakub-onderka/php-parallel-lint", - "version": "v0.9.2", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git", - "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa" + "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa", - "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa", + "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8", + "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8", "shasum": "" }, "require": { @@ -805,7 +953,8 @@ }, "require-dev": { "jakub-onderka/php-console-highlighter": "~0.3", - "nette/tester": "~1.3" + "nette/tester": "~1.3", + "squizlabs/php_codesniffer": "~2.7" }, "suggest": { "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet" @@ -826,12 +975,12 @@ "authors": [ { "name": "Jakub Onderka", - "email": "jakub.onderka@gmail.com" + "email": "ahoj@jakubonderka.cz" } ], "description": "This tool check syntax of PHP files about 20x faster than serial check.", "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint", - "time": "2015-12-15T10:42:16+00:00" + "time": "2018-02-24T15:31:20+00:00" }, { "name": "justinrainbow/json-schema", @@ -899,32 +1048,91 @@ ], "time": "2018-02-14T22:26:30+00:00" }, + { + "name": "localheinz/composer-json-normalizer", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/localheinz/composer-json-normalizer.git", + "reference": "9e7127e59b0f18fb2346c49d38d32586eaaebdd4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/localheinz/composer-json-normalizer/zipball/9e7127e59b0f18fb2346c49d38d32586eaaebdd4", + "reference": "9e7127e59b0f18fb2346c49d38d32586eaaebdd4", + "shasum": "" + }, + "require": { + "composer/composer": "^1.1.0", + "localheinz/json-normalizer": "~0.9.0", + "php": "^7.1" + }, + "require-dev": { + "infection/infection": "~0.11.1", + "localheinz/php-cs-fixer-config": "~1.16.0", + "localheinz/phpstan-rules": "~0.2.0", + "localheinz/test-util": "~0.7.0", + "phpstan/phpstan": "~0.10.5", + "phpstan/phpstan-strict-rules": "~0.10.1", + "phpunit/phpunit": "^7.4.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Localheinz\\Composer\\Json\\Normalizer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Andreas Möller", + "email": "am@localheinz.com" + } + ], + "description": "Provides normalizers for normalizing composer.json.", + "homepage": "https://github.com/localheinz/composer-json-normalizer", + "keywords": [ + "composer", + "json", + "normalizer" + ], + "time": "2018-11-17T15:06:04+00:00" + }, { "name": "localheinz/composer-normalize", - "version": "0.1.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/localheinz/composer-normalize.git", - "reference": "d45da477cc66f8e68564e8551cec3b29137bd3f3" + "reference": "c676a282a3949273d0ed38b6fce841d248f6e3bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/localheinz/composer-normalize/zipball/d45da477cc66f8e68564e8551cec3b29137bd3f3", - "reference": "d45da477cc66f8e68564e8551cec3b29137bd3f3", + "url": "https://api.github.com/repos/localheinz/composer-normalize/zipball/c676a282a3949273d0ed38b6fce841d248f6e3bf", + "reference": "c676a282a3949273d0ed38b6fce841d248f6e3bf", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0", - "localheinz/json-normalizer": "0.1.0", - "php": "^7.0" + "localheinz/composer-json-normalizer": "^1.0.1", + "localheinz/json-normalizer": "~0.9.0", + "php": "^7.1", + "sebastian/diff": "^2.0.1 || ^3.0.0", + "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0" }, "require-dev": { "composer/composer": "^1.1.0", - "infection/infection": "~0.7.0", - "localheinz/php-cs-fixer-config": "~1.11.0", + "infection/infection": "~0.11.1", + "localheinz/php-cs-fixer-config": "~1.15.0", + "localheinz/phpstan-rules": "~0.1.0", "localheinz/test-util": "0.6.1", "mikey179/vfsstream": "^1.6.5", - "phpunit/phpunit": "^6.5.5" + "phpstan/phpstan": "~0.10.5", + "phpstan/phpstan-strict-rules": "~0.10.1", + "phpunit/phpunit": "^6.5.13 || ^7.4.3" }, "type": "composer-plugin", "extra": { @@ -946,40 +1154,42 @@ } ], "description": "Provides a composer plugin for normalizing composer.json.", + "homepage": "https://github.com/localheinz/composer-normalize", "keywords": [ "composer", "normalize", "normalizer", "plugin" ], - "time": "2018-01-14T12:15:12+00:00" + "time": "2018-11-17T15:51:26+00:00" }, { "name": "localheinz/json-normalizer", - "version": "0.1.0", + "version": "0.9.0", "source": { "type": "git", "url": "https://github.com/localheinz/json-normalizer.git", - "reference": "443a53cef0a8adc96f857a79fb7c818fc7be388d" + "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/localheinz/json-normalizer/zipball/443a53cef0a8adc96f857a79fb7c818fc7be388d", - "reference": "443a53cef0a8adc96f857a79fb7c818fc7be388d", + "url": "https://api.github.com/repos/localheinz/json-normalizer/zipball/28eeda6f1f0daa3c9c28ad0651d95478fe1a5059", + "reference": "28eeda6f1f0daa3c9c28ad0651d95478fe1a5059", "shasum": "" }, "require": { + "ext-json": "*", "justinrainbow/json-schema": "^4.0.0 || ^5.0.0", - "localheinz/json-printer": "^1.0.0", - "php": "^7.0" + "localheinz/json-printer": "^2.0.1", + "php": "^7.1" }, "require-dev": { - "infection/infection": "~0.7.0", - "localheinz/php-cs-fixer-config": "~1.11.0", - "localheinz/test-util": "0.6.1", + "infection/infection": "~0.10.5", + "localheinz/php-cs-fixer-config": "~1.15.0", + "localheinz/test-util": "~0.7.0", "phpbench/phpbench": "~0.14.0", - "phpspec/prophecy": "^1.7.1", - "phpunit/phpunit": "^6.5.5" + "phpstan/phpstan": "~0.10.3", + "phpunit/phpunit": "^7.4.0" }, "type": "library", "autoload": { @@ -998,35 +1208,36 @@ } ], "description": "Provides normalizers for normalizing JSON documents.", + "homepage": "https://github.com/localheinz/json-normalizer", "keywords": [ "json", "normalizer" ], - "time": "2018-01-13T21:59:29+00:00" + "time": "2018-10-07T17:36:39+00:00" }, { "name": "localheinz/json-printer", - "version": "1.1.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/localheinz/json-printer.git", - "reference": "49459a160c551b5504d1edcbb10692039071d08a" + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/localheinz/json-printer/zipball/49459a160c551b5504d1edcbb10692039071d08a", - "reference": "49459a160c551b5504d1edcbb10692039071d08a", + "url": "https://api.github.com/repos/localheinz/json-printer/zipball/86f942599c8f9f922de4e21c2b9b6564c895cb0c", + "reference": "86f942599c8f9f922de4e21c2b9b6564c895cb0c", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { - "infection/infection": "~0.7.0", - "localheinz/php-cs-fixer-config": "~1.9.0", + "infection/infection": "~0.8.1", + "localheinz/php-cs-fixer-config": "~1.14.0", "localheinz/test-util": "0.6.1", "phpbench/phpbench": "~0.14.0", - "phpunit/phpunit": "^6.5.5" + "phpunit/phpunit": "^6.5.7" }, "type": "library", "autoload": { @@ -1051,7 +1262,7 @@ "json", "printer" ], - "time": "2018-01-27T21:05:05+00:00" + "time": "2018-08-11T23:54:50+00:00" }, { "name": "myclabs/deep-copy", @@ -1989,16 +2200,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.4.3", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64" + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c151651fb6ed264038d486ea262e243af72e5e64", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b1be2c8530c4c29c3519a052c9fb6cee55053bbd", + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd", "shasum": "" }, "require": { @@ -2069,7 +2280,7 @@ "testing", "xunit" ], - "time": "2018-10-23T05:57:41+00:00" + "time": "2018-11-14T16:52:02+00:00" }, { "name": "pimple/pimple", @@ -2172,16 +2383,16 @@ }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, "require": { @@ -2215,7 +2426,7 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2018-11-20T15:27:04+00:00" }, { "name": "react/promise", @@ -2879,6 +3090,99 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, + { + "name": "seld/jsonlint", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", + "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Seld\\JsonLint\\": "src/Seld/JsonLint/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "JSON Linter", + "keywords": [ + "json", + "linter", + "parser", + "validator" + ], + "time": "2018-01-24T12:46:19+00:00" + }, + { + "name": "seld/phar-utils", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/phar-utils.git", + "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", + "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\PharUtils\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "PHAR file format utilities, for when PHP phars you up", + "keywords": [ + "phra" + ], + "time": "2015-10-13T18:44:15+00:00" + }, { "name": "symfony/console", "version": "v4.1.7", diff --git a/tests/DiTest.php b/tests/DiTest.php index df70ef8..23b6a72 100644 --- a/tests/DiTest.php +++ b/tests/DiTest.php @@ -3,11 +3,14 @@ use ApiClients\Tools\TestUtilities\TestCase; use React\EventLoop\LoopInterface; +/** + * @internal + */ final class DiTest extends TestCase { - public function testLoop() + public function testLoop(): void { - $root = dirname(__DIR__); + $root = \dirname(__DIR__); $path = $root . DIRECTORY_SEPARATOR . 'etc' . DIRECTORY_SEPARATOR . 'di' . DIRECTORY_SEPARATOR . 'event-loop.php'; $loop = (require $path)[LoopInterface::class]();