diff --git a/composer.json b/composer.json index 1615773..4633b6d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "coduo/php-humanizer", + "name": "codeasashu/php-humanizer", "type": "library", "description": "Humanize values that are readable only for developers", "keywords": ["php", "humanize", "humanizer"], @@ -16,9 +16,9 @@ ], "require": { "php": ">=5.3.0", - "symfony/config": "^2.3|^3.0", - "symfony/translation": "^2.3|^3.0", - "symfony/yaml": "^2.3|^3.0" + "symfony/config": "^4.0.6", + "symfony/translation": "^4.0.6", + "symfony/yaml": "^4.0.6" }, "require-dev": { "thunderer/shortcode": "~0.5",