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
2a7bb37167
commit
f4169a0ede
1 changed files with 13 additions and 2 deletions
|
@ -1,8 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "billz/raspap-webgui",
|
"name": "billz/raspap-webgui",
|
||||||
"homepage": "https://raspap.com/",
|
"description": "Simple AP setup and wifi mangement for Debian-based devices",
|
||||||
"license": "GPL-3.0",
|
"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": {
|
"require-dev": {
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
||||||
"phpcompatibility/php-compatibility": "^9.3.5",
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
||||||
|
|
Loading…
Reference in a new issue