diff --git a/composer.json b/composer.json index 67520d7..0585be3 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { "name": "theiconic/name-parser", - "description": "Parse a full name string into a name object for further processing", + "description": "PHP library for parsing a string containing a full name into its parts", "type": "library", "license": "MIT", "authors": [ { - "name": "THE ICONIC ENGINEERING TEAM", + "name": "The Iconic", "email": "engineering@theiconic.com.au" } ], "require": { - "php": ">=5.4" + "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.0",