Skip to content

Tags: cloudlayerio/cloudlayerio-php

Tags

v2.0.0

Toggle v2.0.0's commit message
fix: remove readonly class syntax for PHP 8.1 compatibility

`readonly class` is PHP 8.2+. Replace with `final class` and
per-property `readonly` where needed for PHP 8.1 support.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

1.03

Toggle 1.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

1.02

Toggle 1.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

1.01

Toggle 1.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md