Skip to content
This repository was archived by the owner on Feb 5, 2021. It is now read-only.

Commit 8502994

Browse files
authored
Merge pull request #25 from pamil/build-passing
Make the build passing again
2 parents 270fdb8 + d4eaf65 commit 8502994

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ php:
55
- 7.2
66

77
env:
8-
- SYMFONY_VERSION=3.3.*
98
- SYMFONY_VERSION=3.4.*
10-
- SYMFONY_VERSION=4.0.*
9+
- SYMFONY_VERSION=4.1.*
10+
- SYMFONY_VERSION=4.2.*
1111

1212
cache:
1313
directories:

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"php": "^7.1",
1414

1515
"behat/behat": "^3.1",
16-
"symfony/dependency-injection": "^3.3|^4.0"
16+
"symfony/dependency-injection": "^3.4|^4.1"
1717
},
1818
"require-dev": {
1919
"friends-of-behat/cross-container-extension": "^1.0",
2020
"friends-of-behat/test-context": "^1.0",
21-
"phpspec/phpspec": "^4.0"
21+
"phpspec/phpspec": "^5.0"
2222
},
2323
"suggest": {
2424
"friends-of-behat/cross-container-extension": "^1.0",
2525
"ocramius/proxy-manager": "^2.0",
26-
"symfony/proxy-manager-bridge": "^3.0"
26+
"symfony/proxy-manager-bridge": "^3.4|^4.2"
2727
},
2828
"autoload": {
2929
"psr-4": { "FriendsOfBehat\\ContextServiceExtension\\": "src/" }

0 commit comments

Comments
 (0)