Skip to content

Commit

Permalink
Merge pull request #122 from jakzal/deps-bump
Browse files Browse the repository at this point in the history
Bump dependency versions
  • Loading branch information
jakzal committed Apr 17, 2019
2 parents 5fc2e80 + 93ee97f commit 466cbb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,8 @@ language: php

matrix:
include:
- php: 7.0
env: deps=low
- php: 7.1
env: deps=low
- php: 7.2
- php: 7.3
fast_finish: true
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -20,20 +20,20 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1.3,<7.4",
"behat/behat": "^3.3",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.2",
"ocramius/proxy-manager": "^2.0.4"
"ocramius/proxy-manager": "^2.1.1"
},
"require-dev": {
"behat/mink-goutte-driver": "^1.2",
"bossa/phpspec2-expect": "^2.2",
"bossa/phpspec2-expect": "^3.1",
"fabpot/goutte": "^3.2",
"phpspec/phpspec": "^3.3",
"symfony/filesystem": "^3.2 || ^4.0",
"symfony/process": "^3.2 || ^4.0",
"symfony/yaml": "^3.2 || ^4.0"
"phpspec/phpspec": "^5.1",
"symfony/filesystem": "^4.2",
"symfony/process": "^4.2",
"symfony/yaml": "^4.2"
},
"suggest": {
"bossa/phpspec2-expect": "Allows to use PHPSpec2 matchers in Behat context files"
Expand Down
Expand Up @@ -118,7 +118,7 @@ Feature: Injecting a page object directly into the context
extensions:
SensioLabs\Behat\PageObjectExtension:
factory:
proxies_target_dir: %paths.base%/tmp/
proxies_target_dir: '%paths.base%/tmp/'
Behat\MinkExtension:
goutte: ~
base_url: http://localhost:8000
Expand Down

0 comments on commit 466cbb6

Please sign in to comment.