Skip to content

Commit

Permalink
Update dependency version and remove version constraint (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJose123 authored Feb 24, 2025
2 parents 2352d4d + e0bd2d2 commit 1f2d8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
You can install the package via composer:

```bash
composer require marjose123/filament-lockscreen:"^2.0"
composer require marjose123/filament-lockscreen
```

Optionally, you can publish the views using
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.1|^8.0|^8.2|^8.3|^8.4",
"danharrin/livewire-rate-limiting": "^1.0",
"danharrin/livewire-rate-limiting": "^1.0|^2.1.0",
"filament/filament": "^v3.0",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/support": "^10.0|^11.0"
Expand Down

0 comments on commit 1f2d8af

Please sign in to comment.