Skip to content

Commit

Permalink
Update composer.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi committed Aug 13, 2020
1 parent 44447c5 commit 82814ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"league/commonmark": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0"
"phpunit/phpunit": "^8.0 || ^9.0"
}
}

0 comments on commit 82814ba

Please sign in to comment.