Skip to content

Commit

Permalink
Merge pull request #89 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 31, 2023
2 parents 7946bee + 6222463 commit 984aac6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
"type": "project",
"description": "Package that makes Laravel work on AWS Lambda with Bref",
"homepage": "https://bref.sh/docs/frameworks/laravel.html",
"keywords": ["bref", "serverless", "aws", "lambda", "faas"],
"keywords": [
"bref",
"serverless",
"aws",
"lambda",
"faas"
],
"autoload": {
"psr-4": {
"Bref\\LaravelBridge\\": "src"
Expand All @@ -19,14 +25,14 @@
"php": ">=7.3",
"ext-json": "*",
"bref/bref": "^1.0|^2.0",
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"aws/aws-sdk-php": "^3.134"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mnapoli/hard-mode": "^0.3.0",
"phpstan/phpstan": "^0.12.0",
"phpstan/phpstan": "^0.12.0|^1.9",
"symfony/filesystem": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0",
"squizlabs/php_codesniffer": "^3.6"
Expand Down

0 comments on commit 984aac6

Please sign in to comment.