codeception/module-laravel5

This commit is contained in:
rahul shukla 2020-01-22 19:16:47 +05:30
parent 0a0a86bf46
commit 15aca03e54
2 changed files with 225 additions and 1 deletions

View File

@ -41,6 +41,7 @@
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.1",
"codeception/module-filesystem": "^1.0",
"codeception/module-laravel5": "^1.0",
"filp/whoops": "^2.0",
"fzaninotto/faker": "^1.4",
"laravel/dusk": "^5.7.0",

225
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": "6b5675ddb7cd173f6d023056babe71d9",
"content-hash": "f89fd224d5966e4af23fb443f7074697",
"packages": [
{
"name": "astrotomic/laravel-translatable",
@ -5471,6 +5471,59 @@
],
"time": "2019-11-13T17:28:28+00:00"
},
{
"name": "codeception/lib-innerbrowser",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/Codeception/lib-innerbrowser.git",
"reference": "289028f011dcc954c530e946ea34bb7ce4ec2721"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/289028f011dcc954c530e946ea34bb7ce4ec2721",
"reference": "289028f011dcc954c530e946ea34bb7ce4ec2721",
"shasum": ""
},
"require": {
"codeception/codeception": "*@dev",
"php": ">=5.6.0 <8.0",
"symfony/browser-kit": ">=2.7 <6.0",
"symfony/dom-crawler": ">=2.7 <6.0"
},
"conflict": {
"codeception/codeception": "<4.0"
},
"require-dev": {
"codeception/util-universalframework": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
},
{
"name": "Gintautas Miselis"
}
],
"description": "Parent library for all Codeception framework modules and PhpBrowser",
"homepage": "http://codeception.com/",
"keywords": [
"codeception"
],
"time": "2019-11-26T16:50:12+00:00"
},
{
"name": "codeception/module-asserts",
"version": "1.1.1",
@ -5574,6 +5627,56 @@
],
"time": "2019-12-04T17:13:39+00:00"
},
{
"name": "codeception/module-laravel5",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/Codeception/module-laravel5.git",
"reference": "1cd28f775b4f85a2983fa7d8cb1698d5174e9beb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/module-laravel5/zipball/1cd28f775b4f85a2983fa7d8cb1698d5174e9beb",
"reference": "1cd28f775b4f85a2983fa7d8cb1698d5174e9beb",
"shasum": ""
},
"require": {
"codeception/codeception": "4.0.x-dev | ^4.0",
"codeception/lib-innerbrowser": "dev-master | ^1.0",
"php": ">=5.6.0 <8.0"
},
"require-dev": {
"codeception/module-asserts": "dev-master | ^1.0",
"codeception/module-rest": "dev-master | ^1.0",
"codeception/util-robohelpers": "dev-master"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan-Henk Gerritsen"
},
{
"name": "Michael Bodnarchuk"
}
],
"description": "Codeception module for Laravel 5 framework",
"homepage": "http://codeception.com/",
"keywords": [
"codeception",
"laravel5"
],
"time": "2019-10-10T15:58:56+00:00"
},
{
"name": "codeception/phpunit-wrapper",
"version": "7.8.0",
@ -7447,6 +7550,126 @@
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/browser-kit",
"version": "v5.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "b0294489a7fbb4f3f39c39efe6f0328cb09731b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/b0294489a7fbb4f3f39c39efe6f0328cb09731b9",
"reference": "b0294489a7fbb4f3f39c39efe6f0328cb09731b9",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/dom-crawler": "^4.4|^5.0"
},
"require-dev": {
"symfony/css-selector": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0"
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T14:08:26+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v5.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "439c3c7be4daa569deef0dd1e30cf3562108d062"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/439c3c7be4daa569deef0dd1e30cf3562108d062",
"reference": "439c3c7be4daa569deef0dd1e30cf3562108d062",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": {
"masterminds/html5": "^2.6",
"symfony/css-selector": "^4.4|^5.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T14:08:26+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.0.3",