Avoid exact version constraint
This commit is contained in:
parent
8c118e6ca5
commit
fc6a6120be
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
"type": "project",
|
||||
"require": {
|
||||
"smarty/smarty": "~3.1.29",
|
||||
"rg3/youtube-dl": "2016.04.13",
|
||||
"rg3/youtube-dl": "~2016.04.13",
|
||||
"slim/slim": "3.x-dev",
|
||||
"mathmarques/smarty-view": "~1.1.0",
|
||||
"symfony/yaml": "~3.0.0",
|
||||
|
|
4
composer.lock
generated
4
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": "e173fa909efaf932dcbc99c365645eaf",
|
||||
"content-hash": "54da2bfd3a8f04d66a1cd4465ec0a261",
|
||||
"hash": "f753f2447bc606e2ab66785d88bd1189",
|
||||
"content-hash": "cddbd63bbeaecc24145efac93485ae1f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "container-interop/container-interop",
|
||||
|
|
Loading…
Reference in a new issue