Skip to content

Commit

Permalink
at least php 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Bragg committed Feb 21, 2016
1 parent 7b1e73e commit 4bb6398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
}
],
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"graze/data-structure": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/phpunit": "5.*",
"mockery/mockery": "^0.9.4",
"squizlabs/php_codesniffer": "^2.5"
},
Expand Down

0 comments on commit 4bb6398

Please sign in to comment.