File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: php
2
2
3
3
php :
4
4
- ' 7.0'
5
+ - ' 7.1'
5
6
6
7
before_script :
7
8
- composer self-update
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"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 "
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " @stable " ,
20
+ "phpunit/phpunit" : " ~6.1 " ,
21
21
"codeclimate/php-test-reporter" : " dev-master"
22
22
},
23
23
"autoload" : {
Original file line number Diff line number Diff line change 2
2
3
3
namespace Remorhaz \JSON \Test \Patch ;
4
4
5
+ use PHPUnit \Framework \TestCase ;
5
6
use Remorhaz \JSON \Data \Reference \Selector ;
6
7
use Remorhaz \JSON \Data \Reference \Writer ;
7
8
use Remorhaz \JSON \Patch \Patch ;
8
9
9
- class PatchTest extends \PHPUnit_Framework_TestCase
10
+ class PatchTest extends TestCase
10
11
{
11
12
12
13
You can’t perform that action at this time.
0 commit comments