File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
22
33php :
44 - ' 7.0'
5+ - ' 7.1'
56
67before_script :
78 - composer self-update
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " >=7.0" ,
16- "remorhaz/php-json-data" : " 0.2.1 " ,
17- "remorhaz/php-json-pointer" : " 0.3.1 "
16+ "remorhaz/php-json-data" : " ~0.3.0 " ,
17+ "remorhaz/php-json-pointer" : " ~0.4.0 "
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit" : " @stable " ,
20+ "phpunit/phpunit" : " ~6.1 " ,
2121 "codeclimate/php-test-reporter" : " dev-master"
2222 },
2323 "autoload" : {
Original file line number Diff line number Diff line change 22
33namespace Remorhaz \JSON \Test \Patch ;
44
5+ use PHPUnit \Framework \TestCase ;
56use Remorhaz \JSON \Data \Reference \Selector ;
67use Remorhaz \JSON \Data \Reference \Writer ;
78use Remorhaz \JSON \Patch \Patch ;
89
9- class PatchTest extends \PHPUnit_Framework_TestCase
10+ class PatchTest extends TestCase
1011{
1112
1213
You can’t perform that action at this time.
0 commit comments