Skip to content

Commit

Permalink
Support Laravel 8 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebarlow authored Nov 3, 2020
1 parent e61d7e9 commit a95bdfc
Show file tree
Hide file tree
Showing 2 changed files with 2,577 additions and 880 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
}
],
"require": {
"php": "^7.1.3",
"illuminate/support": "^6.0|^7.0",
"php": "^7.3.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit a95bdfc

Please sign in to comment.