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 4
4
- 5.5
5
5
- 5.6
6
6
- 7.0
7
+ - 8.0
7
8
- hhvm
8
9
9
10
# This triggers builds to run on the new TravisCI infrastructure.
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ~5.6|~7 .0"
22
+ "php" : " ~5.6 || ~7.0 || ~8 .0"
23
23
},
24
24
"require-dev" : {
25
- "phpunit/phpunit" : " ~4.0||~5 .0" ,
25
+ "phpunit/phpunit" : " ~4.0 || ~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9 .0" ,
26
26
"scrutinizer/ocular" : " ~1.1" ,
27
27
"squizlabs/php_codesniffer" : " ~2.3"
28
28
},
33
33
},
34
34
"autoload-dev" : {
35
35
"psr-4" : {
36
- "Unicodeveloper\\ DumbPassword\\ Test" : " tests"
36
+ "Unicodeveloper\\ DumbPassword\\ Test\\ " : " tests"
37
37
}
38
38
},
39
39
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
namespace League \Skeleton ;
4
+ use PHPUnit \Framework \TestCase ;
4
5
5
- class ExampleTest extends \PHPUnit_Framework_TestCase
6
+ class ExampleTest extends TestCase
6
7
{
7
8
/**
8
9
* Test that true does in fact equal true
You can’t perform that action at this time.
0 commit comments