Avoid exact version constraint
This commit is contained in:
parent
e21b4caaf8
commit
f8b08acd10
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty": "~3.1.29",
|
"smarty/smarty": "~3.1.29",
|
||||||
"rg3/youtube-dl": "~2016.07.26",
|
"rg3/youtube-dl": "~2016.07.26",
|
||||||
"slim/slim": "3.5.0",
|
"slim/slim": "~3.5.0",
|
||||||
"mathmarques/smarty-view": "~1.1.0",
|
"mathmarques/smarty-view": "~1.1.0",
|
||||||
"symfony/yaml": "~3.1.0",
|
"symfony/yaml": "~3.1.0",
|
||||||
"symfony/process": "~3.1.0",
|
"symfony/process": "~3.1.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",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "483d889796869f2dae339dd9d899b3c9",
|
"hash": "2afe3e4c1f053ce8a1dc13887ea3aa8c",
|
||||||
"content-hash": "08f1b6127328a6070354963ec15f5c1b",
|
"content-hash": "2c86697f5f04b91631cd33dbedce3179",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "container-interop/container-interop",
|
"name": "container-interop/container-interop",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue