Skip to content

Commit

Permalink
Updated dependencies. Minimum PHP is now 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren committed Jun 2, 2023
1 parent f29f0d6 commit 31c86aa
Show file tree
Hide file tree
Showing 5 changed files with 786 additions and 918 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor/
.phpunit.result.cache
/.phpunit.cache
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.0 and Laravel 8.
This package requires at least PHP 8.1 and Laravel 8.

## Usage
Add the `SnoerenDevelopment\AdminUsers\Adminable` trait to your user model and
Expand Down
6 changes: 3 additions & 3 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.0",
"php": "^8.1",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^v7.9.0",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "v8.5.5",
"phpunit/phpunit": "^10.2.0",
"spatie/macroable": "^2.0.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 31c86aa

Please sign in to comment.