Skip to content

Commit

Permalink
Merge pull request #6 from GeneaLabs/master
Browse files Browse the repository at this point in the history
Add Laravel 7 compatibility.
  • Loading branch information
yansongda committed Mar 1, 2020
2 parents e258707 + d1b5788 commit dffaceb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -13,12 +13,13 @@
}
],
"require": {
"illuminate/support": "^5.1|^5.2|^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0",
"illuminate/support": "^5.1|^5.2|^5.3|^5.4|^5.5|^5.6|^5.7|^5.8|^6.0|^7.0",
"erusev/parsedown": "~1.7",
"friendsofphp/php-cs-fixer": "^2.16"
},
"require-dev": {
"orchestra/testbench": "3.9.x-dev@dev"
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dffaceb

Please sign in to comment.