VarDumper is only used for dev
This commit is contained in:
parent
05b144cb7b
commit
a0cec7bfcf
2 changed files with 8 additions and 5 deletions
|
@ -6,7 +6,9 @@
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
"smarty/smarty": "~3.1",
|
"smarty/smarty": "~3.1",
|
||||||
"rg3/youtube-dl": "2015.10.24",
|
"rg3/youtube-dl": "2015.10.24"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
"symfony/var-dumper": "~2.7.6"
|
"symfony/var-dumper": "~2.7.6"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
9
composer.lock
generated
9
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": "0f26a6f71839164cb9ca3b6905832232",
|
"hash": "3dbe1326b363d56d544801b87ad0ee5e",
|
||||||
"content-hash": "34cc3c83cf4cbf26da3aa7c8f15a4b50",
|
"content-hash": "30052efb27250d4c6eb0a5bb39518987",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "rg3/youtube-dl",
|
"name": "rg3/youtube-dl",
|
||||||
|
@ -71,7 +71,9 @@
|
||||||
"templating"
|
"templating"
|
||||||
],
|
],
|
||||||
"time": "2015-06-18 00:55:59"
|
"time": "2015-06-18 00:55:59"
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "symfony/var-dumper",
|
"name": "symfony/var-dumper",
|
||||||
"version": "v2.7.6",
|
"version": "v2.7.6",
|
||||||
|
@ -129,7 +131,6 @@
|
||||||
"time": "2015-10-25 17:17:38"
|
"time": "2015-10-25 17:17:38"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue