diff --git a/behat.yml.dist b/behat.yml.dist index 6f3e7a7..e0cbd41 100644 --- a/behat.yml.dist +++ b/behat.yml.dist @@ -4,7 +4,7 @@ default: path: %paths.base%/features contexts: [Behat\MinkExtension\Context\MinkContext] extensions: - Behat\MinkExtension\Extension: + Behat\MinkExtension: base_url: http://en.wikipedia.org/ sessions: default: diff --git a/composer.json b/composer.json index f01b277..72263bb 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "behat-extension", "description": "Mink extension for Behat", "keywords": ["web", "test", "browser", "gui"], - "homepage": "http://mink.behat.org", + "homepage": "http://extensions.behat.org/mink", "license": "MIT", "authors": [ { @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.2", - "behat/behat": "~3.0", + "behat/behat": "~3.0,>=3.0.5", "behat/mink": "~1.5", "symfony/config": "~2.2" }, @@ -31,7 +31,6 @@ "autoload": { "psr-0": { "Behat\\MinkExtension": "src/" } }, - "extra": { "branch-alias": { diff --git a/doc/index.rst b/doc/index.rst index e3900f7..e57c3b9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -58,7 +58,7 @@ The easiest way to keep your suite updated is to use `Composer + * @author Christophe Coevoet */ -class Extension implements ExtensionInterface +class MinkExtension implements ExtensionInterface { const MINK_ID = 'mink'; const SELECTORS_HANDLER_ID = 'mink.selectors_handler';