Skip to content

Commit 4c32f63

Browse files
authored
Merge pull request #115 from Thiago-Medeiros/fix-phpunit-version
fix: downgrade phpunit min version
2 parents b6e0718 + 6cb65b9 commit 4c32f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lib-openssl": "*"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^5.7"
17+
"phpunit/phpunit": "^4.8"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)