diff --git a/composer.json b/composer.json index f3719352..481a444e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ergebnis/phpstan-rules": "~0.15.2", "ergebnis/test-util": "^1.3.0", "infection/infection": "~0.15.3", - "jangregor/phpstan-prophecy": "~0.8.0", + "jangregor/phpstan-prophecy": "~0.8.1", "phpstan/extension-installer": "^1.0.5", "phpstan/phpstan": "~0.12.52", "phpstan/phpstan-deprecation-rules": "~0.12.5", diff --git a/composer.lock b/composer.lock index 4b1c96fe..7d72c3f0 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": "38ce87f789be4bd6b227b953b0e9b84d", + "content-hash": "c2758ab6257450f0bf119a0fa2813989", "packages": [], "packages-dev": [ { @@ -1422,20 +1422,20 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "0.8.0", + "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "d599ec96dce8087ba4f32d7d9f9cb4565239e3db" + "reference": "f01ca476840c370bbf9c224aed25fca60eecca9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/d599ec96dce8087ba4f32d7d9f9cb4565239e3db", - "reference": "d599ec96dce8087ba4f32d7d9f9cb4565239e3db", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/f01ca476840c370bbf9c224aed25fca60eecca9d", + "reference": "f01ca476840c370bbf9c224aed25fca60eecca9d", "shasum": "" }, "require": { - "php": "^7.1", + "php": "^7.1 || ^8.0", "phpstan/phpstan": "^0.12.6" }, "conflict": { @@ -1445,7 +1445,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.1.1", "ergebnis/license": "^1.0.0", - "ergebnis/php-cs-fixer-config": "~1.1.2", + "ergebnis/php-cs-fixer-config": "~2.2.0", "phpspec/prophecy": "^1.7.0", "phpunit/phpunit": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" }, @@ -1455,11 +1455,6 @@ "includes": [ "extension.neon" ] - }, - "violinist": { - "allow_updates_beyond_constraint": 0, - "one_pull_request_per_package": 1, - "update_with_dependencies": 1 } }, "autoload": { @@ -1488,7 +1483,7 @@ "type": "github" } ], - "time": "2020-05-12T08:04:04+00:00" + "time": "2020-10-24T15:04:14+00:00" }, { "name": "justinrainbow/json-schema",