Skip to content

Commit

Permalink
Merge branch 'vendor/naming'
Browse files Browse the repository at this point in the history
Updates the vendor namespace to Fig and the composer vendor to fig.
  • Loading branch information
weierophinney committed Aug 5, 2016
2 parents d9d6c57 + cfc978a commit 26095c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Install by adding the package as a [Composer](https://getcomposer.org)
requirement:

```bash
$ composer require psr/http-message-util
$ composer require fig/http-message-util
```
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "psr/http-message-util",
"name": "fig/http-message-util",
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
"keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
"Fig\\Http\\Message\\": "src/"
}
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/RequestMethodInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Psr\Http\Message;
namespace Fig\Http\Message;

/**
* Defines constants for common HTTP request methods.
Expand Down

0 comments on commit 26095c6

Please sign in to comment.