Skip to content

Commit e660d8d

Browse files
committed
Remove HHVM, add PHP 7.4
1 parent 51f0290 commit e660d8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ php:
88
- 7.1
99
- 7.2
1010
- 7.3
11-
- hhvm
11+
- 7.4
1212
- nightly
1313

1414
matrix:
@@ -17,7 +17,7 @@ matrix:
1717
- php: nightly
1818

1919
before_script:
20-
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
20+
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.1.7.sh > xp-run
2121
- composer install --prefer-dist
2222
- echo "vendor/autoload.php" > composer.pth
2323
- wget 'https://github.com/json-patch/json-patch-tests/archive/master.zip' -O master.zip

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ JSON Patch
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)
77
[![Required PHP 5.6+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_6plus.png)](http://php.net/)
88
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
9-
[![Supports HHVM 3.5+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_5plus.png)](http://hhvm.com/)
109
[![Latest Stable Version](https://poser.pugx.org/xp-forge/json-patch/version.png)](https://packagist.org/packages/xp-forge/json-patch)
1110

1211
Implements JSON patch documents described in [RFC #6902](http://tools.ietf.org/html/rfc6902) and JSON Pointer from [RFC #6901](http://tools.ietf.org/html/rfc6901). Tested against the spec available at https://github.com/json-patch/json-patch-tests. See also http://jsonpatch.com/.

0 commit comments

Comments
 (0)