Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Adds zend-diactoros to legacy deps in travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 27, 2018
1 parent bd47367 commit 9b46ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
- php: 5.6
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-diactoros"
- php: 5.6
env:
- DEPS=latest
Expand All @@ -29,7 +29,7 @@ matrix:
- php: 7
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-diactoros"
- php: 7
env:
- DEPS=latest
Expand Down

0 comments on commit 9b46ee8

Please sign in to comment.