In our Scrutinizer build we have
- sudo apt-get -q -y install software-properties-common python-software-properties
- sudo apt-add-repository -y ppa:phalcon/stable
- sudo apt-get update
- sudo apt-get -q -y install php5-phalcon
Today version 2.0 has been installed :)
The problem is that our code is not ready for the migration and we want to install version 1.3.4. Can you add the old version in the ppa repo to allow us to execute something like:
- sudo apt-get -q -y install php5-phalcon=1.3.4-ppa1~trusty
Lots of thanks and congrats for the great job!