Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Upgrade PHP version requirement (#27)
Browse files Browse the repository at this point in the history
Resolves #25. Collection usage of PHP's `array_filter` uses the
optional `flag` parameter, which was added in PHP 5.6.
  • Loading branch information
besologic authored Nov 18, 2016
1 parent 0258c13 commit bd8b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.5.9"
"php": ">=5.6.4"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
Expand Down

0 comments on commit bd8b80d

Please sign in to comment.