30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-05-31 21:40:50 +00:00

Update Composer (#218)

Update Composer. Add Gherkin. Update new version codeception 2.2.1. Update jorobo.  Merged on review.
This commit is contained in:
Jelle Kok 2016-06-09 18:34:47 +02:00 committed by Chris Davenport
parent 2b636f5427
commit d2ae0fb830
2 changed files with 136 additions and 69 deletions

View File

@ -11,12 +11,13 @@
"php": ">=5.3.10" "php": ">=5.3.10"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "~2.1", "codeception/codeception": "^2.2",
"joomla-projects/joomla-browser": "v3.6.0", "joomla-projects/joomla-browser": "v3.6.0",
"codegyre/robo": "~0.5", "codegyre/robo": "~0.5",
"joomla-projects/robo": "dev-master", "joomla-projects/robo": "dev-master",
"joomla-projects/selenium-server-standalone": "v2.52.0", "joomla-projects/selenium-server-standalone": "v2.53.0.1",
"fzaninotto/faker": "^1.5", "fzaninotto/faker": "^1.5",
"joomla-projects/jorobo": "0.3" "joomla-projects/jorobo": "0.4",
"Behat/Gherkin": "^4.4.1"
} }
} }

198
composer.lock generated
View File

@ -4,25 +4,84 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "1d278248959c97dd9542b4d742b69946", "hash": "87c538127e912beb7f81120234148278",
"content-hash": "ccb1216dacf94fe049baf27294cd255d", "content-hash": "9f0da75ef3fec4dd00045e1882077fb2",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
"name": "codeception/codeception", "name": "behat/gherkin",
"version": "2.1.8", "version": "v4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Behat/Gherkin.git",
"reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79" "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79", "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.1"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
"time": "2015-12-30 14:47:00"
},
{
"name": "codeception/codeception",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
"reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/f137636f0c185e7d4a495b9cea70c1afae27dfc7",
"reference": "f137636f0c185e7d4a495b9cea70c1afae27dfc7",
"shasum": ""
},
"require": {
"behat/gherkin": "~4.4.0",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"facebook/webdriver": ">=1.0.1 <2.0", "facebook/webdriver": ">=1.0.1 <2.0",
@ -30,29 +89,36 @@
"guzzlehttp/psr7": "~1.0", "guzzlehttp/psr7": "~1.0",
"php": ">=5.4.0 <8.0", "php": ">=5.4.0 <8.0",
"phpunit/php-code-coverage": ">=2.1.3", "phpunit/php-code-coverage": ">=2.1.3",
"phpunit/phpunit": ">4.8.20 <6.0", "phpunit/phpunit": ">4.8.20 <5.5",
"symfony/browser-kit": ">=2.5 <3.1", "symfony/browser-kit": ">=2.7 <4.0",
"symfony/console": ">=2.5 <3.1", "symfony/console": ">=2.7 <4.0",
"symfony/css-selector": ">=2.5 <3.1", "symfony/css-selector": ">=2.7 <4.0",
"symfony/dom-crawler": ">=2.5 <3.1", "symfony/dom-crawler": ">=2.7 <4.0",
"symfony/event-dispatcher": ">=2.5 <3.1", "symfony/event-dispatcher": ">=2.7 <4.0",
"symfony/finder": ">=2.5 <3.1", "symfony/finder": ">=2.7 <4.0",
"symfony/yaml": ">=2.5 <3.1" "symfony/yaml": ">=2.7 <4.0"
}, },
"require-dev": { "require-dev": {
"codeception/specify": "~0.3", "codeception/specify": "~0.3",
"facebook/php-sdk-v4": "~5.0", "facebook/php-sdk-v4": "~5.0",
"flow/jsonpath": "~0.2", "flow/jsonpath": "~0.2",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^1.0",
"mongodb/mongodb": "^1.0",
"monolog/monolog": "~1.8", "monolog/monolog": "~1.8",
"pda/pheanstalk": "~2.0", "pda/pheanstalk": "~3.0",
"php-amqplib/php-amqplib": "~2.4" "php-amqplib/php-amqplib": "~2.4",
"predis/predis": "^1.0",
"squizlabs/php_codesniffer": "~2.0"
}, },
"suggest": { "suggest": {
"codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
"codeception/specify": "BDD-style code blocks", "codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions", "codeception/verify": "BDD-style assertions",
"monolog/monolog": "Log test steps", "flow/jsonpath": "For using JSONPath in REST module",
"phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module." "league/factory-muffin": "For DataFactory module",
"league/factory-muffin-faker": "For Faker support in DataFactory module",
"phpseclib/phpseclib": "for SFTP option in FTP Module",
"symfony/phpunit-bridge": "For phpunit-bridge support"
}, },
"bin": [ "bin": [
"codecept" "codecept"
@ -87,7 +153,7 @@
"functional testing", "functional testing",
"unit testing" "unit testing"
], ],
"time": "2016-04-15 02:56:43" "time": "2016-06-03 12:44:06"
}, },
{ {
"name": "codegyre/robo", "name": "codegyre/robo",
@ -1309,16 +1375,16 @@
}, },
{ {
"name": "joomla-projects/jorobo", "name": "joomla-projects/jorobo",
"version": "0.3.0", "version": "0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/jorobo.git", "url": "https://github.com/joomla-projects/jorobo.git",
"reference": "9d52b9f0d8b6b22f0574e40166fd6ebee479ab56" "reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/jorobo/zipball/9d52b9f0d8b6b22f0574e40166fd6ebee479ab56", "url": "https://api.github.com/repos/joomla-projects/jorobo/zipball/6f815a48d75418023c4de5cd79a8f1eb7150ee31",
"reference": "9d52b9f0d8b6b22f0574e40166fd6ebee479ab56", "reference": "6f815a48d75418023c4de5cd79a8f1eb7150ee31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1358,7 +1424,7 @@
} }
], ],
"description": "Tools and Tasks based on Robo.li for Joomla Extension Development and Releases", "description": "Tools and Tasks based on Robo.li for Joomla Extension Development and Releases",
"time": "2016-03-14 14:51:42" "time": "2016-04-14 17:32:12"
}, },
{ {
"name": "joomla-projects/robo", "name": "joomla-projects/robo",
@ -1403,16 +1469,16 @@
}, },
{ {
"name": "joomla-projects/selenium-server-standalone", "name": "joomla-projects/selenium-server-standalone",
"version": "v2.52.0", "version": "v2.53.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/joomla-projects/selenium-server-standalone.git", "url": "https://github.com/joomla-projects/selenium-server-standalone.git",
"reference": "17b4bb3fd087ded32fe2d9342b8573a75f56460c" "reference": "4c9428e1450de6a9fa956f3bd726351a9b281b53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/17b4bb3fd087ded32fe2d9342b8573a75f56460c", "url": "https://api.github.com/repos/joomla-projects/selenium-server-standalone/zipball/4c9428e1450de6a9fa956f3bd726351a9b281b53",
"reference": "17b4bb3fd087ded32fe2d9342b8573a75f56460c", "reference": "4c9428e1450de6a9fa956f3bd726351a9b281b53",
"shasum": "" "shasum": ""
}, },
"bin": [ "bin": [
@ -1435,7 +1501,7 @@
"selenium", "selenium",
"testing" "testing"
], ],
"time": "2016-02-16 11:07:51" "time": "2016-05-30 15:21:57"
}, },
{ {
"name": "joomla/compat", "name": "joomla/compat",
@ -2839,16 +2905,16 @@
}, },
{ {
"name": "sebastian/git", "name": "sebastian/git",
"version": "2.1.1", "version": "2.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/git.git", "url": "https://github.com/sebastianbergmann/git.git",
"reference": "38638de3e94830a5cd7a5956135589b967609cd5" "reference": "607dcc6003502acdd0e6199b60ba954ce00f3004"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/git/zipball/38638de3e94830a5cd7a5956135589b967609cd5", "url": "https://api.github.com/repos/sebastianbergmann/git/zipball/607dcc6003502acdd0e6199b60ba954ce00f3004",
"reference": "38638de3e94830a5cd7a5956135589b967609cd5", "reference": "607dcc6003502acdd0e6199b60ba954ce00f3004",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2880,7 +2946,7 @@
"keywords": [ "keywords": [
"git" "git"
], ],
"time": "2016-02-21 15:02:23" "time": "2016-03-12 23:31:06"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",
@ -3149,16 +3215,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v3.0.6", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "e07127ac31230b30887c2dddf3708d883d239b14" "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e07127ac31230b30887c2dddf3708d883d239b14", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
"reference": "e07127ac31230b30887c2dddf3708d883d239b14", "reference": "b645a9b23d6c0eeba5ac823fa87bf010db9aff22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3175,7 +3241,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3202,7 +3268,7 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-03-04 07:56:56"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
@ -3319,16 +3385,16 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.0.6", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0" "reference": "e17f386efef7258ac671c24e727673abd086b0cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0", "url": "https://api.github.com/repos/symfony/css-selector/zipball/e17f386efef7258ac671c24e727673abd086b0cf",
"reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0", "reference": "e17f386efef7258ac671c24e727673abd086b0cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3337,7 +3403,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3368,7 +3434,7 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-03-04 07:56:56"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
@ -3435,16 +3501,16 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.0.6", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "49b588841225b205700e5122fa01911cabada857" "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
"reference": "49b588841225b205700e5122fa01911cabada857", "reference": "12aa63fd41b060d2bee9a34623d29eda70bc8fe3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3460,7 +3526,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3487,7 +3553,7 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-04-12 18:09:53" "time": "2016-05-13 15:49:09"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -3813,16 +3879,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.0.6", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "0047c8366744a16de7516622c5b7355336afae96" "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", "url": "https://api.github.com/repos/symfony/yaml/zipball/eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
"reference": "0047c8366744a16de7516622c5b7355336afae96", "reference": "eca51b7b65eb9be6af88ad7cc91685f1556f5c9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3831,7 +3897,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0-dev" "dev-master": "3.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -3858,7 +3924,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-03-04 07:55:57" "time": "2016-05-26 21:46:24"
}, },
{ {
"name": "theseer/fdomdocument", "name": "theseer/fdomdocument",
@ -3902,16 +3968,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.24.0", "version": "v1.24.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8" "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512",
"reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8", "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3959,7 +4025,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-01-25 21:22:18" "time": "2016-05-30 09:11:59"
} }
], ],
"aliases": [], "aliases": [],