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
- Host: GitHub
- URL: https://github.com/a3020/composer_security
- Owner: a3020
- License: mit
- Created: 2017-10-22T12:30:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T12:48:09.000Z (over 8 years ago)
- Last Synced: 2025-09-02T20:42:34.794Z (10 months ago)
- Topics: add-on, composer, concrete5, security
- Language: PHP
- Size: 23.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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

## 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