2020-04-24 23:49:05 +00:00
|
|
|
{
|
2021-02-03 09:07:15 +00:00
|
|
|
"name": "raspap/raspap-webgui",
|
|
|
|
"description": "Simple wireless AP setup and mangement for Debian-based devices",
|
2020-04-24 23:49:05 +00:00
|
|
|
"license": "GPL-3.0",
|
2020-05-16 10:46:01 +00:00
|
|
|
"homepage": "https://raspap.com/",
|
|
|
|
"keywords": ["raspberrypi", "debian", "armbian", "wifi"],
|
|
|
|
"type": "raspap-core",
|
2020-05-16 11:05:56 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "RaspAP Team",
|
|
|
|
"email": "billzimmerman@gmail.com",
|
|
|
|
"homepage": "https://raspap.com/"
|
|
|
|
}
|
|
|
|
],
|
2020-05-16 10:46:01 +00:00
|
|
|
"require": {
|
2024-02-27 10:48:37 +00:00
|
|
|
"php": "^8.2",
|
|
|
|
"phpoption/phpoption": "^1.9",
|
|
|
|
"ext-mbstring": "*"
|
2020-05-16 10:46:01 +00:00
|
|
|
},
|
2020-04-24 23:49:05 +00:00
|
|
|
"require-dev": {
|
2020-04-30 12:13:39 +00:00
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.2.0",
|
2020-04-24 23:49:05 +00:00
|
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
2024-02-27 10:48:37 +00:00
|
|
|
"squizlabs/php_codesniffer": "^3.9.0",
|
|
|
|
"ext-simplexml": "*"
|
2020-04-24 23:49:05 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "parallel-lint . --exclude vendor",
|
|
|
|
"phpcs": "phpcs -p -s --config-set installed_paths vendor/phpcompatibility/php-compatibility .",
|
|
|
|
"test": [
|
|
|
|
"composer lint",
|
|
|
|
"composer phpcs"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|