diff --git a/composer.json b/composer.json index ed32a75..884c484 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "license": "MIT", "homepage": "https://laratranslate.com/", "require": { - "php": ">=5.6.0", + "php": ">=7.4", "ext-curl": "*", "ext-json": "*" }, @@ -21,4 +21,4 @@ "Lara\\": "src/" } } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 77fee46..ebf3964 100644 --- a/composer.lock +++ b/composer.lock @@ -4,19 +4,19 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "33fce588ab23b785afe236adbd209294", + "content-hash": "ff0c0c49bce2bf2b3dba05fd3988c20e", "packages": [], "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.6.0", + "php": ">=7.4", "ext-curl": "*", "ext-json": "*" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }