Skip to content

Commit b566b2e

Browse files
committed
Use https instead of http
1 parent 7e204e6 commit b566b2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/woohool
1010

1111
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
1212

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/).
1414

1515
- **Create feature branches** - Don't ask us to pull from your master branch.
1616

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ one of the fastest PHP containers.
5050

5151
### Features
5252

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
5454
- Supports compilation for [maximum performance](https://rawgit.com/kocsismate/php-di-container-benchmarks/master/var/benchmark.html)
5555
- Supports dynamic usage for development
5656
- Supports constructor and property injection
@@ -59,7 +59,7 @@ one of the fastest PHP containers.
5959

6060
## Install
6161

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
6363
the latest version:
6464

6565
```bash
@@ -77,7 +77,7 @@ Zen requires PHP 7.1 at least.
7777

7878
As Zen is a PSR-11 compliant container, it supports the `$container->has()` and
7979
`$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/).
8181

8282
### Types of injection
8383

@@ -446,7 +446,7 @@ complete example!
446446

447447
## Versioning
448448

449-
This library follows [SemVer v2.0.0](http://semver.org/).
449+
This library follows [SemVer v2.0.0](https://semver.org/).
450450

451451
## Change Log
452452

0 commit comments

Comments
 (0)