is the first time i use circleCi (and Yii2), and i am facing a problem related to composer: here you can see the build
As you can see composer can't find the package for php >= 5.4.0. So the build fails.
cebe/markdown 1.0.1 requires php >=5.4.0 -> no matching package found.
what i can do here? i searched on the web without success.
Thanks and Regards
Based on a message from circleCi site:
I created a circle.yml file and added the following configuration
And my composer.json looks like this (default for yii2 advanced template):
after that, builds executed successfully
Thanks