Skip to content

Commit

Permalink
Merge pull request #19 from blimundo/master
Browse files Browse the repository at this point in the history
add support to laravel 9
  • Loading branch information
hackerESQ authored Mar 9, 2022
2 parents d9854da + 045b445 commit 55888e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/hackerESQ/laravel-settings.svg?style=flat-square)](https://packagist.org/packages/hackerESQ/laravel-settings)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

Super simple key/value settings for Laravel 8.0+ that natively supports [encryption](#encryption) and [multi-tenancy](#multi-tenancy).
Super simple key/value settings for Laravel that natively supports [encryption](#encryption) and [multi-tenancy](#multi-tenancy).

* [Installation](#installation)
* [Usage](#usage)
Expand All @@ -21,7 +21,7 @@ Super simple key/value settings for Laravel 8.0+ that natively supports [encrypt


## Installation
This package can be used in Laravel 8.0 or higher.
This package can be used in Laravel 8.0+ and 9.0+.

You can install the package via composer:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php" : ">=8.0",
"laravel/framework": "^8.0",
"laravel/framework": "^8.0|^9.0",
"doctrine/dbal": "^2.8"
},
"require-dev": {
Expand Down

0 comments on commit 55888e1

Please sign in to comment.