Skip to content

Commit

Permalink
Added Laravel 5.5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
William Wallace committed Oct 6, 2017
1 parent 4c05dee commit 3d3c322
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,20 @@
"mailer"
],
"license": "MIT",
"authors": [
{
"name": "Waavi",
"email": "[email protected]",
"homepage": "http://waavi.com"
}
],
"authors": [{
"name": "Waavi",
"email": "[email protected]",
"homepage": "http://waavi.com"
}],
"require": {
"tijsverkoyen/css-to-inline-styles": "2.*",
"illuminate/view": ">=5.1 <5.5",
"illuminate/support": ">=5.1 <5.5",
"illuminate/queue": ">=5.1 <5.5",
"illuminate/mail": ">=5.1 <5.5"
"illuminate/view": ">=5.1 <5.6",
"illuminate/support": ">=5.1 <5.6",
"illuminate/queue": ">=5.1 <5.6",
"illuminate/mail": ">=5.1 <5.6"
},
"require-dev": {
"phpunit/phpunit" : "^4",
"phpunit/phpunit": "^4",
"orchestra/testbench": "^3.1",
"mockery/mockery": "^0.9.4"
},
Expand Down

0 comments on commit 3d3c322

Please sign in to comment.