Skip to content

Commit 6aff7d1

Browse files
authored
Merge pull request #39 from lenderspender/laravel-10
Add support for Laravel 10
2 parents f05a65b + 7ca7abb commit 6aff7d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
],
2323
"require": {
2424
"php": ">=7.1.3",
25-
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/queue": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0",
2727
"aws/aws-sdk-php": "^3.62"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8",
30+
"phpunit/phpunit": "^8|^9",
3131
"squizlabs/php_codesniffer": "^3",
32-
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0"
32+
"orchestra/testbench": "~3.8|^4.0|^5.0|^6.0|^7.0|^8.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)