File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/woohool
10
10
11
11
- ** Document any change in behaviour** - Make sure the ` README.md ` and any other relevant documentation are kept up-to-date.
12
12
13
- - ** Consider our release cycle** - We try to follow [ SemVer v2.0.0] ( http ://semver.org/) .
13
+ - ** Consider our release cycle** - We try to follow [ SemVer v2.0.0] ( https ://semver.org/) .
14
14
15
15
- ** Create feature branches** - Don't ask us to pull from your master branch.
16
16
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ one of the fastest PHP containers.
50
50
51
51
### Features
52
52
53
- - [ PSR-11] ( http ://www.php-fig.org/psr/psr-11/) (former Container-Interop) compliance
53
+ - [ PSR-11] ( https ://www.php-fig.org/psr/psr-11/) (former Container-Interop) compliance
54
54
- Supports compilation for [ maximum performance] ( https://rawgit.com/kocsismate/php-di-container-benchmarks/master/var/benchmark.html )
55
55
- Supports dynamic usage for development
56
56
- Supports constructor and property injection
@@ -59,7 +59,7 @@ one of the fastest PHP containers.
59
59
60
60
## Install
61
61
62
- The only thing you need is [ Composer] ( http ://getcomposer.org) before getting started. Then run the command below to get
62
+ The only thing you need is [ Composer] ( https ://getcomposer.org) before getting started. Then run the command below to get
63
63
the latest version:
64
64
65
65
``` bash
@@ -77,7 +77,7 @@ Zen requires PHP 7.1 at least.
77
77
78
78
As Zen is a PSR-11 compliant container, it supports the ` $container->has() ` and
79
79
` $container->get() ` methods as defined by
80
- [ ` ContainerInterface ` ] ( http ://www.php-fig.org/psr/psr-11/) .
80
+ [ ` ContainerInterface ` ] ( https ://www.php-fig.org/psr/psr-11/) .
81
81
82
82
### Types of injection
83
83
@@ -446,7 +446,7 @@ complete example!
446
446
447
447
## Versioning
448
448
449
- This library follows [ SemVer v2.0.0] ( http ://semver.org/) .
449
+ This library follows [ SemVer v2.0.0] ( https ://semver.org/) .
450
450
451
451
## Change Log
452
452
You can’t perform that action at this time.
0 commit comments