Skip to content

Commit

Permalink
Relax version constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Dec 26, 2017
1 parent 215a51a commit 955c260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "paragonie/quill",
"description": "Library for quickly and easily writing data to a Chronicle instance",
"license": "ISC",
"type": "library",
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "[email protected]"
}
],
"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/"
Expand Down

0 comments on commit 955c260

Please sign in to comment.