From 79007103f51a1a22a735891ffef4c01e0c07fff3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2019 14:04:50 +0200 Subject: v5.1.2 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index af3e08b..83e12ba 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phpspec/phpspec", - "description": "Specification-oriented BDD framework for PHP 5.6+", + "description": "Specification-oriented BDD framework for PHP 7.1+", "keywords": ["BDD", "SpecBDD", "TDD", "spec", "specification", "tests", "testing"], "homepage": "http://phpspec.net/", "type": "library", @@ -64,4 +64,5 @@ "dev-master": "5.1.x-dev" } } + } -- cgit