Skip to content

Commit bffc841

Browse files
authored
Merge pull request #2 from cwilby/master
Support Laravel 7
2 parents 4b8683f + 3e163b8 commit bffc841

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
@@ -15,17 +15,17 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1",
18+
"php": "^7.2.5",
1919
"aws/aws-sdk-php": "^3.0",
2020
"league/flysystem-aws-s3-v3": "^1.0",
2121
"graham-campbell/manager": "^4.2",
22-
"illuminate/support": "5.8.*",
23-
"illuminate/contracts": "5.8.*"
22+
"illuminate/support": "^5.8|^6.0|^7.0",
23+
"illuminate/contracts": "^5.8|^6.0|^7.0"
2424
},
2525
"require-dev": {
2626
"graham-campbell/testbench": "^5.2",
2727
"mockery/mockery": "^1.2",
28-
"phpunit/phpunit": "^7.0"
28+
"phpunit/phpunit": "^8.5"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)