Releases: olaurendeau/RabbitMqAdminToolkitBundle
Releases · olaurendeau/RabbitMqAdminToolkitBundle
PHP8 support
v2.2.0 Add php 8 support (#13)
v2.1.0: Use factories instead of dynamic di (#11)
* Fix sf4 * Tests * Added UT and comments * Tested parameters values Co-authored-by: Romain Delouard <[email protected]>
PHP 7.4 / Symfony 4.4 support
New major version, only compatible for PHP >= 7.4 and Symfony >= 4.4
All the project has been rewritten following new tools and conventions
The configuration and command did not change, so you can upgrade easily
Improved Travis tests
Improved testing on Travis by adding Symfony versions (#9) * [twgit] Init feature 'feature/improve-testing-sf2-3'. * Updated travis.yml and removed composer.lock * Removed composer update in travis.yml * Changed distribution for Travis (PHP 5.5 support) * Updated travis bin/console command * Removed step to install console as it is part of the first require * Return 0 at the end of the command * Added composer.lock (to avoid memory issues on Travis) * Added composer update in travis.yml * Try to improve php memory limit * Backticks * travis debug * travis debug * travis debug * Changed tests dependency version
v1.2.6
Merge pull request #8 from olaurendeau/feature/one-define-to-rule-all…
v1.2.5
Fix dependencies requirements
v1.2.4: Merge pull request #6 from olaurendeau/fix_travis
Try fixing travis build
v1.2.3
If port is not defined, default to 80
Add composer script handler
Merge pull request #4 from olaurendeau/scrutinizer-patch-1 Scrutinizer Auto-Fixes
SF 3.0 support
v1.2.1 Update .travis.yml