Skip to content

Commit 984aac6

Browse files
authored
Merge pull request #89 from laravel-shift/l10-compatibility
2 parents 7946bee + 6222463 commit 984aac6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

composer.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"type": "project",
55
"description": "Package that makes Laravel work on AWS Lambda with Bref",
66
"homepage": "https://bref.sh/docs/frameworks/laravel.html",
7-
"keywords": ["bref", "serverless", "aws", "lambda", "faas"],
7+
"keywords": [
8+
"bref",
9+
"serverless",
10+
"aws",
11+
"lambda",
12+
"faas"
13+
],
814
"autoload": {
915
"psr-4": {
1016
"Bref\\LaravelBridge\\": "src"
@@ -19,14 +25,14 @@
1925
"php": ">=7.3",
2026
"ext-json": "*",
2127
"bref/bref": "^1.0|^2.0",
22-
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0",
23-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
28+
"illuminate/queue": "^6.0|^7.0|^8.0|^9.0|^10.0",
29+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
2430
"aws/aws-sdk-php": "^3.134"
2531
},
2632
"require-dev": {
2733
"phpunit/phpunit": "^9.0",
2834
"mnapoli/hard-mode": "^0.3.0",
29-
"phpstan/phpstan": "^0.12.0",
35+
"phpstan/phpstan": "^0.12.0|^1.9",
3036
"symfony/filesystem": "^5.0|^6.0",
3137
"symfony/process": "^5.0|^6.0",
3238
"squizlabs/php_codesniffer": "^3.6"

0 commit comments

Comments
 (0)