ThaDafinser / ZfcDatagrid

New package available here (see website)
https://github.com/zfc-datagrid/zfc-datagrid/
MIT License
86 stars 57 forks source link

zf3 support #241

Closed kokspflanze closed 8 years ago

kokspflanze commented 8 years ago

Hi,

prepare zf3 support

i changed the factory system so zf2 and zf3 should now work.

added php-nightly in travis

known problem:

my PR goes to develop, so everyone can test the changes if ppl upgrade to zf3 too.

from my site we can also drop PHP 5.5 support (http://php.net/supported-versions.php)

ThaDafinser commented 8 years ago

@kokspflanze thank you for the PR.

Byside the TCPDF change, why does tag 1.0 from DoctrineORM does not work? https://github.com/doctrine/DoctrineORMModule/releases

ThaDafinser commented 8 years ago

:+1: for php 5.5 drop. Since it's EOL http://php.net/eol.php

kokspflanze commented 8 years ago

doctrine 1.0 doesnt support ZF3-mvc, so for the unit test and all testing parts i added temp the dev-master, we can remove it if they create a new release.

kokspflanze commented 8 years ago

the TCPDF changes come from https://github.com/ThaDafinser/ZfcDatagrid/pull/237 that is atm not in develop =)

kokspflanze commented 8 years ago

dev-master removed with https://github.com/ThaDafinser/ZfcDatagrid/pull/246