Skip to content

Commit

Permalink
Merge 2d59032 into 8adf84c
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed Aug 17, 2020
2 parents 8adf84c + 2d59032 commit 4349ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,17 +15,17 @@
"illuminate/support": "^5.6|^6.0|^7.0",
"illuminate/filesystem": "^5.6|^6.0|^7.0",
"illuminate/database": "^5.6|^6.0|^7.0",
"league/flysystem": "~1.0.23",
"league/flysystem": "^1.0.23",
"psr/http-message": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^3.3|^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0",
"vlucas/phpdotenv": "^3.3",
"league/flysystem-aws-s3-v3" : "~1.0.23",
"league/flysystem-aws-s3-v3" : "^1.0.23",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/promises": "^1.3",
"aws/aws-sdk-php": "~3.29.0",
"aws/aws-sdk-php": "^3.29.0",
"php-coveralls/php-coveralls": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit 4349ae5

Please sign in to comment.