PHPIDS / PHPIDS

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application
GNU Lesser General Public License v3.0
791 stars 224 forks source link

PHPIDS problem to install with Yii2 #67

Open p4scu41 opened 9 years ago

p4scu41 commented 9 years ago

I am trying to install PHPIDS in Yii2 Basic, but the problem is that yii2 requiere htmlpurifier 4.6.* and PHPIDS require htmlpurifier dev-master.

How can I fix this problem ??? error

clphillips commented 9 years ago

Clone PHPIDS and change composer.json to require "ezyang/htmlpurifier":"4.*".

While you're at it, you should then submit that change with a PR to this repo, because it's just nonsense to use "dev-master".