Skip to content

Commit

Permalink
update readme and add composer.lock to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tflori committed Nov 17, 2018
1 parent 123aa44 commit 1708adb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
/coverage/
/composer.lock
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# SecureToken - tflori/secure-token

[![build status](https://gitlab.w00tserver.org/tflori/secureToken/badges/master/build.svg)](https://gitlab.w00tserver.org/tflori/secureToken/commits/master)
[![Latest Stable Version](https://poser.pugx.org/tflori/secure-token/v/stable)](https://packagist.org/packages/tflori/secure-token)
[![Total Downloads](https://poser.pugx.org/tflori/secure-token/downloads)](https://packagist.org/packages/tflori/secure-token)
[![License](https://poser.pugx.org/tflori/secure-token/license)](https://packagist.org/packages/tflori/secure-token)
[![Build Status](https://travis-ci.org/tflori/secureToken.svg?branch=master)](https://travis-ci.org/tflori/secureToken)
[![Coverage Status](https://coveralls.io/repos/github/tflori/secureToken/badge.svg?branch=master)](https://coveralls.io/github/tflori/secureToken?branch=master)
[![Latest Stable Version](https://poser.pugx.org/tflori/secure-token/v/stable.svg)](https://packagist.org/packages/tflori/secure-token)
[![Total Downloads](https://poser.pugx.org/tflori/secure-token/downloads.svg)](https://packagist.org/packages/tflori/secure-token)
[![License](https://poser.pugx.org/tflori/secure-token/license.svg)](https://packagist.org/packages/tflori/secure-token)

A helper library to generate tokens.

Expand Down

0 comments on commit 1708adb

Please sign in to comment.