summaryrefslogtreecommitdiff
path: root/library/rhumsaa/uuid/composer.json
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-09-12 18:29:31 +0100
committerGreg Roach <fisharebest@gmail.com>2014-09-12 18:29:31 +0100
commit4b326cd27168027092659cb7e3ccb696800da7eb (patch)
tree3a2519d4c18e72f831850c85aa75172cd1cf6c75 /library/rhumsaa/uuid/composer.json
parent39d836fe7741836db885ab6650b4c5dbda2fc941 (diff)
downloadwebtrees-4b326cd27168027092659cb7e3ccb696800da7eb.tar.gz
webtrees-4b326cd27168027092659cb7e3ccb696800da7eb.tar.bz2
webtrees-4b326cd27168027092659cb7e3ccb696800da7eb.zip
Update library rhumsaa/uuid
Diffstat (limited to 'library/rhumsaa/uuid/composer.json')
-rw-r--r--library/rhumsaa/uuid/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/rhumsaa/uuid/composer.json b/library/rhumsaa/uuid/composer.json
index d8ec088bab..5e7dd72a8a 100644
--- a/library/rhumsaa/uuid/composer.json
+++ b/library/rhumsaa/uuid/composer.json
@@ -26,7 +26,8 @@
"moontoast/math": "~1.1",
"symfony/console": "~2.3",
"doctrine/dbal": ">=2.3",
- "phpunit/phpunit": "~3.7"
+ "phpunit/phpunit": "~4.1",
+ "satooshi/php-coveralls": "~0.6"
},
"bin": ["bin/uuid"],
"suggest": {
@@ -35,7 +36,7 @@
"doctrine/dbal": "Allow the use of a UUID as doctrine field type."
},
"autoload": {
- "psr-0": {"Rhumsaa\\Uuid": "src/"}
+ "psr-4": {"Rhumsaa\\Uuid\\": "src/"}
},
"extra": {
"branch-alias": {