Worked through some bugs, updated dependencies

The vendor directory is now just composer stuff. Planning to rearrange some
files soon but wanted to commit these changes. AYAH is now installed via
composer from a package I am maintaining and I dropped the test helpers as it
is a dev-only requirement (and that's assuming you even want to test).
This commit is contained in:
Joshua Sherman 2014-01-20 22:06:59 -05:00
parent c9f39e2e18
commit 293f618bef
43 changed files with 160 additions and 3148 deletions

View file

@ -21,7 +21,7 @@ PICKLES is in fact not a true MVC system and wont be masquerading around as o
### Required Software
* Web server of your choice (nginx is highly recommended)
* PHP 5.5+
* PHP 5.4+
Please note that strides are being made to be compatible with bleeding edge technologies. PICKLES is currently developed against PHP 5.5 and does not pass build tests against prior versions. This effort will be with somewhat of a reckless abandon towards backwards compatibility to keep up with deprecations within PHP.
@ -35,7 +35,9 @@ As developers we make demands that our end users use modern day browsers while w
* PostgreSQL with PDO and PDO_PGSQL drivers
* SQLite 3 with PDO and PDO_SQLITE drivers
* Memcached with the Memcache module
* composer if you want to compile LESS, SCSS or JS also necessary if you want to run the unit tests
* composer if you want to compile LESS, SCSS or JS also necessary if you want
to run the unit tests
* [ext/test_helpers](https://github.com/php-test-helpers/php-test-helpers) if you want to be able to run the test suite
## Installation