Skip to content

Commit 06c9ea7

Browse files
Add support for Laravel 5.8, and dropped support for Laravel below than 5.5
1 parent 4e749d8 commit 06c9ea7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"source": "https://github.com/richan-fongdasen/laravel-varnishable"
2222
},
2323
"require": {
24-
"php": "^5.5.9 || ^7.0 || ^7.1.3",
24+
"php": "^7.1.3",
2525
"guzzlehttp/guzzle": "~6.0",
26-
"illuminate/database": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
27-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
26+
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
27+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
2828
},
2929
"require-dev": {
30-
"mockery/mockery": "~0.9.8",
31-
"orchestra/database": "~3.1",
32-
"orchestra/testbench": "~3.1",
33-
"phpunit/phpunit": "~7.0 || ~6.0 || ~5.2 || ~4.8"
30+
"mockery/mockery": "~1.0",
31+
"orchestra/database": "~3.5",
32+
"orchestra/testbench": "~3.5",
33+
"phpunit/phpunit": "^8.0 || ~7.0 || ~6.0"
3434
},
3535
"config": {
3636
"sort-packages": true

0 commit comments

Comments
 (0)