Skip to content
New issue

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

Support php5.5 #8

Merged
merged 8 commits into from
Jul 14, 2018
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
Diff view
Prev Previous commit
Next Next commit
chore(composer): php/phpuni versions
adhocore committed Jul 14, 2018
commit 4c50397ec9bb3c48377ac2b83b3fccae4e8f9269
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -23,9 +23,9 @@
}
},
"require": {
"php": ">=7.0"
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^6.0.0"
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
}
}