diff --git a/.travis.yml b/.travis.yml index cb7db35d..e2e6c201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ env: - DEPS=low PROFILE=symfony2 php: - - 5.5 - - 5.6 - 7.2 - 7.3 - 7.4 diff --git a/composer.json b/composer.json index 00b70c0c..e6a2e208 100644 --- a/composer.json +++ b/composer.json @@ -6,21 +6,21 @@ "license": "beerware", "require": { - "php": ">=5.5", - "behat/behat": "^3.0.13", - "friends-of-behat/mink-extension": "^2.3.1", - "justinrainbow/json-schema": "^5.0", + "php": ">=7.2", + "behat/behat": "^3.6", + "friends-of-behat/mink-extension": "^2.4", + "justinrainbow/json-schema": "^5.2", "symfony/property-access": "^2.3|^3.0|^4.0|^5.0", "symfony/http-foundation": "^2.3|^3.0|^4.0|^5.0", "symfony/dom-crawler": "^2.4|^3.0|^4.0|^5.0" }, "require-dev": { - "behat/mink-goutte-driver": "^1.1", - "guzzlehttp/guzzle": "^6.3", - "behat/mink-selenium2-driver": "^1.4@dev", + "behat/mink-goutte-driver": "^1.2", + "guzzlehttp/guzzle": "^6.5", + "behat/mink-selenium2-driver": "^1.4", "atoum/atoum": "^2.8|^3.0", - "fabpot/goutte": "^3.2" + "fabpot/goutte": "^3.3|^4.0" }, "autoload": { diff --git a/src/Extension.php b/src/Extension.php index bf2e4ce2..1e22ea59 100644 --- a/src/Extension.php +++ b/src/Extension.php @@ -20,9 +20,6 @@ public function getConfigKey() public function initialize(ExtensionManager $extensionManager) { - if (PHP_MAJOR_VERSION === 5) { - @trigger_error('The behatch context extension will drop support for PHP 5 in version 4.0', E_USER_DEPRECATED); - } } public function process(ContainerBuilder $container)