Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
lower the minimum PHP version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Fabrégat committed Mar 1, 2018
1 parent c75f5d9 commit b999d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "codeinchq/lib-psr7responses",
"version": "1.1.0",
"version": "1.1.1",
"description": "A collection of PSR-7 responses",
"homepage": "https://github.com/codeinchq/lib-psr7responses",
"type": "library",
"license": "MIT",
"require": {
"php": ">=7.2",
"php": ">=7.1",
"psr/http-message": "^1.0",
"guzzlehttp/psr7": "^1.4",
"codeinchq/lib-errordisplay": "^1.1"
Expand Down

0 comments on commit b999d62

Please sign in to comment.