Skip to content

Commit

Permalink
removed filament as dependency added only widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh committed Aug 1, 2023
1 parent 2f7e530 commit 4b5d470
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,18 @@
],
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0",
"filament/widgets": "^3.0",
"spatie/laravel-analytics": "^5.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.10",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.26"
"phpstan/extension-installer": "^1.3",
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4b5d470

Please sign in to comment.