File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private function process(): int
4444 $ process ->run (fn ($ type , $ buffer ) => $ output ->write ($ buffer ));
4545
4646 return $ process ->getExitCode ();
47- } catch (ProcessTimedOutException $ e ) {
47+ } catch (ProcessTimedOutException $ e ) {
4848 $ this ->failure ($ e ->getMessage () . '<br />You can overwrite this timeout with the processTimeout key in your duster.json file. ' );
4949
5050 return 1 ;
Original file line number Diff line number Diff line change 11{
22 "require" : {
3- "php" : " ^8.0"
3+ "php" : " ^8.1. 0"
44 },
55 "require-dev" : {
6- "friendsofphp/php-cs-fixer" : " ^3.14 " ,
7- "laravel-zero/framework" : " ^9.2 " ,
8- "laravel/pint" : " 1.5 " ,
6+ "friendsofphp/php-cs-fixer" : " ^3.16.0 " ,
7+ "laravel-zero/framework" : " ^10.0.0 " ,
8+ "laravel/pint" : " ^1.9 " ,
99 "nunomaduro/larastan" : " ^2.2" ,
10- "nunomaduro/termwind" : " ^1.14 " ,
10+ "nunomaduro/termwind" : " ^1.15.1 " ,
1111 "pestphp/pest" : " ^1.21.3" ,
1212 "rector/rector" : " ^0.15.10" ,
1313 "spatie/invade" : " ^1.1" ,
4141 "pestphp/pest-plugin" : true
4242 },
4343 "platform" : {
44- "php" : " 8.0.2 "
44+ "php" : " 8.1.0 "
4545 }
4646 },
4747 "minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 3030 }
3131 ],
3232 "require" : {
33- "php" : " ^8.0"
33+ "php" : " ^8.1. 0"
3434 },
3535 "require-dev" : {
36- "friendsofphp/php-cs-fixer" : " ^3.14 " ,
37- "laravel-zero/framework" : " ^9.2 " ,
38- "laravel/pint" : " 1.5 " ,
39- "nunomaduro/termwind" : " ^1.14 " ,
36+ "friendsofphp/php-cs-fixer" : " ^3.16.0 " ,
37+ "laravel-zero/framework" : " ^10.0.0 " ,
38+ "laravel/pint" : " ^1.9 " ,
39+ "nunomaduro/termwind" : " ^1.15.1 " ,
4040 "spatie/invade" : " ^1.1" ,
4141 "squizlabs/php_codesniffer" : " ^3.7" ,
4242 "tightenco/tlint" : " ^8.0"
6767 "pestphp/pest-plugin" : true
6868 },
6969 "platform" : {
70- "php" : " 8.0.2 "
70+ "php" : " 8.1.0 "
7171 }
7272 },
7373 "minimum-stability" : " dev" ,
Original file line number Diff line number Diff line change 2626 |
2727 */
2828
29- 'version ' => '1.2.1 ' ,
29+ 'version ' => '2.0.0 ' ,
3030
3131 /*
3232 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments