Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 16, 2021
1 parent 8dac018 commit 1df58e2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 9,792 deletions.
105 changes: 54 additions & 51 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,56 @@
{
"name": "filament/filament",
"description": "A lightweight admin package to jumpstart your Laravel app.",
"keywords": [
"laravel",
"tailwind",
"livewire"
],
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0",
"blade-ui-kit/blade-heroicons": "^0.3",
"graham-campbell/markdown": "^13.1",
"league/glide-laravel": "^1.0",
"livewire/livewire": "^2.2",
"thomaswelton/laravel-gravatar": "^1.0",
"watson/active": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.0",
"pestphp/pest": "^1.0",
"vimeo/psalm": "4.3.2",
"psalm/plugin-laravel": "^1.4"
},
"autoload": {
"psr-4": {
"Filament\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Filament\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Filament\\FilamentServiceProvider"
],
"aliases": {
"Filament": "Filament\\Facades\\Filament"
}
}
},
"scripts": {
"test": "./vendor/bin/pest",
"bless": "./vendor/bin/psalm"
},
"minimum-stability": "dev",
"prefer-stable": true
"name": "filament/filament",
"description": "A lightweight admin package to jumpstart your Laravel app.",
"keywords": [
"laravel",
"tailwind",
"livewire"
],
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-heroicons": "^0.3",
"illuminate/contracts": "^8.0",
"graham-campbell/markdown": "^13.1",
"league/glide-laravel": "^1.0",
"livewire/livewire": "^2.2",
"thomaswelton/laravel-gravatar": "^1.0",
"watson/active": "^6.0"
},
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.0",
"pestphp/pest": "^1.0",
"psalm/plugin-laravel": "^1.4",
"vimeo/psalm": "4.3.2"
},
"autoload": {
"psr-4": {
"Filament\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Filament\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Filament\\FilamentServiceProvider"
],
"aliases": {
"Filament": "Filament\\Facades\\Filament"
}
}
},
"scripts": {
"test": "./vendor/bin/pest",
"bless": "./vendor/bin/psalm"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit 1df58e2

Please sign in to comment.