Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed May 4, 2022
1 parent a06d563 commit 97f3352
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,22 @@ If you want to contribute to Filament packages, you may want to test it in a rea
Install the packages in your app's `composer.json`:

```json
"require": {
"filament/filament": "dev-fix/error-message as 2.x-dev",
"filament/forms": "dev-fix/error-message as 2.x-dev",
"filament/tables": "dev-fix/error-message as 2.x-dev",
},
"repositories": [
{
"type": "path",
"url": "filament/packages/*"
}
]
{
...
"require": {
"filament/filament": "dev-fix/error-message as 2.x-dev",
"filament/forms": "dev-fix/error-message as 2.x-dev",
"filament/support": "dev-fix/error-message as 2.x-dev",
"filament/tables": "dev-fix/error-message as 2.x-dev"
},
"repositories": [
{
"type": "path",
"url": "filament/packages/*"
}
],
...
}
```

Now, run `composer update`.
Expand Down

0 comments on commit 97f3352

Please sign in to comment.