8000 Add PHPUnit to require-dev by clue · Pull Request #24 · reactphp/promise-timer · GitHub
[go: up one dir, main page]

Skip to content

Add PHPUnit to require-dev #24

New issue < 8000 /summary>

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 6, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
Next Next commit
First class support for PHP 5.3 through PHP 7.1 and HHVM
  • Loading branch information
clue committed Apr 6, 2017
commit 02c7ce74a9543ef4903bcbd74a5af0806f9fdd22
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

install:
Expand Down
0