Open boardmain opened 8 years ago
Your minimum-stability by default is stable so duccio/apns-php is not allowed to be installed as dev-master by that minimum-stability. To make it work update your composer.json with the following:
"minimum-stability": "dev",
"prefer-stable" : true
This basically means it will always use stable UNLESS there is no way to install a stable dependency, and therefore use dev.
hi im trying to install it but i have this errors