Skip to content

composer update #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VOD SDK is a client package to connect to Arvan VOD API to make your life much easier :)

## This is forked because composer wasn't able to download the main package

### This package has written in pure php which can be implemented in any PHP framework.

#### For more details please kindly take a look at the [API Doc](https://napi.arvancloud.com/docs/vod/2.0#/)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3",
"ankitpokhrel/tus-php": "^0.0.0"
"ankitpokhrel/tus-php": "^1.0.0"
},
"autoload": {
"psr-4": {
"Arvan\\Vod\\": "src/"
}
}
}
}
Loading