Skip to content

Commit

Permalink
Merge pull request #15 from TappNetwork/upgrade_to_filament3
Browse files Browse the repository at this point in the history
Filament 3 upgrade
  • Loading branch information
andreia authored Aug 4, 2023
2 parents 998fe48 + d93cd9a commit 442f07e
Show file tree
Hide file tree
Showing 5 changed files with 7,318 additions and 27 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ restore audits.
You can install the plugin via composer:

```bash
composer require tapp/filament-auditing
composer require tapp/filament-auditing:"^3.0"
```

> **Note**
> For **Filament 2.x** check the **[2.x](https://github.com//TappNetwork/filament-auditing/tree/2.x)** branch
You can publish the view file with:

```bash
Expand Down
22 changes: 18 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,31 @@
"audit"
],
"license": "MIT",
"authors": [
{
"name": "Tapp Network",
"email": "steve@tappnetwork.com",
"role": "Developer"
},
{
"name": "Tapp Network",
"email": "andreia.bohner@tappnetwork.com",
"role": "Developer"
}
],
"homepage": "https://github.com/TappNetwork/filament-auditing",
"support": {
"issues": "https://github.com/TappNetwork/filament-auditing/issues",
"source": "https://github.com/TappNetwork/filament-auditing"
},
"require": {
"php": "^8.0",
"filament/filament": "^2.0",
"filament/notifications": "^2.0",
"php": "^8.1",
"filament/filament": "^3.0-stable",
"owen-it/laravel-auditing": "^13.0",
"spatie/laravel-package-tools": "^1.12.1"
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"filament/upgrade": "^3.0-stable"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 442f07e

Please sign in to comment.