Skip to content

Commit

Permalink
Bump dependencies for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and nelson6e65 committed Apr 18, 2023
1 parent d406957 commit bd3298b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -20,7 +24,7 @@
}
},
"require-dev": {
"orchestra/testbench": "~3.0 || ~5.0"
"orchestra/testbench": "~3.0 || ~5.0|^8.0"
},
"scripts": {
"test": "phpunit",
Expand Down

0 comments on commit bd3298b

Please sign in to comment.