Skip to content

Commit

Permalink
require array_column() shim so php version requirement can be reduced…
Browse files Browse the repository at this point in the history
… to >=5.4
  • Loading branch information
apemsel committed Feb 26, 2016
1 parent 25e42ab commit 3f2236e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"vendor-dir": "vendor"
},
"require": {
"php": ">=5.5"
"php": ">=5.4",
"ramsey/array_column": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
Expand Down
54 changes: 50 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f2236e

Please sign in to comment.