File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " >=7.2" ,
21
21
"thecodingmachine/graphqlite" : " ^4" ,
22
- "illuminate/console" : " ^5.7|^6.0" ,
23
- "illuminate/container" : " ^5.7|^6.0" ,
24
- "illuminate/support" : " ^5.7|^6.0" ,
25
- "illuminate/cache" : " ^5.7|^6.0" ,
22
+ "illuminate/console" : " ^5.7|^6.0|^7 " ,
23
+ "illuminate/container" : " ^5.7|^6.0|^7 " ,
24
+ "illuminate/support" : " ^5.7|^6.0|^7 " ,
25
+ "illuminate/cache" : " ^5.7|^6.0|^7 " ,
26
26
"symfony/psr-http-message-bridge" : " ^1.3.0 || ^2" ,
27
27
"laminas/laminas-diactoros" : " ^2.2.2" ,
28
28
"symfony/cache" : " ^4.3 || ^5"
29
29
},
30
30
"require-dev" : {
31
- "orchestra/testbench" : " ^3.7.7 || ^4" ,
31
+ "orchestra/testbench" : " ^3.7.7 || ^4 || ^5 " ,
32
32
"phpunit/phpunit" : " ^7.5.4 || ^8.3" ,
33
33
"ext-sqlite3" : " *"
34
34
},
Original file line number Diff line number Diff line change @@ -169,5 +169,6 @@ public function testCachePurger(): void
169
169
{
170
170
$ cachePurger = $ this ->app ->make (CachePurger::class);
171
171
$ cachePurger ->handle ();
172
+ $ this ->assertTrue (true );
172
173
}
173
174
}
You can’t perform that action at this time.
0 commit comments