one-click-accessibility/composer.json
Nirbhay Singh fcaba863b4
[APP-1417] Add support for custom icon (#270)
* add: media upload button

* add: support for custom icon

* fix: code alignment, phpcs

* fix: code alignment and linting

* add: mixpanel events

* fix: styling of custom svg

* fix: missing variable

* fix: missing variable

* fix: load gutenberg block without css

* fix: icon spacing in preview

* fix: indentation

* fix: indents
2025-05-12 22:48:08 +05:30

57 lines
1.4 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-libxml": "*",
"ext-zlib": "*",
"ext-dom": "*",
"elementor/wp-notifications-package": "^1.2.0"
},
"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"
}
]
}