From fba866475b1ad6ecac1b3fe6cecbeaa3a9179c3e Mon Sep 17 00:00:00 2001 From: Ori Hoch Date: Mon, 17 Apr 2017 14:31:04 +0300 Subject: [PATCH] remove comment regarding not supporting old php version (we support them now!) --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 15b467c..4a15f5f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "frictionlessdata/tableschema", "description": "A utility library for working with Table Schema", "license": "MIT", - "--require-comments--": "we should be able to support older php versions, see comments on .travis.yml", "require": { "php": ">=5.4", "justinrainbow/json-schema": "^5.2"