Skip to content

Commit

Permalink
MINOR: changing namespace references in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Apr 20, 2018
1 parent 04e05b1 commit 977b191
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# [SilverStripe composer security checker](https://github.com/spekulatius/silverstripe-composer-security-checker) <br /> [![Build Status](https://api.travis-ci.org/spekulatius/silverstripe-composer-security-checker.svg?branch=master)](https://travis-ci.org/spekulatius/silverstripe-composer-security-checker) [![Latest Stable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-security-checker/version.svg)](https://github.com/spekulatius/silverstripe-composer-security-checker/releases) [![Latest Unstable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-security-checker/v/unstable.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-security-checker) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/spekulatius/silverstripe-composer-security-checker.svg)](https://scrutinizer-ci.com/g/spekulatius/silverstripe-composer-security-checker?branch=master) [![Total Downloads](https://poser.pugx.org/spekulatius/silverstripe-composer-security-checker/downloads.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-security-checker) [![License](https://poser.pugx.org/spekulatius/silverstripe-composer-security-checker/license.svg)](https://github.com/spekulatius/silverstripe-composer-security-checker/blob/master/license.md)
# [SilverStripe composer security checker](https://github.com/bringyourownideas/silverstripe-composer-security-checker) <br /> [![Build Status](https://api.travis-ci.org/bringyourownideas/silverstripe-composer-security-checker.svg?branch=master)](https://travis-ci.org/bringyourownideas/silverstripe-composer-security-checker) [![Latest Stable Version](https://poser.pugx.org/bringyourownideas/silverstripe-composer-security-checker/version.svg)](https://github.com/bringyourownideas/silverstripe-composer-security-checker/releases) [![Latest Unstable Version](https://poser.pugx.org/bringyourownideas/silverstripe-composer-security-checker/v/unstable.svg)](https://packagist.org/packages/bringyourownideas/silverstripe-composer-security-checker) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bringyourownideas/silverstripe-composer-security-checker.svg)](https://scrutinizer-ci.com/g/bringyourownideas/silverstripe-composer-security-checker?branch=master) [![Total Downloads](https://poser.pugx.org/bringyourownideas/silverstripe-composer-security-checker/downloads.svg)](https://packagist.org/packages/bringyourownideas/silverstripe-composer-security-checker) [![License](https://poser.pugx.org/bringyourownideas/silverstripe-composer-security-checker/license.svg)](https://github.com/bringyourownideas/silverstripe-composer-security-checker/blob/master/license.md)

Adds a task which runs a check if any of the dependencies has known security vulnerabilities. It uses the
[SensioLabs Security Check Web service][1] and the [Security Advisories Database][2].
Expand All @@ -19,15 +19,15 @@ You need to take care of processing this information somehow! E.g. using the [Si
The following installation commands includes schedulding a queuedjob to populate the data. Run the following command to install this package as a development dependency:

```
composer require spekulatius/silverstripe-composer-security-checker dev-master --dev
composer require bringyourownideas/silverstripe-composer-security-checker dev-master --dev
php ./framework/cli-script.php dev/build
php ./framework/cli-script.php dev/tasks/ProcessJobQueueTask
```

*or* as general dependency:

```
composer require spekulatius/silverstripe-composer-security-checker dev-master
composer require bringyourownideas/silverstripe-composer-security-checker dev-master
php ./framework/cli-script.php dev/build
php ./framework/cli-script.php dev/tasks/ProcessJobQueueTask
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"authors": [
{
"name": "Peter Thaleikis",
"homepage": "https://github.com/spekulatius"
"homepage": "https://thaleikis.de"
}
],
"require": {
Expand Down

0 comments on commit 977b191

Please sign in to comment.