diff --git a/composer.lock b/composer.lock index 517433c..395c6e4 100644 --- a/composer.lock +++ b/composer.lock @@ -1170,7 +1170,7 @@ }, { "name": "illuminate/bus", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", @@ -1223,7 +1223,7 @@ }, { "name": "illuminate/cache", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", @@ -1285,7 +1285,7 @@ }, { "name": "illuminate/collections", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", @@ -1340,7 +1340,7 @@ }, { "name": "illuminate/conditionable", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1386,7 +1386,7 @@ }, { "name": "illuminate/config", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", @@ -1434,7 +1434,7 @@ }, { "name": "illuminate/console", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", @@ -1499,7 +1499,7 @@ }, { "name": "illuminate/container", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", @@ -1550,7 +1550,7 @@ }, { "name": "illuminate/contracts", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1598,7 +1598,7 @@ }, { "name": "illuminate/events", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", @@ -1653,7 +1653,7 @@ }, { "name": "illuminate/filesystem", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", @@ -1717,7 +1717,7 @@ }, { "name": "illuminate/macroable", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1763,7 +1763,7 @@ }, { "name": "illuminate/pipeline", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", @@ -1811,7 +1811,7 @@ }, { "name": "illuminate/process", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/process.git", @@ -1862,7 +1862,7 @@ }, { "name": "illuminate/support", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", @@ -1933,7 +1933,7 @@ }, { "name": "illuminate/testing", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/testing.git", @@ -1992,7 +1992,7 @@ }, { "name": "illuminate/view", - "version": "v10.30.0", + "version": "v10.30.1", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", @@ -3356,20 +3356,20 @@ }, { "name": "pestphp/pest", - "version": "v2.24.1", + "version": "v2.24.2", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "fd4f161edd0e26029ba9efb769cfe16bf5483840" + "reference": "0a680dd06e02bdc58132d6bb3f155498355160a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/fd4f161edd0e26029ba9efb769cfe16bf5483840", - "reference": "fd4f161edd0e26029ba9efb769cfe16bf5483840", + "url": "https://api.github.com/repos/pestphp/pest/zipball/0a680dd06e02bdc58132d6bb3f155498355160a5", + "reference": "0a680dd06e02bdc58132d6bb3f155498355160a5", "shasum": "" }, "require": { - "brianium/paratest": "^7.3.0", + "brianium/paratest": "^7.3.1", "nunomaduro/collision": "^7.10.0|^8.0.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", @@ -3411,6 +3411,11 @@ "Pest\\Plugins\\Version", "Pest\\Plugins\\Parallel" ] + }, + "phpstan": { + "includes": [ + "extension.neon" + ] } }, "autoload": { @@ -3443,7 +3448,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.24.1" + "source": "https://github.com/pestphp/pest/tree/v2.24.2" }, "funding": [ { @@ -3455,7 +3460,7 @@ "type": "github" } ], - "time": "2023-10-26T15:02:35+00:00" + "time": "2023-11-01T23:10:11+00:00" }, { "name": "pestphp/pest-plugin",