File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ Unreleased] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v12.0.0...master )
6+
7+ ## [ 12.0.0 (2022-02-23)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.4.0...v12.0.0 )
8+
9+ - Laravel 9 support
10+ - Minimum PHP version is set to 8.0
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " ^7.3|^ 8.0" ,
12+ "php" : " ^8.0" ,
1313 "ext-json" : " *" ,
14- "illuminate/queue" : " ^8 .0" ,
15- "php-amqplib/php-amqplib" : " ^2.12|^ 3.0"
14+ "illuminate/queue" : " ^9 .0" ,
15+ "php-amqplib/php-amqplib" : " ^3.0"
1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " ^9.3" ,
1919 "mockery/mockery" : " ^1.0" ,
2020 "laravel/horizon" : " ^5.0" ,
21- "friendsofphp/php-cs-fixer" : " ^2.17 " ,
22- "orchestra/testbench" : " ^6 .0"
21+ "friendsofphp/php-cs-fixer" : " ^3.6 " ,
22+ "orchestra/testbench" : " ^7 .0"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments