summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
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"
}
}
+
}