From 714d9f2d68d5a1f1b67b5b75e98bcdd9e90483bb Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 22 Nov 2017 12:07:43 -0600 Subject: [PATCH] project files/composer update --- .idea/php-test-framework.xml | 14 ++++++++++++++ .idea/php.xml | 2 +- composer.json | 6 +++--- phpvms.iml | 4 ++-- 4 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 .idea/php-test-framework.xml diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 00000000..32c97ed7 --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index b7849797..d018b76d 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -137,7 +137,7 @@ - + \ No newline at end of file diff --git a/composer.json b/composer.json index bcfd13f0..2d46a220 100755 --- a/composer.json +++ b/composer.json @@ -39,14 +39,14 @@ "hashids/hashids": "2.0.*", "maatwebsite/excel": "2.1.*", "symfony/css-selector": "3.1.*", - "symfony/dom-crawler": "3.3.*" + "symfony/dom-crawler": "3.3.*", + "phpunit/phpunit": "6.4.0", + "scriptfusion/phpunit-immediate-exception-printer": "1.3.0" }, "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "0.9.*", - "phpunit/phpunit": "~6.0", "laravel/homestead": "v6.2.2", - "scriptfusion/phpunit-immediate-exception-printer": "^1", "filp/whoops": "~2.0" }, "autoload": { diff --git a/phpvms.iml b/phpvms.iml index bc4fd4dc..04707546 100644 --- a/phpvms.iml +++ b/phpvms.iml @@ -123,13 +123,13 @@ - + - +