Skip to content

Commit fcfb840

Browse files
committed
Dependencies.
1 parent 1c2ec96 commit fcfb840

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
],
2121
"require": {
2222
"php": ">=5.6",
23-
"letsdrink/ouzo-goodies": "dev-master",
24-
"doctrine/annotations": "1.2.*"
23+
"letsdrink/ouzo-goodies": "1.6.0",
24+
"doctrine/annotations": "1.2.7"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "4.8.*",
28-
"scrutinizer/ocular": "1.3.0"
27+
"phpunit/phpunit": "4.8.36",
28+
"scrutinizer/ocular": "1.3.0",
29+
"doctrine/instantiator": "1.0.5",
30+
"phpdocumentor/reflection-common": "0.3"
2931
},
3032
"autoload": {
3133
"psr-0": {

0 commit comments

Comments
 (0)