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

Commit

Permalink
Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Aug 28, 2019
1 parent 4b0b240 commit d04ac9a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
"Laravel Parsedown"
],
"license": "MPL-2.0",
"authors": [
{
"name": "Brian Faust",
"email": "[email protected]",
"homepage": "https://basecode.sh"
}
],
"authors": [{
"name": "Brian Faust",
"email": "[email protected]",
"homepage": "https://basecode.sh"
}],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8",
"illuminate/support": "^5.8|^6.0",
"erusev/parsedown": "^1.6"
},
"require-dev": {
Expand Down

0 comments on commit d04ac9a

Please sign in to comment.