Skip to content

Commit 290b04e

Browse files
bc-ochkovskyiBC-RSikora
authored andcommitted
Remove branch alias
1 parent edbef4c commit 290b04e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"php-amqplib/php-amqplib": "^v3.6"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^10.0|^11.0",
18+
"phpunit/phpunit": "^11.0",
1919
"mockery/mockery": "^1.0",
2020
"laravel/horizon": "^5.0",
2121
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
2222
"laravel/pint": "^1.2",
23-
"laravel/framework": "^9.0|^10.0|^11.0|^12.0"
23+
"laravel/framework": "^11.0|^12.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -33,9 +33,6 @@
3333
}
3434
},
3535
"extra": {
36-
"branch-alias": {
37-
"dev-master": "13.0-dev"
38-
},
3936
"laravel": {
4037
"providers": [
4138
"VladimirYuldashev\\LaravelQueueRabbitMQ\\LaravelQueueRabbitMQServiceProvider"

0 commit comments

Comments
 (0)