Skip to content

Commit

Permalink
[2.0] Moved illuminate/notifications to the require
Browse files Browse the repository at this point in the history
 - moved illuminate/notifications to the require, since in the laravel v5.8 notifications component will not require this module;
  • Loading branch information
TBlindaruk committed Dec 8, 2018
1 parent 0cc3f56 commit 9b9d340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.1.3",
"illuminate/notifications": "~5.8",
"nexmo/client": "^1.0"
},
"require-dev": {
"illuminate/notifications": "~5.7",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0"
},
Expand Down

0 comments on commit 9b9d340

Please sign in to comment.