laravel-doctrine
laravel-doctrine copied to clipboard
installation problem
can`t install your package. problem with this line in your composer.json "doctrine/migrations": "dev-master#46a031ddaea47d0685200027cfe8c83b02aee6f6",
- atrauzzi/laravel-doctrine dev-master requires doctrine/migrations dev-master#46a031ddaea47d0685200027cfe8c83b02aee6f6 -> no matching package found.
Add these 2 lines to your composer.json
"minimum-stability": "dev", "prefer-stable": true
already done, but problem exist