Added a comment about 5.3 compat files (GitHub #21)

This commit is contained in:
Gregory Oschwald 2014-08-07 06:36:04 -07:00
parent a9fa7194aa
commit 942ba4b8f5

View File

@ -293,6 +293,9 @@ This library works and is tested with HHVM.
This library also relies on the [Guzzle HTTP client](http://guzzlephp.org/)
and the [MaxMind DB Reader](https://github.com/maxmind/MaxMind-DB-Reader-php).
If you are using PHP 5.3 with an autoloader besides Composer, you must load
`JsonSerializable.php` in the `compat` directory.
## Contributing ##
Patches and pull requests are encouraged. All code should follow the