diff --git a/composer.json b/composer.json index 5a0968a..3dd4698 100644 --- a/composer.json +++ b/composer.json @@ -41,12 +41,6 @@ "class": "Infection\\TestFramework\\Codeception\\CodeceptionAdapterFactory" } }, - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:maks-rafalko/infection-include-interceptor.git" - } - ], "require-dev": { "phpunit/phpunit": "^8.5" } diff --git a/composer.lock b/composer.lock index ef07c3e..e9cd83d 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": "a2c3deb39c97efcf82e14c4a0541242a", + "content-hash": "63a231488e604a8ab22ebbb97b86d78b", "packages": [ { "name": "infection/abstract-testframework-adapter", @@ -44,12 +44,12 @@ "version": "0.2.0", "source": { "type": "git", - "url": "https://github.com/maks-rafalko/infection-include-interceptor.git", + "url": "https://github.com/infection/include-interceptor.git", "reference": "02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maks-rafalko/infection-include-interceptor/zipball/02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158", + "url": "https://api.github.com/repos/infection/include-interceptor/zipball/02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158", "reference": "02f9f90ef598bb09a2bbbe7cf7a6adeabf7b3158", "shasum": "" }, @@ -62,11 +62,7 @@ "Infection\\StreamWrapper\\": "src/" } }, - "autoload-dev": { - "psr-4": { - "Infection\\Tests\\StreamWrapper\\": "tests/" - } - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], @@ -77,10 +73,6 @@ } ], "description": "Stream Wrapper: Include Interceptor. Allows to replace included (autoloaded) file with another one.", - "support": { - "source": "https://github.com/maks-rafalko/infection-include-interceptor/tree/master", - "issues": "https://github.com/maks-rafalko/infection-include-interceptor/issues" - }, "time": "2020-01-17T21:20:28+00:00" }, {