codeception/module-asserts

This commit is contained in:
rahul shukla 2020-01-22 18:59:39 +05:30
parent 0337959327
commit 4e03cd81d3
2 changed files with 54 additions and 1 deletions

View File

@ -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",

54
composer.lock generated
View File

@ -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",