Skip to content

Commit ef84054

Browse files
authored
minor #25 Refresh the package (pamil)
This PR was merged into the 1.2-dev branch. Discussion ---------- Commits ------- 71ad510 Refresh the package
2 parents 5d5ca5b + 71ad510 commit ef84054

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ language: php
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67

78
env:
8-
- SYMFONY_VERSION=3.2.*
9-
- SYMFONY_VERSION=3.3.*
109
- SYMFONY_VERSION=3.4.*
11-
- SYMFONY_VERSION=4.0.*
10+
- SYMFONY_VERSION=4.1.*
11+
- SYMFONY_VERSION=4.2.*
1212

1313
cache:
1414
directories:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Adds variadic arguments support to Behat steps definitions.
2020
FriendsOfBehat\VariadicExtension: ~
2121
```
2222

23-
3. Boom! :boom: Your Behat contexts are able to use variadic arguments in steps definitions!
23+
3. You can use variadic arguments in steps definitions!
2424

2525
```php
2626
/**

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": {
1212
"php": "^7.1",
1313

14-
"behat/behat": "^3.1",
15-
"symfony/dependency-injection": "^3.2|^4.0"
14+
"behat/behat": "^3.4",
15+
"symfony/dependency-injection": "^3.4|^4.1"
1616
},
1717
"require-dev": {
1818
"friends-of-behat/test-context": "^1.0"

0 commit comments

Comments
 (0)