Skip to content

Commit

Permalink
adjust composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrfel committed May 12, 2017
1 parent 419fb6d commit 0042ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0042ec7

Please sign in to comment.