Lexiconga/backend/composer.json

16 lines
347 B
JSON
Raw Normal View History

2017-12-24 20:00:45 +01:00
{
"name": "lexiconga/backend",
"description": "The PHP backend API for Lexiconga (lexicon.ga)",
"type": "project",
"require": {
"firebase/php-jwt": "^5.0",
"hashids/hashids": "^1.0"
2017-12-24 20:00:45 +01:00
},
"authors": [
{
"name": "Robbie Antenesse",
"email": "dev@alamantus.com"
}
]
}