Skip to content

Commit 7702b86

Browse files
authored
Update composer.json
1 parent 3688159 commit 7702b86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.3.0",
20+
"php": ">=5.6",
2121
"psr/log": "^1.0",
22-
"symfony/var-dumper": "^2.6|^3.0|^4.0"
22+
"symfony/var-dumper": "^2.6|^3|^4"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^4.0|^5.0"
25+
"phpunit/phpunit": "^5"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)