Skip to content

Commit

Permalink
Merge pull request #6 from ellisio/laravel-5.5
Browse files Browse the repository at this point in the history
bumped to laravel 5.5
  • Loading branch information
ellisio authored Aug 15, 2017
2 parents 096564e + 1115f7d commit a8ac737
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
],
"require": {
"php": ">=7.0",
"illuminate/contracts": "5.4.*",
"illuminate/container": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/validation": "5.4.*",
"twilio/sdk": "^5.4"
"illuminate/contracts": "5.5.*",
"illuminate/container": "5.5.*",
"illuminate/support": "5.5.*",
"illuminate/validation": "5.5.*",
"twilio/sdk": "~5.12.0"
},
"require-dev": {
"graham-campbell/testbench": "^3.3",
"graham-campbell/testbench": "^4.0",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.0"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a8ac737

Please sign in to comment.