Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Fixing required PHP version (5.3.9+).
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Dec 18, 2013
1 parent 16ee9d6 commit 6b3aae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ A PHP library for creating and reading (without the phar extension) PHP archives
Requirement
-----------

- PHP >= 5.3.3
- PHP >= 5.3.9
- [Phine Exception] >= 1.0.0
- [Phine Observer] >= 2.0.0
- [Phine Path] >= 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"issues": "https://github.com/phine/lib-phar/issues"
},
"require": {
"php": ">=5.3.3",
"php": ">=5.3.9",
"phine/exception": "~1.0",
"phine/observer": "~2.0.0",
"phine/path": "~1.0"
Expand Down

0 comments on commit 6b3aae8

Please sign in to comment.