From 62d1647c0a551027064cd82ad8481db789240748 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 17 Mar 2023 16:38:41 -0400 Subject: [PATCH] Update aviat/query to fix PHP 8.2 deprecation notice --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2667d963..626d2003 100644 --- a/composer.json +++ b/composer.json @@ -30,13 +30,12 @@ "lock": false }, "require": { - "amphp/amp": "^2.5.0", "amphp/http-client": "^4.5.0", "aura/html": "^2.5.0", "aura/router": "^3.1.0", "aura/session": "^2.1.0", "aviat/banker": "^4.1.2", - "aviat/query": "^4.0.0", + "aviat/query": "^4.1.0", "ext-dom": "*", "ext-gd": "*", "ext-intl": "*", @@ -56,9 +55,9 @@ }, "require-dev": { "phpstan/phpstan": "^1.2.0", - "phpunit/phpunit": "^9.5.0", + "phpunit/phpunit": "^10.0.0", "roave/security-advisories": "dev-master", - "spatie/phpunit-snapshot-assertions": "^4.1.0" + "spatie/phpunit-snapshot-assertions": "^5.0.1" }, "scripts": { "build:css": "cd public && npm run build:css && cd ..",