????
| Current Path : /proc/thread-self/root/home/arabianr/public_html/wp-content/plugins/simplybook/ |
| Current File : //proc/thread-self/root/home/arabianr/public_html/wp-content/plugins/simplybook/composer.json |
{
"name": "really-simple-plugins/simplybookme",
"version": "3.3.0",
"description": "Simply add a booking calendar to your site to schedule bookings, reservations, appointments and to collect payments.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://simplybook.me/",
"authors": [
{
"name": "Really Simple Plugins",
"email": "beheer@really-simple-plugins.com",
"homepage": "https://really-simple-plugins.com/",
"role": "Organisation"
}
],
"require": {
"php": ">=7.4, <=8.3",
"adbario/php-dot-notation": "*",
"automattic/jetpack-autoloader": "^5",
"nesbot/carbon": "*"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.9",
"szepeviktor/phpstan-wordpress": "^2.0"
},
"autoload": {
"psr-4": {
"SimplyBook\\": "app",
"SimplyBook\\Bootrstap\\": "bootstrap"
},
"files": [
"helpers.php"
]
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"automattic/jetpack-autoloader": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"scripts": {
"lint": "vendor/bin/phpcs --report=full",
"lint:report": "vendor/bin/phpcs --report=full --report-file=phpcs-report.txt",
"lint:summary": "vendor/bin/phpcs --report=summary",
"lint:summary:report": "vendor/bin/phpcs --report=summary --report-file=phpcs-report.txt",
"quality": "vendor/bin/phpstan analyse --memory-limit=2048M",
"quality:report": "vendor/bin/phpstan analyse --memory-limit=2048M > phpstan-report.txt",
"quality:diagnose": "vendor/bin/phpstan diagnose --memory-limit=2048M"
}
}