Skip to content

Commit

Permalink
Merge pull request #49 from gitetsu/patch-1
Browse files Browse the repository at this point in the history
Add support for Package Discovery
  • Loading branch information
dusterio authored Sep 22, 2021
2 parents e9d169a + c1ac1ce commit ad0bee2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*|^6.0|^7.0|^8.0",
"illuminate/queue": "5.*|^6.0|^7.0|^8.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0",
"aws/aws-sdk-php": "~3.0"
"illuminate/queue": "5.*|^6.0|^7.0|^8.0",
"illuminate/bus": "5.*|^6.0|^7.0|^8.0",
"aws/aws-sdk-php": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand All @@ -27,5 +27,12 @@
"psr-4": {
"Dusterio\\PlainSqs\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Dusterio\\PlainSqs\\Integrations\\LaravelServiceProvider"
]
}
}
}

0 comments on commit ad0bee2

Please sign in to comment.