Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 728b096

Browse files
SiebeVEJulienTant
authored andcommitted
Laravel 6 bump (#22)
* Laravel 6 bump * Delete .phpunit.result.cache * More conventional version numbers
1 parent 0bd31ed commit 728b096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"require": {
1616
"php": ">=7.1",
1717
"vlucas/phpdotenv": "3.*",
18-
"illuminate/console": "5.*",
19-
"illuminate/support": "5.*"
18+
"illuminate/console": "5.*|^6.0",
19+
"illuminate/support": "5.*|^6.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^7.5",
22+
"phpunit/phpunit": "^7.5|^8.3",
2323
"mikey179/vfsstream": "^1.6",
2424
"mockery/mockery": "^1.0",
25-
"orchestra/testbench": "~3.8"
25+
"orchestra/testbench": "~3.8|^4.0"
2626
},
2727
"license": "MIT",
2828
"authors": [

0 commit comments

Comments
 (0)