Skip to content

Commit f99698f

Browse files
committed
Fixed php-formatter dependency to keep support php 5.5 and php 5.6
1 parent d14db3e commit f99698f

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
"php": "^5.5 || ^7.0",
1515
"friendsofphp/php-cs-fixer": "^1.11",
1616
"incenteev/composer-parameter-handler": "^2.0",
17-
"mmoreram/php-formatter": "^1.0",
17+
"mmoreram/php-formatter": "~1.1.0",
1818
"neronmoon/scriptsdev": "^0.1.0",
1919
"phpmd/phpmd": "^2.2",
2020
"symfony/filesystem": "^2.3 || ^3.0",

0 commit comments

Comments
 (0)