Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Add Laravel 5.8 support #203

Merged
merged 5 commits into from
Feb 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rollback version phpunit to 7
  • Loading branch information
dabich committed Feb 27, 2019
commit e773cc1b219766626a53cc1e2ac104614f8f7290
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
"require-dev": {
"laravel/framework": "5.6.*|5.7.*|5.8.*",
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
"phpunit/phpunit": "8.*",
"phpunit/phpunit": "7.*",
"php-coveralls/php-coveralls": "^1.0"
},
"minimum-stability": "dev",