Skip to content
Snippets Groups Projects
Select Git revision
  • 109db09bf8ba4e624e3788f4c847872189f745ec
  • master default protected
  • bugfix/wordpress-review
  • fix/duplicate
  • bugfix/get_current_screen_fail
  • feature/dismiss-nonce
  • replace-dodgy-path
  • bugfix/notice-not-show
  • devel
  • 3.3.0
  • 3.2.5
  • 3.2.4
  • 3.2.3
  • 3.2.2
  • 3.2.1
  • 3.2.0
  • 3.2.0-beta7
  • 3.2.0-beta6
  • 3.2.0-beta5
  • 3.2.0-beta4
  • 3.2.0-beta3
  • 3.2.0-beta2
  • 3.2.0-beta1
  • 3.1.4
  • 3.1.4-beta1
  • 3.1.3
  • 3.1.1
  • 3.1
  • 3.0
29 results

Notice.php

Blame
  • composer.json 1.24 KiB
    {
        "name": "octolize/shopify-codeception",
        "description": "Shopify Codeception",
        "license": "MIT",
        "keywords": ["shopify", "codeception"],
        "authors": [
            {
                "name": "grola",
                "email": "grola@octolize.com"
            }
        ],
        "require": {
            "php": ">=8.0",
            "psr/log": "^1.1",
            "codeception/module-webdriver": "^4.0",
            "octolize/chrome-profile-for-shopify": "^1.0"
        },
        "require-dev": {
        },
        "autoload": {
    		"psr-4": {
                "Octolize\\Shopify\\Codeception\\": "src"
            }
        },
        "autoload-dev": {
            "classmap": ["tests/unit"]
        },
        "scripts": {
            "phpcs": "phpcs",
            "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"
        },
        "repositories": {
            "octolize": {
                "type": "composer",
                "url": "https://gitlab.wpdesk.dev/api/v4/group/wpdesk/-/packages/composer/"
            }
        }
    }