diff --git a/composer.json b/composer.json index 229776f..8fb587b 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,15 @@ { "name": "baopham/dynamodb", "description": "Eloquent syntax for DynamoDB", - "keywords": ["laravel", "dynamodb", "aws"], + "keywords": [ + "laravel", + "dynamodb", + "aws" + ], "require": { "aws/aws-sdk-php": "^3.0.0", - "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0", + "illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0" }, "license": "MIT", "authors": [ @@ -20,7 +24,7 @@ } }, "require-dev": { - "orchestra/testbench": "~3.0 || ~5.0" + "orchestra/testbench": "~3.0 || ~5.0|^8.0" }, "scripts": { "test": "phpunit",