File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed
Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ language: php
22
33matrix :
44 include :
5- - php : 7.2
6- env : ILLUMINATE_VERSION=6.0
7- - php : 7.2
8- env : ILLUMINATE_VERSION=6.*
5+ - php : 7.3
6+ env : ILLUMINATE_VERSION=8.*
97php :
10- - 7.2
8+ - 7.3
119
1210sudo : false
1311
Original file line number Diff line number Diff line change 99 " conversation"
1010 ],
1111 "require" : {
12- "php" : " ^7.2" ,
13- "laravel/framework" : " ^6.0|^7.0" ,
14- "spatie/laravel-fractal" : " ^5.7"
12+ "php" : " >=7.3" ,
13+ "laravel/framework" : " ^6.0|^7.0|^8.0" ,
14+ "spatie/laravel-fractal" : " ^5.8" ,
15+ "laravel/legacy-factories" : " ^1.0"
1516 },
1617 "require-dev" : {
17- "phpunit/phpunit" : " ^8.0" ,
18- "orchestra/testbench" : " ^4.0" ,
19- "orchestra/database" : " ^4.0" ,
18+ "phpunit/phpunit" : " ^8.0|^9.0" ,
19+ "orchestra/testbench" : " ^4.0|^6.0" ,
2020 "mockery/mockery" : " ^1.0.0"
2121 },
2222 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1111use Musonza \Chat \ChatServiceProvider ;
1212use Musonza \Chat \Facades \ChatFacade ;
1313use Musonza \Chat \Tests \Helpers \Models \User ;
14- use Orchestra \Database \ConsoleServiceProvider ;
1514
1615class TestCase extends \Orchestra \Testbench \TestCase
1716{
@@ -107,7 +106,6 @@ protected function getEnvironmentSetUp($app)
107106 protected function getPackageProviders ($ app )
108107 {
109108 return [
110- ConsoleServiceProvider::class,
111109 ChatServiceProvider::class,
112110 ];
113111 }
You can’t perform that action at this time.
0 commit comments