Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from CodeIncHQ/1.x
Browse files Browse the repository at this point in the history
1.x
  • Loading branch information
Joan Fabrégat authored Mar 14, 2018
2 parents 86094e3 + 05d6118 commit 8dfd569
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeinc/psr7-responses",
"version": "1.1.14",
"version": "1.2.0",
"description": "A collection of PSR-7 responses",
"homepage": "https://github.com/CodeIncHQ/Psr7Responses",
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion src/DebugResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 04/03/2018
// Time: 11:55
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/ErrorResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 22:13
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/FileResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 19:15
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/ForbiddenResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 19:22
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/HtmlResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 17:53
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 17:52
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/NotFoundResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 19:22
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/RedirectResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 21:41
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 17:52
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/StreamResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 19:15
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/TextResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 17:52
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down
2 changes: 1 addition & 1 deletion src/XmlResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Author: Joan Fabrégat <[email protected]>
// Date: 23/02/2018
// Time: 17:52
// Project: lib-psr7responses
// Project: Psr7Responses
//
declare(strict_types = 1);
namespace CodeInc\Psr7Responses;
Expand Down

0 comments on commit 8dfd569

Please sign in to comment.