Skip to content

Commit 2f3463d

Browse files
committed
Downgrade to PHPUnit 5.0 because phpunit/php-token-stream needs php 7.0 on 5.7 ¬¬
1 parent bf957d9 commit 2f3463d

File tree

2 files changed

+83
-148
lines changed

2 files changed

+83
-148
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^5.7"
37+
"phpunit/phpunit": "5.0.0"
3838
},
3939
"scripts": {
4040
"test": "phpunit",

0 commit comments

Comments
 (0)