diff --git a/composer.json b/composer.json index 8e0c9c8..015c909 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,12 @@ { - "name": "ralouphie/mimey", + "name": "xantios/mimey", "description": "PHP package for converting file extensions to MIME types and vice versa.", "license": "MIT", "authors": [ + { + "name": "Xantios Krugor", + "email": "git@xantios.nl" + }, { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" diff --git a/license b/license index 9c0a731..e6d6338 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Ralph Khattar +Copyright (c) 2016 Xantios Krugor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/readme.md b/readme.md index d92a1d8..4c47d86 100644 --- a/readme.md +++ b/readme.md @@ -102,5 +102,9 @@ $mimes = new \Mimey\MimeTypes($builder->getMapping()); Compatible with PHP >= 5.4. ``` -composer require ralouphie/mimey +composer require xantios/mimey ``` + +## Credits + +Original version created by rodolfoberrios