Skip to content

Commit

Permalink
Laravel 11 support!
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Mar 25, 2024
1 parent b8fea06 commit 2de7260
Show file tree
Hide file tree
Showing 3 changed files with 1,812 additions and 1,286 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer require snoeren-development/laravel-admin-users
```

### Requirements
This package requires at least PHP 8.1 and Laravel 8.
This package requires at least PHP 8.2 and Laravel 10.

## Usage
Add the `SnoerenDevelopment\AdminUsers\Adminable` trait to your user model and
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
],
"type": "laravel-package",
"require": {
"php": "^8.1",
"illuminate/support": "^8.0|^9.0|^10.0"
"php": "^8.2",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "v8.12.1",
"phpunit/phpunit": "^10.3.5",
"orchestra/testbench": "^v9.0.1",
"phpunit/phpunit": "^11.0.8",
"spatie/macroable": "^2.0.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 2de7260

Please sign in to comment.