Skip to content

Commit

Permalink
Merge pull request #24 from miholeus/master
Browse files Browse the repository at this point in the history
New versions of libraries
  • Loading branch information
Mulkave authored Sep 7, 2020
2 parents 0f9cf9b + 2094ee2 commit 64cda8a
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}
],
"require": {
"php": ">=7.0.1",
"illuminate/support": "^5.5",
"illuminate/console": "^5.5",
"thruway/client": "^0.5.3",
"thruway/pawl-transport": "^0.5.0"
"php": "^7.1",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0",
"thruway/client": "^0.5",
"thruway/pawl-transport": "^0.5"
},
"require-dev": {
"phpunit/phpunit": "^6",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "^7|^8|^9",
"mockery/mockery": "0.9.*|^1.0",
"squizlabs/php_codesniffer": "^3.2",
"friendsofphp/php-cs-fixer": "^2.11"
},
Expand All @@ -31,6 +31,16 @@
"Examples/basic"
]
},
"extra": {
"laravel": {
"providers": [
"Vinelab\\Minion\\MinionServiceProvider"
],
"aliases": {
"Minion": "Vinelab\\Minion\\Facade\\Minion"
}
}
},
"bin": ["minion"],
"minimum-stability": "stable"
}

0 comments on commit 64cda8a

Please sign in to comment.