Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Aug 9, 2016
1 parent 1390dd1 commit 81189a9
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 164 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -12,12 +12,12 @@
],
"license": "MIT",
"require": {
"php": "~5.5 || ~7.0"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6.1",
"chadicus/coding-standard": "~1.0"
"phpunit/phpunit": "^5.0",
"satooshi/php-coveralls": "^1.0",
"chadicus/coding-standard": "^1.1.2"
},
"autoload": {
"psr-4": { "Chadicus\\Util\\": "src" }
Expand Down

0 comments on commit 81189a9

Please sign in to comment.