diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index f6c0764572..046e2b04cf 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,6 @@ "autoload-dev": { "classmap": [ "tests/TestCase.php", - "tests/MockGlobalFunctions.php", "tests/app/Elements/AbstractElementTestCase.php" ] }, @@ -32,7 +31,7 @@ } }, "require": { - "php": "8.3 - 8.4", + "php": "8.3 - 8.5", "ext-ctype": "*", "ext-curl": "*", "ext-gd": "*", |
