Skip to content

Commit

Permalink
Changed minimum PHP requirement to PHP 5.4+
Browse files Browse the repository at this point in the history
* BulletProof uses short array syntax introduced with PHP 5.4
* Issue #41 mentioned the issues with PHP 5.3
  • Loading branch information
thorsten committed Oct 10, 2015
1 parent e538b3b commit 0e7f8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.4.0"
},
"require-dev":{
"phpunit/phpunit":"3.7.*"
Expand Down

0 comments on commit 0e7f8ae

Please sign in to comment.