Skip to content

Commit 742293e

Browse files
kawaxatymic
authored andcommitted
Laravel 6.0 Support (#28)
* Delete version constraint * Update composer.json * Only 6.0
1 parent 00a1493 commit 742293e

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
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-
- 7.1
54
- 7.2
65
- 7.3
76

composer.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.1.2",
21+
"php": "^7.2",
2222
"ext-json": "*",
23-
"guzzlehttp/guzzle": "~6.3",
24-
"illuminate/notifications": "^5.6",
25-
"illuminate/support": "^5.6",
26-
"illuminate/queue": "^5.6",
27-
"illuminate/console": "^5.6",
23+
"guzzlehttp/guzzle": "^6.3",
24+
"illuminate/notifications": "^6.0",
25+
"illuminate/support": "^6.0",
26+
"illuminate/queue": "^6.0",
27+
"illuminate/console": "^6.0",
2828
"textalk/websocket": "^1.2"
2929
},
3030
"require-dev": {
3131
"mockery/mockery": "^1.0",
32-
"orchestra/testbench": "^3.6",
33-
"laravel/framework": "^5.6",
34-
"phpunit/phpunit": "7.*",
35-
"orchestra/database": "3.8.x-dev"
32+
"orchestra/testbench": "^4.0",
33+
"phpunit/phpunit": "^8.0"
3634
},
3735
"autoload": {
3836
"psr-4": {

0 commit comments

Comments
 (0)