Tharos / LeanMapper

Lean Mapper is a tiny ORM based on powerful Dibi database abstraction library for PHP.
MIT License
87 stars 35 forks source link

Drop support for obsolete PHP versions #138

Closed dakujem closed 5 years ago

dakujem commented 5 years ago

http://php.net/supported-versions.php

Resons for the change:

janpecha commented 5 years ago

Thanks, I plan it (with PHP 5.6) for Lean Mapper 4.x.

dakujem commented 5 years ago

Which versions of PHP will 4.x support?

janpecha commented 5 years ago

I plan PHP 7.1+ (because Dibi 4.x requires PHP 7.1+)

dakujem commented 5 years ago

As does Nette 3.x ... I had the feeling. Thanks.