Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies 20220801 #143

Merged
merged 2 commits into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@
"bamarni/composer-bin-plugin": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hemant-mann/flysystem-dropbox.git"
}
Comment on lines +12 to +15
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been added because the latest version 1.0.5 is not published on Packagist (yet?)

We can reliably get 1.0.5 from the tag on GitHub this way.

],
"require": {
"kunalvarma05/dropbox-php-sdk": "^0.2",
"hemant-mann/flysystem-dropbox": "^1.0"
"kunalvarma05/dropbox-php-sdk": "^0.4.1",
"hemant-mann/flysystem-dropbox": "^1.0.5"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
"bamarni/composer-bin-plugin": "^1.8"
},
"extra": {
"bamarni-bin": {
Expand Down
Loading