Skip to content

Commit

Permalink
Updating readme with new Known Issues section thanks to issue 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
meenie committed Apr 27, 2013
1 parent 8afe045 commit baf3eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -254,3 +254,8 @@ If for some reason you would like to prevent Munee from setting any headers, you
```php
$content = \Munee\Dispatcher::run(new \Munee\Request(array('files' => '/css/site.css')), array('setHeaders' => false));
```

Known Issues
------------

Munee will *not* work with PHP 5.3.1 as there is an issue with running procted methods in the wrong context. Please update your version of PHP as I will not be fixing this. - [Read More](https://github.com/meenie/munee/issues/15)

0 comments on commit baf3eeb

Please sign in to comment.