We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2ec96 commit fcfb840Copy full SHA for fcfb840
composer.json
@@ -20,12 +20,14 @@
20
],
21
"require": {
22
"php": ">=5.6",
23
- "letsdrink/ouzo-goodies": "dev-master",
24
- "doctrine/annotations": "1.2.*"
+ "letsdrink/ouzo-goodies": "1.6.0",
+ "doctrine/annotations": "1.2.7"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "4.8.*",
28
- "scrutinizer/ocular": "1.3.0"
+ "phpunit/phpunit": "4.8.36",
+ "scrutinizer/ocular": "1.3.0",
29
+ "doctrine/instantiator": "1.0.5",
30
+ "phpdocumentor/reflection-common": "0.3"
31
32
"autoload": {
33
"psr-0": {
0 commit comments