diff options
author | Dracony <draconyster@gmail.com> | 2015-09-25 15:40:13 +0200 |
---|---|---|
committer | Dracony <draconyster@gmail.com> | 2015-09-25 15:40:13 +0200 |
commit | cba998608593c5009c21fb2b3f6cff8d1029f55b (patch) | |
tree | 6c630ff711b4aeea8e2b8a91731476ba8482d58a | |
parent | 063210e62e29f68e07c9767ced53bb19e73350cc (diff) | |
download | PHPixie-cba998608593c5009c21fb2b3f6cff8d1029f55b.zip PHPixie-cba998608593c5009c21fb2b3f6cff8d1029f55b.tar.gz PHPixie-cba998608593c5009c21fb2b3f6cff8d1029f55b.tar.bz2 |
added web folder
-rw-r--r-- | bundles/app/web/.gitkeep | 0 | ||||
-rwxr-xr-x | composer.json | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bundles/app/web/.gitkeep b/bundles/app/web/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bundles/app/web/.gitkeep diff --git a/composer.json b/composer.json index cd19252..052a6ef 100755 --- a/composer.json +++ b/composer.json @@ -36,7 +36,9 @@ "phpixie/auth-processors": "3.*@dev", "phpixie/security": "3.*@dev", "phpixie/auth-http": "3.*@dev", - "phpixie/auth-login": "3.*@dev" + "phpixie/auth-login": "3.*@dev", + "phpixie/paginate": "3.*@dev", + "phpixie/paginate-orm": "3.*@dev" }, "require-dev": { "phpixie/test": "3.*@dev" |