Merge tag '0.5.0' into develop
Updated to Slim 3 Now compatible with Windows Better process handling Better UI for format selection Use PSR streams everywhere HTTPS support
This commit is contained in:
commit
cbf8a5ec2c
3 changed files with 9 additions and 9 deletions
|
@ -6,8 +6,8 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"smarty/smarty": "~3.1.29",
|
||||
"rg3/youtube-dl": "~2016.06.26",
|
||||
"slim/slim": "3.5.0",
|
||||
"rg3/youtube-dl": "~2016.07.26",
|
||||
"slim/slim": "~3.5.0",
|
||||
"mathmarques/smarty-view": "~1.1.0",
|
||||
"symfony/yaml": "~3.1.0",
|
||||
"symfony/process": "~3.1.0",
|
||||
|
@ -30,11 +30,11 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "rg3/youtube-dl",
|
||||
"version": "2016.06.26",
|
||||
"version": "2016.07.26",
|
||||
"source": {
|
||||
"url": "https://github.com/rg3/youtube-dl.git",
|
||||
"type": "git",
|
||||
"reference": "2016.06.26"
|
||||
"reference": "2016.07.26"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
|
|
8
composer.lock
generated
8
composer.lock
generated
|
@ -4,8 +4,8 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "4eda7a7370cc96578d4b5a7a6fffb4ff",
|
||||
"content-hash": "cb8898e6173b6d8e835dd11352f9268c",
|
||||
"hash": "2afe3e4c1f053ce8a1dc13887ea3aa8c",
|
||||
"content-hash": "2c86697f5f04b91631cd33dbedce3179",
|
||||
"packages": [
|
||||
{
|
||||
"name": "container-interop/container-interop",
|
||||
|
@ -400,11 +400,11 @@
|
|||
},
|
||||
{
|
||||
"name": "rg3/youtube-dl",
|
||||
"version": "2016.06.26",
|
||||
"version": "2016.07.26",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rg3/youtube-dl.git",
|
||||
"reference": "2016.06.26"
|
||||
"reference": "2016.07.26"
|
||||
},
|
||||
"type": "library"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "alltube",
|
||||
"version": "0.4.5",
|
||||
"version": "0.5.0",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"grunt": "~1.0.1",
|
||||
|
|
Loading…
Reference in a new issue