Skip to content

Commit

Permalink
Fixed problem with phpunit dependency for php5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stenin-nikita committed Sep 12, 2017
1 parent 2bc8e50 commit 4a71a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"illuminate/broadcasting": "^5.3"
},
"require-dev": {
"orchestra/testbench": "^3.3"
"orchestra/testbench": "^3.3",
"phpunit/phpunit": "^5.7|^6.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4a71a23

Please sign in to comment.