File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Is operator for PHP
4
4
[ ![ Build Status on TravisCI] ( https://secure.travis-ci.org/xp-lang/php-is-operator.svg )] ( http://travis-ci.org/xp-lang/php-is-operator )
5
5
[ ![ XP Framework Module] ( https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png )] ( https://github.com/xp-framework/core )
6
6
[ ![ 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/ )
7
8
[ ![ Supports PHP 7.0+] ( https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png )] ( http://php.net/ )
8
9
[ ![ Latest Stable Version] ( https://poser.pugx.org/xp-lang/php-is-operator/version.png )] ( https://packagist.org/packages/xp-lang/php-is-operator )
9
10
Original file line number Diff line number Diff line change 6
6
"description" : " Is operator for PHP" ,
7
7
"keywords" : [" language" , " module" , " xp" ],
8
8
"require" : {
9
- "xp-framework/core" : " ^9.0 | ^8.0" ,
9
+ "xp-framework/core" : " ^9.0 | ^8.0 | ^7.0 " ,
10
10
"xp-framework/compiler" : " dev-master as 4.0.0" ,
11
- "php" : " >=7.0 .0"
11
+ "php" : " >=5.6 .0"
12
12
},
13
13
"require-dev" : {
14
14
"xp-framework/unittest" : " ^9.0 | ^8.0"
You can’t perform that action at this time.
0 commit comments