Update composer.json

This commit is contained in:
billz 2020-05-16 12:05:56 +01:00
parent dec0be87bb
commit 807a8bb7f3

View file

@ -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"
}, },