Skip to content

Commit c8a722b

Browse files
committed
laravel 9
1 parent cda393e commit c8a722b

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG-12x.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
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": {

0 commit comments

Comments
 (0)