From 8c7caef84de24cd40666a9a911fad171cf81d6bf Mon Sep 17 00:00:00 2001 From: MoeBrowne Date: Fri, 22 Nov 2019 18:52:25 +0000 Subject: [PATCH] Adds a requirements section to the README (#35) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bded07e..41749e5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Server Push is a HTTP/2 concept which allows the server to speculatively start s This package aims to provide the _easiest_ experience for adding Server Push to your responses. 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. +## Requirements + +- Laravel 5 +- PHP 7 + ## Installation You can install the package via composer: