We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5db2 commit c4e323eCopy full SHA for c4e323e
composer.json
@@ -21,9 +21,9 @@
21
"irc": "irc://irc.freenode.net/phpunit"
22
},
23
"require": {
24
- "php": ">=5.6",
+ "php": "^5.6 || ^7.0",
25
"phpunit/php-file-iterator": "~1.3",
26
- "phpunit/php-token-stream": "~1.3",
+ "phpunit/php-token-stream": "^1.4.2",
27
"phpunit/php-text-template": "~1.2",
28
"sebastian/code-unit-reverse-lookup": "~1.0",
29
"sebastian/environment": "^1.3.2",
0 commit comments