Skip to content

Commit 702e00a

Browse files
authored
Merge pull request #12 from adrienrn/release/0.2.2
release/0.2.2
2 parents 3bc0d4f + 13d8c2c commit 702e00a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-mimetyper",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
55
"main": "index.js",
66
"scripts": {

src/Repository/RepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Mimetyper\Repository;
3+
namespace MimeTyper\Repository;
44

55
interface RepositoryInterface
66
{

0 commit comments

Comments
 (0)