Skip to content

Commit 9faec1a

Browse files
committed
Update README and fix code style
1 parent 8687ed4 commit 9faec1a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.MD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
55
[![Latest Stable Version](https://poser.pugx.org/platine-php/session/v)](https://packagist.org/packages/platine-php/session)
66
[![Latest Unstable Version](https://poser.pugx.org/platine-php/session/v/unstable)](https://packagist.org/packages/platine-php/session)
7-
[![License](https://poser.pugx.org/platine-php/session/license)](https://packagist.org/packages/platine-php/session)
8-
[![Build Status](https://img.shields.io/travis/com/platine-php/session?style=flat-square)](https://travis-ci.com/platine-php/session)
7+
[![Total Downloads](https://poser.pugx.org/platine-php/session/downloads)](https://packagist.org/packages/platine-php/session)
8+
[![License](https://poser.pugx.org/platine-php/session/license)](https://packagist.org/packages/platine-php/session)
99
[![Quality Score](https://img.shields.io/scrutinizer/g/platine-php/session.svg?style=flat-square)](https://scrutinizer-ci.com/g/platine-php/session)
10-
[![Maintainability](https://api.codeclimate.com/v1/badges/75143ed74a0998ad942f/maintainability)](https://codeclimate.com/github/platine-php/session/maintainability)
11-
[![Test Coverage](https://api.codeclimate.com/v1/badges/75143ed74a0998ad942f/test_coverage)](https://codeclimate.com/github/platine-php/session/test_coverage)
10+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8bdc5de72e7a40dd809abdea4d07082d)](https://app.codacy.com/gh/platine-php/session/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
11+
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/8bdc5de72e7a40dd809abdea4d07082d)](https://app.codacy.com/gh/platine-php/session/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
1212

1313
### Requirements
1414
- **PHP >= 7.4**, **PHP 8**
@@ -27,5 +27,5 @@ composer require platine-php/session
2727
### License
2828
MIT License See [LICENSE.MD](LICENSE.MD)
2929

30-
### Documentation
31-
Coming soon, be patient
30+
### Resources
31+
- [Documentation](https://docs.platine-php.com/packages/session)

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)