Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Update dependencies & PHP #282

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ env:
- DEPS=low PROFILE=symfony2

php:
- 5.5
- 5.6
- 7.2
- 7.3
- 7.4
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 0 additions & 3 deletions src/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down