sebastian/version
Library for deriving a PHP project’s version from Git. Provide a release string and project path; Version::asString() returns the release, a -dev suffix, or git describe output (tags/commits) depending on repo state and release format.
The package has critical compatibility issues due to its PHP version requirement (>=8.4) in composer.json, which is impossible to satisfy as PHP 8.4 has not been released (current stable versions are 8.2/8.3). The "last release" date (2026-02-06) is also in the future, indicating potential data inaccuracies. With 0 direct dependents despite 6.5k stars, the package appears disconnected from real-world usage. The core functionality (Git-based version string generation) is simple but irrelevant for current environments. Key risks include: 1) complete incompatibility with all active PHP versions, 2) unverified release metadata, and 3) zero adoption signals. Critical questions: Why does this package claim PHP 8.4 support when it doesn't exist? Is this a data error in the repository metadata? What is the actual maintenance status given the future release date?
Integration is impossible with current PHP versions due to the >=8.4 requirement. There is no feasible migration path
How can I help you explore Laravel packages today?