From 955c2605842e949ffef3264a1e4fe1b377d77156 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Tue, 26 Dec 2017 16:22:56 -0500 Subject: [PATCH] Relax version constraint. --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce40e51..9ea642c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Downloads](https://img.shields.io/packagist/dt/paragonie/quill.svg)](https://packagist.org/packages/paragonie/quill) Quill is a library for publishing data to a [Chronicle](https://github.com/paragonie/chronicle) instance. -**Requires PHP 7.2 or newer.** +**Requires PHP 7 or newer. PHP 7.2+ is recommended.** ## Installing diff --git a/composer.json b/composer.json index b6daaf3..6549dd3 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "paragonie/quill", "description": "Library for quickly and easily writing data to a Chronicle instance", "license": "ISC", + "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", @@ -9,13 +10,12 @@ } ], "require": { - "php": "^7.2", + "php": "^7", "guzzlehttp/guzzle": "^6", "paragonie/constant_time_encoding": "^2", "paragonie/sapient": "^1", "paragonie/sodium_compat": "^1.4" }, - "autoload": { "psr-4": { "ParagonIE\\Quill\\": "src/"