Skip to content

Commit a95bdfc

Browse files
authored
Support Laravel 8 (#16)
1 parent e61d7e9 commit a95bdfc

File tree

2 files changed

+2577
-880
lines changed

2 files changed

+2577
-880
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.1.3",
22-
"illuminate/support": "^6.0|^7.0",
21+
"php": "^7.3.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0",
2323
"aws/aws-sdk-php": "^3.52"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^5.0",
26+
"orchestra/testbench": "^6.0",
2727
"phpunit/phpunit": "^8.0|^9.0"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)