Skip to content

Commit

Permalink
Description tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcdw committed Nov 28, 2013
1 parent 8acfdb2 commit b220493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "creof/doctrine2-php-uuid-generator",
"type": "library",
"description": "Doctrine2 pre-insert UUID id generator using PECL UUID package",
"description": "Doctrine2 pre-insert UUID id generator using PECL UUID (*nix) or COM (Windows)",
"keywords": ["orm", "database", "id", "generator", "uuid"],
"authors": [
{
Expand All @@ -20,7 +20,7 @@
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"lib-uuid": "Required for *NIX type environments"
"lib-uuid": "Required for *nix type environments"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit b220493

Please sign in to comment.