Skip to content

Commit

Permalink
Preparing for fork to packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantios Krugor committed Jan 22, 2021
1 parent a4d4212 commit ef84ef9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
{
"name": "Ralph Khattar",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef84ef9

Please sign in to comment.