We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ed8b33 + ef1659c commit 3fbac7aCopy full SHA for 3fbac7a
composer.json
@@ -31,7 +31,7 @@
31
"require-dev": {
32
"codeigniter/phpstan-codeigniter": "^1.3",
33
"codeigniter4/devkit": "^1.0",
34
- "codeigniter4/framework": "^4.3.5",
+ "codeigniter4/framework": ">=4.3.5 <4.5.0 || ^4.5.1",
35
"firebase/php-jwt": "^6.4",
36
"mikey179/vfsstream": "^1.6.7",
37
"mockery/mockery": "^1.0",
src/Auth.php
@@ -41,7 +41,7 @@ class Auth
41
/**
42
* The current version of CodeIgniter Shield
43
*/
44
- public const SHIELD_VERSION = '1.0.2';
+ public const SHIELD_VERSION = '1.0.3';
45
46
protected AuthConfig $config;
47
protected ?Authentication $authenticate = null;
0 commit comments