Update composer.json

This commit is contained in:
billz 2020-05-16 11:46:01 +01:00
parent 2a7bb37167
commit f4169a0ede
1 changed files with 13 additions and 2 deletions

View File

@ -1,8 +1,19 @@
{
"name": "billz/raspap-webgui",
"homepage": "https://raspap.com/",
"description": "Simple AP setup and wifi mangement for Debian-based devices",
"license": "GPL-3.0",
"keywords": ["raspberrypi"],
"homepage": "https://raspap.com/",
"keywords": ["raspberrypi", "debian", "armbian", "wifi"],
"type": "raspap-core",
"authors": {
"name": "RaspAP Team",
"email": "billzimmerman@gmail.com",
"homepage": "https://raspap.com/"
},
"require": {
"php": "^7.0",
"raspap/composer-installer": "^1.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"phpcompatibility/php-compatibility": "^9.3.5",