File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 7.1
4
+ - 7.2
5
5
6
6
before_script :
7
7
- composer self-update
8
- - composer install --prefer-source --no-interaction --dev
8
+ - composer install --prefer-source --no-interaction
9
9
10
10
script : phpunit
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "illuminate/view" : " ^ 5.6.0 " ,
22
- "illuminate/support" : " ^ 5.6.0 " ,
23
- "illuminate/contracts" : " ^ 5.6.0 " ,
24
- "php" : " ^7.1.3 "
21
+ "illuminate/view" : " 5.6.x|5.7.x|5.8.x " ,
22
+ "illuminate/support" : " 5.6.x|5.7.x|5.8.x " ,
23
+ "illuminate/contracts" : " 5.6.x|5.7.x|5.8.x " ,
24
+ "php" : " ^7.2 "
25
25
},
26
26
"require-dev" : {
27
- "phpunit/phpunit" : " 7.* " ,
28
- "scrutinizer/ocular " : " ~1.1 " ,
29
- "squizlabs/php_codesniffer " : " ~2.3 " ,
30
- "orchestra/testbench " : " ~3.6 "
27
+ "phpunit/phpunit" : " ^7.5|^8.0 " ,
28
+ "orchestra/testbench " : " ~3.8.0 " ,
29
+ "scrutinizer/ocular " : " ^1.5 " ,
30
+ "squizlabs/php_codesniffer " : " ~2.3 "
31
31
},
32
32
"autoload" : {
33
33
"classmap" : [
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class TestCase extends TestBenchTestCase
9
9
/**
10
10
* Setup the test environment.
11
11
*/
12
- public function setUp ()
12
+ public function setUp (): void
13
13
{
14
14
parent ::setUp ();
15
15
You can’t perform that action at this time.
0 commit comments