Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 24, 2015
1 parent c08bbbe commit 2794b4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
],
"require": {
"php": ">=5.5.0",
"psr/http-message": "~0.0",
"psr/http-message": "~1.0",
"psr/log": "~1.0"
},
"require-dev": {
"phly/http": "~0.0"
"zendframework/zend-diactoros": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/MatcherTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Aura\Router;

use Phly\Http\ServerRequestFactory;
use Zend\Diactoros\ServerRequestFactory;

class MatcherTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/RouteTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Aura\Router;

use Phly\Http\ServerRequestFactory;
use Zend\Diactoros\ServerRequestFactory;

class RouteTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Rule/AbstractRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Aura\Router\Rule;

use Aura\Router\Route;
use Phly\Http\ServerRequestFactory;
use Zend\Diactoros\ServerRequestFactory;

abstract class AbstractRuleTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 2794b4b

Please sign in to comment.