Skip to content

Commit

Permalink
Updated README.md and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hidehalo committed Sep 11, 2017
1 parent e8b5911 commit af2691d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Nanoid-php

[![Build Status](https://travis-ci.org/hidehalo/emoji.svg)](https://travis-ci.org/hidehalo/nanoid-php)

Thanks awesome [ai](https://github.com/ai) and his [nanoid](https://github.com/ai/nanoid), this package is a copy in PHP!
If you like nanoid and you want to use it in PHP, try me :D

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hidehalo/nanoid-php",
"type": "library",
"description": "",
"description": "A copy of nanoid in PHP",
"keywords": [
"hidehalo",
"nanoid-php"
Expand All @@ -13,15 +13,15 @@
"name": "hidehalo",
"email": "[email protected]",
"homepage": "https://github.com/hidehalo",
"role": "Developer"
"role": "Owner"
}
],
"require": {
"php": "~5.6|~7.0",
"paragonie/random_compat": "^2.0"
},
"require-dev": {
"phpunit/phpunit" : ">=5.4.3",
"phpunit/phpunit" : ">=5.6",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit af2691d

Please sign in to comment.