Skip to content

Commit

Permalink
Composer additions
Browse files Browse the repository at this point in the history
  • Loading branch information
JiFish committed Nov 11, 2021
1 parent 2a6afc0 commit a393979
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "jifish/ezdice",
"type": "library",
"description": "A really simple PHP library for parsing dice notation and rolling.",
"homepage": "https://github.com/JiFish/ezdice",
"license": "MIT",
"authors": [
{
"name": "Joseph Fowler",
"role": "Developer"
}
],
"keywords": [
"dice",
"roll",
"rpg",
"dice-notation",
"die",
"dice-roller"
],
"require": {
"php": ">=7.0"
},
Expand Down

0 comments on commit a393979

Please sign in to comment.