Skip to content

Tags: adamnicholson/Chief

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from adamnicholson/feature/fix-test-warnings

Fix PHP 8.4 deprecated warnings

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from adamnicholson/feature/php8

Add PHP8 Support

1.4.0

Toggle 1.4.0's commit message
Merge pull request #3 from jmowatt/readme-patch

Fix documentation for Handlers bound by class name

1.3.0-alpha2

Toggle 1.3.0-alpha2's commit message
Do not instantiate our own CacheItemInterface implementation

As per psr/cache interface:

Calling Libraries MUST NOT instantiate Item objects themselves. They
may only be requested from a Pool object via the getItem() method

1.3.0-alpha

Toggle 1.3.0-alpha's commit message
Remove test suite support for PHP <5.6

The library is still 5.5 and 5.4 compatible, however it will no longer
be automatically tested against these versions. In Chief 2.0 support
for 5.4 and 5.5 will be explicitly dropped

1.2.1

Toggle 1.2.1's commit message
Add magic method docblock to Laravel bridge facade

1.2

Toggle 1.2's commit message
Updated composer description and readme

1.1

Toggle 1.1's commit message
Initialised property (standards)

1.0.2

Toggle 1.0.2's commit message
Moved psr/log, and added illuminate/container and illuminate/events a…

…s require-dev dependencies

1.0.1

Toggle 1.0.1's commit message
Fixed LaravelServiceProvider pointing to wrong namespace for Illumina…

…teEventDispatcher since it was moved to the Bridge namespace