Skip to content

Commit 7bf3618

Browse files
authored
Merge pull request #41 from eugene-kozlov-merkeleon/master
update composer.json
2 parents 5312737 + 19d4ad5 commit 7bf3618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.3.0",
8-
"laravel/framework": "5.*",
8+
"laravel/framework": "5.*|6.*",
99
"doctrine/dbal": "~2.3"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "4.5.*"
12+
"phpunit/phpunit": "7.*|8.*"
1313
},
1414
"extra": {
1515
"laravel": {

0 commit comments

Comments
 (0)