From 3c4a0fb46da1949dde70820a9c8460f779b78e46 Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 9 Apr 2016 19:19:23 -0400 Subject: [PATCH] Version 1.x branch supports PHP 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8f10e6..6ea28b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Content Security Policy Builder -[![Build Status](https://travis-ci.org/paragonie/csp-builder.svg?branch=master)](https://travis-ci.org/paragonie/csp-builder) +[![Build Status](https://travis-ci.org/paragonie/csp-builder.svg?branch=v1.x)](https://travis-ci.org/paragonie/csp-builder) Easily integrate Content-Security-Policy headers into your web application, either from a JSON configuration file, or programatically. @@ -145,4 +145,4 @@ $policy->saveSnippet( ); ``` -Make sure you reload your webserver afterwards. \ No newline at end of file +Make sure you reload your webserver afterwards.