Skip to content

Commit

Permalink
fixed composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
watchwood committed Jun 23, 2017
1 parent ff9071d commit e0f0acc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
"watchwood\\BladeStrap\\": "src"
}
},
"require": {
"illuminate/support": "^5.1",
"illuminate/view": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^5",
"illuminate/support": "~5",
"illuminate/view": "~5"
"phpunit/phpunit": "^5"
}
}

0 comments on commit e0f0acc

Please sign in to comment.