Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ncou committed Oct 25, 2020
1 parent 4d7915c commit ab6bb51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"require": {
"php": "^7.2",
"chiron/security": "^1.0",
"chiron/http-message-util": "^1.0",
"chiron/http-exceptions": "^2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Middleware/CsrfTokenMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Chiron\Csrf\Middleware;

use Chiron\Config\SecurityConfig;
use Chiron\Core\Support\Security;
use Chiron\Security\Config\SecurityConfig;
use Chiron\Security\Security;
use Chiron\Csrf\Config\CsrfConfig;
use Chiron\Csrf\Exception\InvalidTokenException;
use Chiron\Http\Message\Cookie;
Expand Down
4 changes: 2 additions & 2 deletions tests/CsrfTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace Chiron\Csrf\Tests;

use Chiron\Config\SecurityConfig;
use Chiron\Security\Config\SecurityConfig;
use Chiron\Container\Container;
use Chiron\Core\Support\Security;
use Chiron\Security\Security;
use Chiron\Csrf\Config\CsrfConfig;
use Chiron\Csrf\Exception\InvalidTokenException;
use Chiron\Csrf\Exception\TokenMismatchException;
Expand Down

0 comments on commit ab6bb51

Please sign in to comment.