Brain-WP / Cortex

Routing system for WordPress
MIT License
347 stars 20 forks source link

PHP Fatal Error·Interface 'Psr\Http\Message\UriInterface' not found #10

Closed audvin closed 8 years ago

audvin commented 8 years ago

Hi,

I'm having a curious bug here. Cortex and my code works great in my staging environment, but as soon as I pull to production I get this error:

PHP Fatal Error·Interface 'Psr\Http\Message\UriInterface' not found

screen shot 2016-03-09 at 4 30 41 pm

I've been unable to find a solution. Any tips?

I'm using "brain/cortex": "~1.0.0"

gmazzap commented 8 years ago

Hi, you have to use 0.1.* version. 1.* has breaking changes.