Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grota committed Jan 24, 2023
1 parent 9f489b3 commit 0c0ba6d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This package ensures that your application doesn't have installed dependencies with known security vulnerabilities. Inspired by [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories).

[![Circle CI](https://circleci.com/gh/drupal-composer/drupal-security-advisories/tree/main.svg?style=svg)](https://circleci.com/gh/drupal-composer/drupal-security-advisories/tree/main)

## Installation

### Drupal 9+ ([composer.json](https://github.com/drupal-composer/drupal-security-advisories/blob/9.x/composer.json))
Expand All @@ -12,12 +10,6 @@ This package ensures that your application doesn't have installed dependencies w
~$ composer require drupal-composer/drupal-security-advisories:9.x-dev
```

### Drupal 7 ([composer.json](https://github.com/drupal-composer/drupal-security-advisories/blob/7.x/composer.json))

```sh
~$ composer require drupal-composer/drupal-security-advisories:7.x-dev
```

## Usage

This package does not provide any API or usable classes: its only purpose is to prevent installation of software with known and documented security issues.
Expand Down Expand Up @@ -48,4 +40,3 @@ This packages gets information form Drupal.org APIs.
## Building

- Drupal 9+: `php console.php build:composer current`
- Drupal 7: `php console.php build:composer 7.x`

0 comments on commit 0c0ba6d

Please sign in to comment.