Skip to content

Commit d9118f9

Browse files
committed
Document PHP 5.6 support
1 parent 94ca11a commit d9118f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Is operator for PHP
44
[![Build Status on TravisCI](https://secure.travis-ci.org/xp-lang/php-is-operator.svg)](http://travis-ci.org/xp-lang/php-is-operator)
55
[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)
66
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
7+
[![Required PHP 5.6+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_6plus.png)](http://php.net/)
78
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
89
[![Latest Stable Version](https://poser.pugx.org/xp-lang/php-is-operator/version.png)](https://packagist.org/packages/xp-lang/php-is-operator)
910

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"description" : "Is operator for PHP",
77
"keywords": ["language", "module", "xp"],
88
"require" : {
9-
"xp-framework/core": "^9.0 | ^8.0",
9+
"xp-framework/core": "^9.0 | ^8.0 | ^7.0",
1010
"xp-framework/compiler": "dev-master as 4.0.0",
11-
"php" : ">=7.0.0"
11+
"php" : ">=5.6.0"
1212
},
1313
"require-dev" : {
1414
"xp-framework/unittest": "^9.0 | ^8.0"

0 commit comments

Comments
 (0)