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 1919 "require" : {
2020 "php" : " >=7.2" ,
2121 "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 " ,
2626 "symfony/psr-http-message-bridge" : " ^1.3.0 || ^2" ,
2727 "laminas/laminas-diactoros" : " ^2.2.2" ,
2828 "symfony/cache" : " ^4.3 || ^5"
2929 },
3030 "require-dev" : {
31- "orchestra/testbench" : " ^3.7.7 || ^4" ,
31+ "orchestra/testbench" : " ^3.7.7 || ^4 || ^5 " ,
3232 "phpunit/phpunit" : " ^7.5.4 || ^8.3" ,
3333 "ext-sqlite3" : " *"
3434 },
Original file line number Diff line number Diff line change @@ -169,5 +169,6 @@ public function testCachePurger(): void
169169 {
170170 $ cachePurger = $ this ->app ->make (CachePurger::class);
171171 $ cachePurger ->handle ();
172+ $ this ->assertTrue (true );
172173 }
173174}
You can’t perform that action at this time.
0 commit comments