Skip to content

Commit e5f5c5c

Browse files
committed
Update Laravel Zero and Pint
1 parent 380a01a commit e5f5c5c

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

app/Support/UserScript.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

builds/duster

260 KB
Binary file not shown.

composer-dev.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",
@@ -41,7 +41,7 @@
4141
"pestphp/pest-plugin": true
4242
},
4343
"platform": {
44-
"php": "8.0.2"
44+
"php": "8.1.0"
4545
}
4646
},
4747
"minimum-stability": "dev",

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
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"
@@ -67,7 +67,7 @@
6767
"pestphp/pest-plugin": true
6868
},
6969
"platform": {
70-
"php": "8.0.2"
70+
"php": "8.1.0"
7171
}
7272
},
7373
"minimum-stability": "dev",

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'version' => '1.2.1',
29+
'version' => '2.0.0',
3030

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)