v3.0.0
Changelog (since v2.7...v3.0.0)
Requirements
- PHP :
^7.1.3
- Symfony :
^4.4|^5.0
- Doctrine :
^2.7
Added
- PHP return types
- PHP strict types
- PHPCS with PSR12 standard
- PhpStan static analysis
Changed
- Directory structure (see https://symfony.com/doc/current/bundles/best_practices.html#directory-structure)
- Events base class :
Symfony\Contracts\EventDispatcher\Event
- Event names where removed in favor of event class (see https://symfony.com/blog/new-in-symfony-4-3-simpler-event-dispatching)
- Bundle is now tested with github actions instead of travis
Removed
ArchivistInterface::archive
$before
argumentToken::getUsedAt
methodToken::setUsedAt
methodToken::getUsedInformation
methodToken::setUsedInformation
methodToken::isUsed
methodTokenUsedEvent
classEventDispatcher::tokenUsed
methodTokenUsedException
classTokenManager::setUsed
methodTokenManagerInterface::setUsed
method