tflori / collections
The Illuminate Collections package compatible with php 7.1.
Requires
- php: ^7.1|^8.0
Suggests
- symfony/var-dumper: Required to use the dump method (^5.1.4).
This package is auto-updated.
Last update: 2024-10-20 17:20:44 UTC
README
This is a fork of illuminate/collections with the dependencies included and the php dependency corrected.
Reason
The only reason I created this package was the compatibility to php 7.1. The collection nowhere needs php 7.3 but the
package is defined with php: "^7.3|^8.0"
and I was not able to depend on it in a library for 7.1.
Concerns
This package is separated from illuminate/framework and comes without tests as they are defined there. So we don't have tests for it and can't make sure everything works in php 7.1.
Support / Bugs
If you experience any type of bug please check first if that bug also exists in illuminate/collections and if so report it there.
For outdated versions or problems with compatibility to php >= 7.1 to php < 7.3 please create tickets in this project.