Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoraddatz committed Jun 26, 2023
2 parents a24d572 + b60eb64 commit ff0baa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ However, currently there are also some disadvantages (feel free to contribute!):

## Installation

This package requires Laravel 9+.
This package requires Laravel 9.33+.
You can install the package via composer:

```bash
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
],
"require": {
"php": "^8.1",
"illuminate/config": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/queue": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"illuminate/config": "^9.33|^10.0",
"illuminate/contracts": "^9.33|^10.0",
"illuminate/database": "^9.33|^10.0",
"illuminate/queue": "^9.33|^10.0",
"illuminate/routing": "^9.33|^10.0",
"illuminate/support": "^9.33|^10.0",
"illuminate/view": "^9.33|^10.0",
"spatie/laravel-package-tools": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit ff0baa8

Please sign in to comment.