one-click-accessibility/composer.json
VasylD 7252c6c83c
[APP-1512] add backend logic for remediation management (#298)
* [APP-1512] add backend logic for remediation management

* [APP-1512] add backend logic for remediation management

* Update modules/remediation/database/remediation-entry.php

Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>

* Update modules/remediation/rest/items.php

Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>

* [APP-1512] add backend logic for remediation management

---------

Co-authored-by: gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>
2025-06-18 10:29:22 +02:00

61 lines
1.5 KiB
JSON

{
"name": "pojome/pojo-accessibility",
"description": "pojo accessibility",
"minimum-stability": "dev",
"license": "gpl2",
"authors": [
{
"name": "Yakir Sitbon",
"email": "yakir@pojo.me"
}
],
"require-dev": {
"johnpbloch/wordpress-core": "^6.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.3.0",
"php-stubs/wordpress-stubs": "^6.0",
"elementor/eunit": "^0.0.10",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpunit/php-code-coverage": "^9.2",
"wildwolf/wordpress-test-library-stubs": "^6.0",
"wp-phpunit/wp-phpunit": "^6.0",
"yoast/phpunit-polyfills": "^2.0"
},
"scripts": {
"lint": "phpcs --standard=./ruleset.xml ./**/*.php"
},
"require": {
"firebase/php-jwt": "^6.10",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-curl": "*",
"ext-exif": "*",
"ext-libxml": "*",
"ext-zlib": "*",
"ext-dom": "*",
"elementor/wp-notifications-package": "^1.2.0",
"ext-ctype": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"imposter": {
"namespace": "...",
"excludes": [ "firebase/php-jwt"]
},
"installer-paths": {
"vendor/{$vendor}/{$name}/": [ "firebase/php-jwt"]
}
},
"repositories":[
{
"type": "vcs",
"url": "git@github.com:elementor/eunit.git"
}
]
}