Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
backwards compatible now
Browse files Browse the repository at this point in the history
  • Loading branch information
codepotato authored and Qoraiche committed Sep 10, 2019
1 parent e229a3e commit d26375a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"homepage": "https://github.com/Qoraiche/laravel-mail-editor",
"keywords": ["Laravel", "mailEclipse", "mailable-editor", "laravel-mail", "laravel-mailable", "mailable", "markdown"],
"require": {
"illuminate/support": "~6.0",
"illuminate/support": "~5|~6",
"reecem/mocker": "1.1.*"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "~7.0|~8.0",
"mockery/mockery": "~1.2",
"orchestra/testbench": "~4.0",
"orchestra/testbench": "~3.0|~4.0",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d26375a

Please sign in to comment.