Skip to content

Commit

Permalink
use psx 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 24, 2016
1 parent e2147b7 commit b3af758
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3",
"psx/psx": "~1.1",
"psx/psx": "~1.2",
"fusio/engine": "~0.1@dev",
"ircmaxell/password-compat": "1.0.4",
"ircmaxell/random-lib": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Authorization/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Token extends TokenAbstract
{
/**
* @Inject api_grant_type_factory
* @Inject("api_grant_type_factory")
* @var \PSX\Oauth2\Provider\GrantTypeFactory
*/
protected $grantTypeFactory;
Expand Down
2 changes: 1 addition & 1 deletion src/Backend/Authorization/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Token extends TokenAbstract
{
/**
* @Inject backend_grant_type_factory
* @Inject("backend_grant_type_factory")
* @var \PSX\Oauth2\Provider\GrantTypeFactory
*/
protected $grantTypeFactory;
Expand Down
2 changes: 1 addition & 1 deletion src/Consumer/Authorization/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Token extends TokenAbstract
{
/**
* @Inject consumer_grant_type_factory
* @Inject("consumer_grant_type_factory")
* @var \PSX\Oauth2\Provider\GrantTypeFactory
*/
protected $grantTypeFactory;
Expand Down

0 comments on commit b3af758

Please sign in to comment.