enygma / expose

An Intrusion Detection System library loosely based on PHP IDS
MIT License
266 stars 55 forks source link

Updated composer to allow symfony/console 2.1 and higher #19

Closed zachbadgett closed 11 years ago

zachbadgett commented 11 years ago

Expose passes all tests with symfony/console 2.3.2

zachbadgett commented 11 years ago

Tested with monolog with 1.4 and above, passed all tests.

enygma commented 11 years ago

cool :) thanks for the update....was this based on some specific need in your environment?

zachbadgett commented 11 years ago

Yes sir! Using Symfony 2.3.2 which caused a conflict with console 2.1. Including a higher version of monolog wasn't a big deal, but other projects may not want to use 1.6-dev.

enygma commented 11 years ago

makes sense :) It's not really using anything that'd cause issues with those version jumps anyway... thanks!