Skip to content

Commit 28c8437

Browse files
authored
Merge pull request vyuldashev#257 from changyuan/patch-1
Update composer.json
2 parents 6611570 + d5bbdf1 commit 28c8437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": ">=5.5.9",
1414
"illuminate/support": "5.1.*",
1515
"illuminate/queue": "5.1.*",
16-
"php-amqplib/php-amqplib": "2.5.*|2.6.*"
16+
"php-amqplib/php-amqplib": "^2.5.*"
1717
},
1818
"autoload": {
1919
"psr-0": {
2020
"VladimirYuldashev\\LaravelQueueRabbitMQ": "src/"
2121
}
2222
},
2323
"minimum-stability": "dev"
24-
}
24+
}

0 commit comments

Comments
 (0)