An open API service indexing awesome lists of open source software.

https://github.com/a3020/composer_security

concrete5 package (8.1+) that installs a job to automatically check your composer.json file(s!) for vulnerabilities
https://github.com/a3020/composer_security

add-on composer concrete5 security

Last synced: 22 days ago
JSON representation

concrete5 package (8.1+) that installs a job to automatically check your composer.json file(s!) for vulnerabilities

Awesome Lists containing this project

README

          

# Composer Security

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.txt)
[![Total Downloads][ico-downloads]][link-downloads]

## Requirements
- PHP 5.6+
- concrete5 8.1+

## Installation

To install this package on a composer based concrete5 site:
```bash
$ composer require a3020/composer_security
```

Then install the package:
```bash
$ ./vendor/bin/concrete5 c5:package-install composer_security
```

## Screenshot

![Automated Jobs](https://user-images.githubusercontent.com/1431100/31862053-f2c25112-b737-11e7-8731-dbf72948538d.png)

## More info

- https://www.concrete5.org/marketplace/addons/composer-security/

[ico-version]: https://img.shields.io/packagist/v/a3020/composer_security.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/a3020/composer_security.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/a3020/composer_security
[link-downloads]: https://packagist.org/packages/a3020/composer_security