Skip to content

Commit

Permalink
4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Mar 13, 2024
1 parent 4a6cb30 commit 968396a
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,12 +4,12 @@ An SVG badge generator for Laravel.

## Installation

This version requires [PHP](https://php.net) 8.0 and 8.1, and supports Laravel 8.0 and above.
This version requires [PHP](https://php.net) 8.2 and Laravel 11.0 and above. For older versions of PHP or Laravel, check out the [3.x](https://github.com/cachethq/badger/tree/3.x) branch.

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```bash
$ composer require cachethq/badger
composer require cachethq/badger
```

Once installed, if you are not using automatic package discovery, then you need to register the `Cachet\Badger\BadgerServiceProvider` service provider in your `config/app.php`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "4.0-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 968396a

Please sign in to comment.