ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

removing psr-7 code and tests #149

Closed dragoonis closed 8 years ago

dragoonis commented 8 years ago

I have removed psr7 request and response class references from the code. We're now relying on PPI Request/Response type hinting.

I removed all unit tests for psr-7 and symfony for request / response, because if you now look at the classes, they have no body code and do nothing but extend raw symfony. this is good.