We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaccfa commit ea3d62eCopy full SHA for ea3d62e
composer.json
@@ -12,7 +12,7 @@
12
"akaunting/laravel-money": "^5.1",
13
"andrewdwallo/filament-companies": "^3.0",
14
"andrewdwallo/filament-selectify": "^2.0",
15
- "filament/filament": "*",
+ "filament/filament": "^3.0",
16
"filament/spatie-laravel-tags-plugin": "^3.0-stable",
17
"guzzlehttp/guzzle": "^7.2",
18
"laravel/framework": "^10.10",
@@ -21,12 +21,6 @@
21
"squirephp/model": "^3.4",
22
"squirephp/repository": "^3.4"
23
},
24
- "repositories": [
25
- {
26
- "type": "path",
27
- "url": "filament/packages/*"
28
- }
29
- ],
30
"require-dev": {
31
"fakerphp/faker": "^1.9.1",
32
"laravel/pint": "^1.0",
@@ -78,6 +72,6 @@
78
72
"php-http/discovery": true
79
73
}
80
74
81
- "minimum-stability": "dev",
75
+ "minimum-stability": "stable",
82
76
"prefer-stable": true
83
77
0 commit comments