tawfekov / ZF2EntityAudit

EntityAudit Module for Zend Framework2 + Doctrine 2
tawfekov.github.io/ZF2EntityAudit
MIT License
17 stars 14 forks source link

ZF2EntityAudit PHP 5.6 #31

Open faoliva opened 5 years ago

faoliva commented 5 years ago

Hi Tawfeov

Thanks for share your work on ZF2EntityAudit module!

Could you please, do an extra effort and make ZF2EntityAudit compatible with PHP 5.6 again on dev-master?

Last month you make same changes, and in same clases introduce PHP 7 code, for example in class: "ZF2EntityAudit/Audit/Configuration" method "public function getNoteFormField(): string" or "public function setNoteFormField(string $noteFormField): Configuration".

I try to use 0.2-stable version but composer.json requires ""doctrine/doctrine-orm-module": "0.8.*@dev"", that version of doctrine is not compatible with my project. But in dev-master require ""doctrine/doctrine-orm-module": ">=0.8"" so i was usig this version (on my own risk).

So if you could make that changes i will be very grateful to you!

Thank you!

tawfekov commented 4 years ago

Hi @faoliva I really still wonder why you are using php 5.6 but I can accept your changes