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

Commit 2a0d588

Browse files
committed
Fix Composer version constraints
1 parent 68e5e5a commit 2a0d588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require-dev": {
39-
"laravel/laravel": "^5.5",
39+
"laravel/laravel": "^5.5 <5.7.7",
4040
"phpunit/phpunit": "^7.4",
4141
"mockery/mockery": "^1.2"
4242
}

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)