Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 91f943b

Browse files
committed
Added support for Laravel 5.6
1 parent 5e8c361 commit 91f943b

File tree

2 files changed

+320
-371
lines changed

2 files changed

+320
-371
lines changed

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323
}
2424
},
2525
"require": {
26-
"illuminate/support": "^5.5",
26+
"php": ">=7.1",
27+
"illuminate/support": "^5.5|^5.6",
2728
"moneyphp/money": "^3.1"
2829
},
2930
"require-dev": {
30-
"phpunit/phpunit": "^6.5",
31-
"orchestra/testbench": "~3.0"
31+
"phpunit/phpunit": "^6.5|^7.0",
32+
"orchestra/testbench": "3.5.*|3.6.*"
3233
},
3334
"config": {
3435
"sort-packages": true

0 commit comments

Comments
 (0)