From 4c73c449255fb209d612510810948ffd85badb84 Mon Sep 17 00:00:00 2001 From: scribu Date: Wed, 8 May 2013 23:43:09 +0300 Subject: [PATCH] Bump required PHP version to 5.3.2 We depend on Composer and Composer doesn't work wit anything below that. This also allows us to move back to the upstream php-cli-tools package. --- composer.json | 4 ++-- composer.lock | 69 +++++++++++++++++++++++++++++------------------------------ 2 files changed, 36 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 64773ce1..dc3cc5aa 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "bin/wp" ], "require": { - "php": ">=5.3", - "wp-cli/php-cli-tools": "dev-master", + "php": ">=5.3.2", + "jlogsdon/cli": "~0.9.1", "mustache/mustache": "2.0.x" }, "suggest": { diff --git a/composer.lock b/composer.lock index 26c0f6bd..726e2b26 100644 --- a/composer.lock +++ b/composer.lock @@ -3,29 +3,29 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "b0b7111ec0133fedf911454fef153d87", + "hash": "2f907ef4729a8057cba8d5310e72ed9f", "packages": [ { - "name": "mustache/mustache", - "version": "v2.0.2", + "name": "jlogsdon/cli", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/bobthecow/mustache.php", - "reference": "v2.0.2" + "url": "git://github.com/jlogsdon/php-cli-tools.git", + "reference": "v0.9.1" }, "dist": { "type": "zip", - "url": "https://github.com/bobthecow/mustache.php/zipball/v2.0.2", - "reference": "v2.0.2", + "url": "https://github.com/jlogsdon/php-cli-tools/zipball/v0.9.1", + "reference": "v0.9.1", "shasum": "" }, "require": { - "php": ">=5.2.4" + "php": ">= 5.3.0" }, "type": "library", "autoload": { "psr-0": { - "Mustache": "src/" + "cli": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -34,40 +34,40 @@ ], "authors": [ { - "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "name": "James Logsdon", + "email": "jlogsdon@php.net", + "role": "Developer" } ], - "description": "A Mustache implementation in PHP.", - "homepage": "https://github.com/bobthecow/mustache.php", + "description": "Console utilities for PHP", + "homepage": "http://github.com/jlogsdon/php-cli-tools", "keywords": [ - "mustache", - "templating" + "cli", + "console" ], - "time": "2012-09-12 09:13:06" + "time": "2012-09-15 14:09:00" }, { - "name": "wp-cli/php-cli-tools", - "version": "dev-master", + "name": "mustache/mustache", + "version": "v2.0.2", "source": { "type": "git", - "url": "https://github.com/wp-cli/php-cli-tools.git", - "reference": "f3def25b862bb0c5330a6347c6c04d62a99eb217" + "url": "https://github.com/bobthecow/mustache.php", + "reference": "v2.0.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/f3def25b862bb0c5330a6347c6c04d62a99eb217", - "reference": "f3def25b862bb0c5330a6347c6c04d62a99eb217", + "url": "https://github.com/bobthecow/mustache.php/zipball/v2.0.2", + "reference": "v2.0.2", "shasum": "" }, "require": { - "php": ">= 5.3.0" + "php": ">=5.2.4" }, "type": "library", "autoload": { "psr-0": { - "cli": "lib/" + "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -76,18 +76,18 @@ ], "authors": [ { - "name": "James Logsdon", - "email": "jlogsdon@php.net", - "role": "Developer" + "name": "Justin Hileman", + "email": "justin@justinhileman.info", + "homepage": "http://justinhileman.com" } ], - "description": "Console utilities for PHP", - "homepage": "http://github.com/jlogsdon/php-cli-tools", + "description": "A Mustache implementation in PHP.", + "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ - "cli", - "console" + "mustache", + "templating" ], - "time": "2012-12-13 22:18:34" + "time": "2012-09-12 09:13:06" } ], "packages-dev": [ @@ -928,11 +928,10 @@ ], "minimum-stability": "stable", "stability-flags": { - "wp-cli/php-cli-tools": 20, "behat/behat": 0 }, "platform": { - "php": ">=5.3" + "php": ">=5.3.2" }, "platform-dev": [ -- 2.11.0