From ca64cf8d224b471066842417fe36bfd4f17ae8c2 Mon Sep 17 00:00:00 2001 From: pfvatterott Date: Thu, 2 Jan 2025 09:58:04 -0700 Subject: [PATCH] Update composer.json --- src/PropelAuth/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PropelAuth/composer.json b/src/PropelAuth/composer.json index 07e2f4c55..79a9b5753 100644 --- a/src/PropelAuth/composer.json +++ b/src/PropelAuth/composer.json @@ -21,7 +21,7 @@ "docs": "https://socialiteproviders.com/propelauth" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "ext-json": "*", "socialiteproviders/manager": "^4.2" },