Skip to content
Snippets Groups Projects
Select Git revision
  • 413e6cb6f6151c68e294ac58bcfbd2fd14f50d11
  • master default protected
  • feat/woo-template
  • organize-tests
  • feat/add-show-rendered-method
  • devel
  • 2.1.0
  • 2.0.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0
12 results

Bug.md

Blame
  • composer.json 1005 B
    {
      "name": "wpdesk/wp-api-client",
      "authors": [
        {
          "name": "Krzysiek",
          "email": "krzysiek@wpdesk.pl"
        }
      ],
      "require": {
        "php": ">=7.2 | ^8",
        "psr/log": "^1.0.1",
        "wpdesk/wp-cache": "^1.1",
        "wpdesk/wp-http-client": "^1.0.5",
        "psr/simple-cache": "^1.0"
      },
      "require-dev": {
        "phpunit/phpunit": "^8 || ^9",
        "wp-coding-standards/wpcs": "^0.14.1",
        "squizlabs/php_codesniffer": "^3.0.2",
        "mockery/mockery": "*",
        "10up/wp_mock": "*"
      },
      "autoload": {
        "psr-4": {
          "WPDesk\\ApiClient\\": "src/"
        }
      },
      "autoload-dev": {
      },
      "scripts": {
        "phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
        "phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
        "phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
        "phpunit-integration-fast": "phpunit --configuration phpunit-integration.xml --no-coverage"
      }
    }