Skip to content

Commit 8dc7190

Browse files
committed
Bumped version
1 parent bd4097b commit 8dc7190

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Include the library in your project using composer:
1414

1515
{
1616
"require-dev": {
17-
"codecollab/csrf-token": "^1"
17+
"codecollab/csrf-token": "^2"
1818
}
1919
}
2020

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codecollab/csrf-token",
33
"description": "CSRF token package of the CodeCollab project",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"type": "library",
66
"keywords": ["codecollab", "csrf", "token", "security"],
77
"homepage": "https://github.com/CodeCollab/CsrfToken",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Generator/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\CsrfToken\Generator;
1616

src/Generator/InsufficientStrengthException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\CsrfToken\Generator;
1616

src/Generator/RandomBytes32.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\CsrfToken\Generator;
1616

src/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Pieter Hordijk <info@pieterhordijk.com>
1010
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1111
* @license See the LICENSE file
12-
* @version 1.0.0
12+
* @version 2.0.0
1313
*/
1414
namespace CodeCollab\CsrfToken;
1515

src/Storage/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Pieter Hordijk <info@pieterhordijk.com>
1111
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1212
* @license See the LICENSE file
13-
* @version 1.0.0
13+
* @version 2.0.0
1414
*/
1515
namespace CodeCollab\CsrfToken\Storage;
1616

src/Token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @author Pieter Hordijk <info@pieterhordijk.com>
1010
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1111
* @license See the LICENSE file
12-
* @version 1.0.0
12+
* @version 2.0.0
1313
*/
1414
namespace CodeCollab\CsrfToken;
1515

test/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @author Pieter Hordijk <info@pieterhordijk.com>
99
* @copyright Copyright (c) 2015 Pieter Hordijk <https://github.com/PeeHaa>
1010
* @license See the LICENSE file
11-
* @version 1.0.0
11+
* @version 2.0.0
1212
*/
1313
namespace CodeCollabTest;
1414

0 commit comments

Comments
 (0)