Skip to content

Commit 5c8ab1b

Browse files
authored
Merge pull request #23 from pamil/maintenance
Remove unnecessary dev dependency
2 parents 016d600 + cdb30a6 commit 5c8ab1b

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ language: php
22

33
php:
44
- 7.1
5-
- nightly
6-
7-
matrix:
8-
allow_failures:
9-
- php: nightly
10-
fast_finish: true
5+
- 7.2
116

127
cache:
138
directories:
14-
- vendor
9+
- ~/.composer/cache/files
1510

1611
before_install:
1712
- phpenv config-rm xdebug.ini || true

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"require-dev": {
1818
"friends-of-behat/cross-container-extension": "^1.0",
19-
"friends-of-behat/test-context": "^1.0",
20-
"symfony/process": "^2.7|^3.0"
19+
"friends-of-behat/test-context": "^1.0"
2120
},
2221
"suggest": {
2322
"friends-of-behat/cross-container-extension": "^1.0"

0 commit comments

Comments
 (0)