mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Update composer.json
This commit is contained in:
parent
dec0be87bb
commit
807a8bb7f3
1 changed files with 7 additions and 5 deletions
|
@ -5,11 +5,13 @@
|
||||||
"homepage": "https://raspap.com/",
|
"homepage": "https://raspap.com/",
|
||||||
"keywords": ["raspberrypi", "debian", "armbian", "wifi"],
|
"keywords": ["raspberrypi", "debian", "armbian", "wifi"],
|
||||||
"type": "raspap-core",
|
"type": "raspap-core",
|
||||||
"authors": {
|
"authors": [
|
||||||
"name": "RaspAP Team",
|
{
|
||||||
"email": "billzimmerman@gmail.com",
|
"name": "RaspAP Team",
|
||||||
"homepage": "https://raspap.com/"
|
"email": "billzimmerman@gmail.com",
|
||||||
},
|
"homepage": "https://raspap.com/"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0"
|
"php": "^7.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue