Skip to content

Commit bbe1aee

Browse files
committed
updates
1 parent 7dd4fe2 commit bbe1aee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
},
3939
"require-dev": {
4040
"nunomaduro/collision": "^7.0",
41-
"phpstan/phpstan-deprecation-rules": "^1.0",
42-
"phpstan/phpstan-phpunit": "^1.0",
4341
"laravel/pint": "^1.0",
4442
"larastan/larastan": "^2.2",
4543
"orchestra/testbench": "^8.0",
46-
"phpstan/extension-installer": "^1.1",
47-
"phpstan/phpstan": "^1.10"
44+
"phpstan/extension-installer": "^1.4",
45+
"phpstan/phpstan": "^2.1",
46+
"phpstan/phpstan-deprecation-rules": "^2.0",
47+
"phpstan/phpstan-phpunit": "^2.0"
4848
},
4949
"autoload": {
5050
"psr-4": {

src/Filament/Schemata/Company/SettingsForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public static function mainSetting(): array
1414
{
1515
return [
1616
Section::make()
17+
->columnSpanFull()
1718
->schema([
1819
MultiLang::make('name')
1920
->live()

0 commit comments

Comments
 (0)