diff --git a/composer.json b/composer.json index 3a95dbcdd..5ac8c0258 100755 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "require-dev": { "barryvdh/laravel-debugbar": "^3.1", "codeception/codeception": "^4.0", + "codeception/module-asserts": "^1.1", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "laravel/dusk": "^5.7.0", diff --git a/composer.lock b/composer.lock index 09e536452..b3f29d8bb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7462e554659628e02c0730d3dfb372a4", + "content-hash": "c3640c1ee1912fd52af7f7321113a3de", "packages": [ { "name": "astrotomic/laravel-translatable", @@ -5471,6 +5471,58 @@ ], "time": "2019-11-13T17:28:28+00:00" }, + { + "name": "codeception/module-asserts", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/Codeception/module-asserts.git", + "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e", + "reference": "87c83ca3ccfbc0d79f5effb57e1f82eeaab0cb3e", + "shasum": "" + }, + "require": { + "codeception/codeception": "*@dev", + "codeception/lib-asserts": "^1.0.0", + "php": ">=5.6.0 <8.0" + }, + "conflict": { + "codeception/codeception": "<4.0" + }, + "require-dev": { + "codeception/util-robohelpers": "dev-master" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Bodnarchuk" + }, + { + "name": "Gintautas Miselis" + } + ], + "description": "Codeception module containing various assertions", + "homepage": "http://codeception.com/", + "keywords": [ + "assertions", + "asserts", + "codeception" + ], + "time": "2019-11-13T17:32:27+00:00" + }, { "name": "codeception/phpunit-wrapper", "version": "7.8.0",