Skip to content

Commit

Permalink
Added indigophp/hash-compat to suggest and require dev for PHP 5.5 su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
alexbilbie committed May 6, 2016
1 parent 4c6c189 commit 599c9ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0",
"zendframework/zend-diactoros": "^1.0"
"zendframework/zend-diactoros": "^1.0",
"indigophp/hash-compat": "^1.1"
},
"repositories": [
{
Expand Down Expand Up @@ -63,5 +64,8 @@
"branch-alias": {
"dev-V5-WIP": "5.0-dev"
}
},
"suggest": {
"indigophp/hash-compat": "Polyfill for hash_equals function for PHP 5.5"
}
}

0 comments on commit 599c9ab

Please sign in to comment.