From ac5b66aa578da76f74457ff121fc311f42be57b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Cort=C3=A9s=20Guzm=C3=A1n?= Date: Thu, 29 Aug 2019 19:16:28 -0500 Subject: [PATCH] Bump phpspec to version 4 --- composer.json | 2 +- phpspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1ac19b2..30b2b28 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.6.4", - "phpspec/phpspec": "^3.0" + "phpspec/phpspec": "^4.0" }, "autoload": { "classmap": [], diff --git a/phpspec.yml b/phpspec.yml index 565d8c4..e987f78 100644 --- a/phpspec.yml +++ b/phpspec.yml @@ -1,6 +1,6 @@ suites: main: namespace: RFC - src_path: %paths.config% + src_path: "%paths.config%" formatter.name: pretty \ No newline at end of file