Skip to content

Commit b8185d2

Browse files
Update README.md
Versioning
1 parent dd9249a commit b8185d2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
This package provides additional features for Laravel's Service Container.
1212

13-
The package requires PHP `^8.1` and Laravel `^10.x`.
14-
1513
## #StandWithUkraine
1614
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
1715

@@ -24,15 +22,12 @@ The package requires PHP `^8.1` and Laravel `^10.x`.
2422

2523
## Installation
2624

27-
Install the package via composer (Laravel 10):
25+
Install the package via composer (Laravel 11):
2826
```bash
2927
composer require michael-rubel/laravel-enhanced-container
3028
```
3129

32-
If you need the version for Laravel 9, use:
33-
```bash
34-
composer require michael-rubel/laravel-enhanced-container "^10.0"
35-
```
30+
If you need the package for older versions of Laravel, check [changelog](https://github.com/michael-rubel/laravel-enhanced-container/releases).
3631

3732
## Usage
3833

0 commit comments

Comments
 (0)