Skip to content

Commit ea3d62e

Browse files
committed
fix: composer dependency issue
1 parent 2aaccfa commit ea3d62e

File tree

3 files changed

+145
-115
lines changed

3 files changed

+145
-115
lines changed

composer.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"akaunting/laravel-money": "^5.1",
1313
"andrewdwallo/filament-companies": "^3.0",
1414
"andrewdwallo/filament-selectify": "^2.0",
15-
"filament/filament": "*",
15+
"filament/filament": "^3.0",
1616
"filament/spatie-laravel-tags-plugin": "^3.0-stable",
1717
"guzzlehttp/guzzle": "^7.2",
1818
"laravel/framework": "^10.10",
@@ -21,12 +21,6 @@
2121
"squirephp/model": "^3.4",
2222
"squirephp/repository": "^3.4"
2323
},
24-
"repositories": [
25-
{
26-
"type": "path",
27-
"url": "filament/packages/*"
28-
}
29-
],
3024
"require-dev": {
3125
"fakerphp/faker": "^1.9.1",
3226
"laravel/pint": "^1.0",
@@ -78,6 +72,6 @@
7872
"php-http/discovery": true
7973
}
8074
},
81-
"minimum-stability": "dev",
75+
"minimum-stability": "stable",
8276
"prefer-stable": true
8377
}

0 commit comments

Comments
 (0)