diff options
Diffstat (limited to 'vendor/ramsey/uuid/composer.json')
| -rw-r--r-- | vendor/ramsey/uuid/composer.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/vendor/ramsey/uuid/composer.json b/vendor/ramsey/uuid/composer.json index 4a82193d2e..a02198dec2 100644 --- a/vendor/ramsey/uuid/composer.json +++ b/vendor/ramsey/uuid/composer.json @@ -1,9 +1,9 @@ { - "name": "ramsey/uuid", - "description": "A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "name": "rhumsaa/uuid", + "description": "NO LONGER MAINTAINED. Use ramsey/uuid instead. A PHP 5.3+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "type": "library", "keywords": ["uuid", "identifier", "guid"], - "homepage": "https://github.com/ramsey/uuid", + "homepage": "https://github.com/ramsey/rhumsaa-uuid", "license": "MIT", "authors": [ { @@ -16,8 +16,8 @@ } ], "support": { - "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid" + "issues": "https://github.com/ramsey/rhumsaa-uuid/issues", + "source": "https://github.com/ramsey/rhumsaa-uuid" }, "require": { "php": ">=5.3.3" @@ -27,7 +27,9 @@ "symfony/console": "~2.3", "doctrine/dbal": ">=2.3", "phpunit/phpunit": "~4.1", - "satooshi/php-coveralls": "~0.6" + "satooshi/php-coveralls": "~0.6", + "squizlabs/php_codesniffer": "^2.3", + "jakub-onderka/php-parallel-lint": "^0.9.0" }, "bin": ["bin/uuid"], "suggest": { |
