From 0fdc300f334ae828c22695f7825aa022541cbdd8 Mon Sep 17 00:00:00 2001 From: Austin Collier Date: Thu, 29 Aug 2024 07:32:35 -0600 Subject: [PATCH] updated runway dependency version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf59bbf..6fec7c5 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "require-dev": { "ext-pdo_sqlite": "*", - "flightphp/runway": "^0.2.0", + "flightphp/runway": "^0.2.3", "league/container": "^4.2", "level-2/dice": "^4.0", "phpstan/extension-installer": "^1.3",