Skip to content

Commit

Permalink
[5.7] Avoid breaking change of package removal (#26727)
Browse files Browse the repository at this point in the history
* Fixed dep order

* Fixed breaking change of removal
  • Loading branch information
GrahamCampbell authored and taylorotwell committed Dec 4, 2018
1 parent f1cfd61 commit 24d51b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"erusev/parsedown": "^1.7",
"laravel/nexmo-notification-channel": "^1.0",
"laravel/slack-notification-channel": "^1.0",
"league/flysystem": "^1.0.8",
"monolog/monolog": "^1.12",
"nesbot/carbon": "^1.26.3",
Expand All @@ -38,9 +40,7 @@
"symfony/routing": "^4.1",
"symfony/var-dumper": "^4.1",
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
"vlucas/phpdotenv": "^2.2",
"laravel/nexmo-notification-channel": "^1.0",
"laravel/slack-notification-channel": "^1.0"
"vlucas/phpdotenv": "^2.2"
},
"replace": {
"illuminate/auth": "self.version",
Expand Down
4 changes: 3 additions & 1 deletion src/Illuminate/Notifications/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"illuminate/filesystem": "5.7.*",
"illuminate/mail": "5.7.*",
"illuminate/queue": "5.7.*",
"illuminate/support": "5.7.*"
"illuminate/support": "5.7.*",
"laravel/nexmo-notification-channel": "^1.0",
"laravel/slack-notification-channel": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 24d51b9

Please sign in to comment.