Skip to content

Commit

Permalink
Merge pull request #195 from plank/composer-version-constraints
Browse files Browse the repository at this point in the history
Fix league/flysystem being locked to 1.0.X minor version
  • Loading branch information
frasmage authored Aug 17, 2020
2 parents 8adf84c + 2d59032 commit e85f05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
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 e85f05b

Please sign in to comment.