Releases: barracudanetworks/expose
Releases · barracudanetworks/expose
5.0.1
What's Changed
- Making logger optional in Manager::_construct again by @bn-jdcook in #6
Full Changelog: 5.0...5.0.1
5.0
Currently supported versions:
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
Latest Changes
In an effort to simplify the library, we limited dependencies to the following:
- psr/log
- Allows the use of any logger library for PHP such as monolog
- Libraries supporting the standard.
- psr/simple-cache
- Allows for PHP cache providers that support PSR-16 and can use tools such as redis.
- Libraries supporting the standard.
- psr/event-dispatcher
- Supporting an event-dispatcher standard allows applications that use this library to maintain how they want to use alerts and removed the requirement it supports MongoDB and Email.
- Libraries supporting the standard.