diff --git a/plugins/october/demo/composer.json b/plugins/october/demo/composer.json index bfddf52f1..d46dd6acd 100644 --- a/plugins/october/demo/composer.json +++ b/plugins/october/demo/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.4" }, "autoload": { "psr-4": { diff --git a/themes/demo/composer.json b/themes/demo/composer.json index f4188e2a8..fae4c1d4c 100644 --- a/themes/demo/composer.json +++ b/themes/demo/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=5.4", + "php": ">=5.4" }, "extra": { "branch-alias": {