File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 10
10
11
11
This package provides additional features for Laravel's Service Container.
12
12
13
- The package requires PHP ` ^8.1 ` and Laravel ` ^10.x ` .
14
-
15
13
## #StandWithUkraine
16
14
[ ![ SWUbanner] ( https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg )] ( https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md )
17
15
@@ -24,15 +22,12 @@ The package requires PHP `^8.1` and Laravel `^10.x`.
24
22
25
23
## Installation
26
24
27
- Install the package via composer (Laravel 10 ):
25
+ Install the package via composer (Laravel 11 ):
28
26
``` bash
29
27
composer require michael-rubel/laravel-enhanced-container
30
28
```
31
29
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 ) .
36
31
37
32
## Usage
38
33
You can’t perform that action at this time.
0 commit comments