Development branches removed from composer dependencies

This commit is contained in:
Prashant Singh 2019-09-05 13:23:33 +05:30
parent f9580b077a
commit 70f3cf6219
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-tokenizer": "*",
"barryvdh/laravel-dompdf": "^0.8.0@dev",
"barryvdh/laravel-dompdf": "0.8.3",
"dimsav/laravel-translatable": "^9.0",
"doctrine/dbal": "^2.9@dev",
"doctrine/dbal": "2.9.2",
"fideloper/proxy": "^4.0",
"flynsarmy/db-blade-compiler": "*",
"guzzlehttp/guzzle": "~6.0",