GoogleCloudPlatform / appengine-symfony-starter-project

Symfony Starter Project on Google App Engine
Apache License 2.0
42 stars 13 forks source link

fixes memcache sessions and cache #7

Closed bshaffer closed 8 years ago

bshaffer commented 8 years ago

@tmatsuo @dovy PTAL

@dovy - if you're up to the challenge, pull down my fork with the below commands and see if this works for you:

git checkout -b bshaffer-fixes-memcache-sessions-and-cache master
git pull https://github.com/bshaffer/appengine-symfony-starter-project.git fixes-memcache-sessions-and-cache
composer install
tmatsuo commented 8 years ago

Looks good, I think we should add some tests though. We can add tests later.

bshaffer commented 8 years ago

Absolutely! Added #8

bshaffer commented 8 years ago

@dovy you can just clone the latest branch using the instructions in the README now that this is in master

dovy commented 8 years ago

Yup, worked for me. ;)