Skip to content

Commit 8c7caef

Browse files
moebrowneJacobBennett
authored andcommitted
Adds a requirements section to the README (#35)
1 parent 80703b4 commit 8c7caef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Server Push is a HTTP/2 concept which allows the server to speculatively start s
1212
This package aims to provide the _easiest_ experience for adding Server Push to your responses.
1313
Simply route your requests through the `AddHttp2ServerPush` middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS, JS and Image assets.
1414

15+
## Requirements
16+
17+
- Laravel 5
18+
- PHP 7
19+
1520
## Installation
1621

1722
You can install the package via composer:

0 commit comments

Comments
 (0)