Skip to content

TheApproach/Approach

Repository files navigation

OpenSSF Best Practices

Install Approach

Currently, you can install Approach through the public git repository or composer.


Composer

Add the following to your composer.json

"extra": {
    "installer-types": ["approach"],
    "installer-paths": {
        "support/lib/{$name}/": ["approach/approach"],
        "support/lib/extension/{$name}/": ["approach/extension"],
        "support/lib/community/{$name}/": ["approach/community"],
        "support/lib/vendor/{$name}/": ["approach/vendor"],
        "support/lib/wild/{$name}/": ["approach/wild"]
    }
},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/TheApproach/Approach"
    }
],
"config": {
    "vendor-dir": "support/lib/vendor",
    "secure-http": false,
    "allow-plugins": {
        "oomphinc/composer-installers-extender": true,
        "approach/approach": true,
        "composer/installers": true
    }
},
"require": {
    "approach/approach": "dev-master",
    "oomphinc/composer-installers-extender": "^2.0"
}

Run

$ composer update

Tests

make unit tests

$ php vendor/bin/codecept generate:cest Unit <TestName>

run tests

$ php vendor/bin/codecept run [<TestName>]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published