Skip to content

Commit d8fab22

Browse files
committed
Update README and fix code style
1 parent c797f41 commit d8fab22

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.MD

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
[![Latest Stable Version](https://poser.pugx.org/platine-php/security/v)](https://packagist.org/packages/platine-php/security)
66
[![Latest Unstable Version](https://poser.pugx.org/platine-php/security/v/unstable)](https://packagist.org/packages/platine-php/security)
77
[![Total Downloads](https://poser.pugx.org/platine-php/security/downloads)](https://packagist.org/packages/platine-php/security)
8-
[![License](https://poser.pugx.org/platine-php/security/license)](https://packagist.org/packages/platine-php/security)
9-
[![Build Status](https://img.shields.io/travis/com/platine-php/security?style=flat-square)](https://travis-ci.com/platine-php/security)
8+
[![License](https://poser.pugx.org/platine-php/security/license)](https://packagist.org/packages/platine-php/security)
109
[![Quality Score](https://img.shields.io/scrutinizer/g/platine-php/security.svg?style=flat-square)](https://scrutinizer-ci.com/g/platine-php/security)
11-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1ae48400b20c49cf94e716e355d042d0)](https://app.codacy.com/gh/platine-php/framework/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
12-
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/1ae48400b20c49cf94e716e355d042d0)](https://app.codacy.com/gh/platine-php/framework/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
10+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0d6b5bcd398d4a6f964b046fe3206227)](https://app.codacy.com/gh/platine-php/security/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
11+
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/0d6b5bcd398d4a6f964b046fe3206227)](https://app.codacy.com/gh/platine-php/security/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
1312

1413
### Requirements
1514
- **PHP >= 7.4**, **PHP 8**
@@ -23,5 +22,5 @@ composer require platine-php/security
2322
### License
2423
MIT License See [LICENSE.MD](LICENSE.MD)
2524

26-
### Documentation
27-
Coming soon, be patient
25+
### Resources
26+
- [Documentation](https://docs.platine-php.com/packages/security)

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
"sort-packages": true
5151
},
5252

53-
54-
5553
"scripts": {
5654
"test": "phpunit --colors=always",
5755
"static": "phpstan analyze",

0 commit comments

Comments
 (0)