Skip to content

Commit 6be1430

Browse files
author
Kevin Richter
committed
Update dependencies for Laravel 5.5
1 parent f862811 commit 6be1430

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76

composer.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,28 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.6.4",
13-
"illuminate/database": "5.4.*",
14-
"illuminate/support": "5.4.*",
15-
"illuminate/queue": "5.4.*",
12+
"php": ">=7.0",
13+
"illuminate/database": "5.5.*",
14+
"illuminate/support": "5.5.*",
15+
"illuminate/queue": "5.5.*",
1616
"php-amqplib/php-amqplib": "2.6.*"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.5",
19+
"phpunit/phpunit": "~6.0",
2020
"mockery/mockery": "^0.9.5"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"VladimirYuldashev\\LaravelQueueRabbitMQ\\": "src/"
2525
}
2626
},
27+
"extra": {
28+
"laravel": {
29+
"providers": [
30+
"VladimirYuldashev\\LaravelQueueRabbitMQ\\LaravelQueueRabbitMQServiceProvider"
31+
]
32+
}
33+
},
2734
"minimum-stability": "dev",
2835
"prefer-stable": true
2936
}

0 commit comments

Comments
 (0)