File "composer.json"

Full path: /home/argothem/www/organecyberpresse/plugins/auto/querypath/v3.0.0/lib/querypath/vendor/gravitypdf/querypath/composer.json
File size: 1.54 KB
MIME-type: application/json
Charset: utf-8

{
  "name": "gravitypdf/querypath",
  "type": "library",
  "description": "PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support",
  "homepage": "https://github.com/gravitypdf/querypath",
  "license": "MIT",
  "keywords": [
    "xml",
    "html",
    "css",
    "jquery",
    "php"
  ],
  "support": {
    "issues": "https://github.com/gravitypdf/querypath/issues",
    "source": "https://github.com/gravitypdf/querypath",
    "forum": "https://github.com/gravitypdf/querypath/discussions"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.com/donate/?hosted_button_id=VRUVBVM6BZPKN"
    }
  ],
  "require": {
    "php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
    "masterminds/html5": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "QueryPath\\": "src/",
      "QueryPathTests\\": "tests/QueryPath/"
    },
    "files": [
      "src/qp_functions.php"
    ]
  },
  "require-dev": {
    "mockery/mockery": "^1.1",
    "yoast/phpunit-polyfills": "^1.0",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
    "phpcompatibility/php-compatibility": "*"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "scripts": {
    "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
    "lint:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf",
    "lint:min-php": "@lint --standard=phpcompat.xml"
  },
  "replace": {
    "arthurkushman/query-path": "3.1.4",
    "querypath/querypath": "3.0.5"
  }
}