diff --git a/composer.json b/composer.json index 57c4314..b93553b 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ } ], "require": { - "php": "^7.3", - "illuminate/support": "^8.83", - "illuminate/container": "^8.83" + "php": ">=7.3", + "illuminate/support": ">=8.83", + "illuminate/container": ">=8.83" }, "require-dev": { "phpunit/phpunit": "^9.6", diff --git a/composer.lock b/composer.lock index 2c6434b..0543065 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "943a574a64da89449c369f56f792a403", + "content-hash": "9f056419a17bf693ef23fd5110887a88", "packages": [ { "name": "doctrine/inflector", @@ -4806,7 +4806,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3" + "php": ">=7.3" }, "platform-dev": [], "plugin-api-version": "2.3.0"