-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (24 loc) · 751 Bytes
/
composer.json
File metadata and controls
25 lines (24 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "basemax/lmphp",
"type": "library",
"description": "LM PHP (Language management PHP) is a library for language management and multi-language support in the PHP-based application backends.",
"keywords": ["language management","multi-language","multi-language support"],
"homepage": "https://github.com/BaseMax/LMPHP",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Max Base",
"email": "MaxBaseCode@Gmail.Com",
"homepage": "https://BaseMax.Github.io",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/BaseMax/LMPHP"
}
],
"require": {
}
}