Skip to content

Commit

Permalink
Fix docblock, add correct documentator version
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Aug 29, 2018
1 parent d708704 commit 3edbee4
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 292 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"lib-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "6.*",
"squizlabs/php_codesniffer": "3.*",
"phpmd/phpmd" : "2.*",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "^7.3",
"squizlabs/php_codesniffer": "^3.3",
"phpmd/phpmd": "^2.6",
"phpdocumentor/phpdocumentor": "^2.9",
"php-coveralls/php-coveralls": "2.*"
},
"autoload": {
Expand Down
Loading

0 comments on commit 3edbee4

Please sign in to comment.