Update dev requirements

This commit is contained in:
Ben Ramsey
2015-06-21 19:41:48 -05:00
parent 40636ca922
commit c8f320477b
+4 -4
View File
@@ -28,12 +28,12 @@
"php": ">=5.4"
},
"require-dev": {
"moontoast/math": "~1.1",
"ircmaxell/random-lib": "~1.0",
"phpunit/phpunit": "~4.5",
"moontoast/math": "^1.1",
"ircmaxell/random-lib": "^1.1",
"phpunit/phpunit": "^4.7",
"squizlabs/php_codesniffer": "^2.3",
"jakub-onderka/php-parallel-lint": "^0.9.0",
"satooshi/php-coveralls": "~0.6"
"satooshi/php-coveralls": "^0.6.1"
},
"suggest": {
"ramsey/uuid-doctrine": "Allow the use of a UUID as Doctrine field type.",