File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 2929 "prefer-stable" : true ,
3030 "require" : {
3131 "php" : " >=8.1" ,
32- "cakephp/cakephp" : " 5.3.0-RC2 " ,
32+ "cakephp/cakephp" : " ^ 5.3" ,
3333 "cakedc/auth" : " ^10.1" ,
3434 "cakephp/authorization" : " ^3.0" ,
3535 "cakephp/authentication" : " ^3.0"
Original file line number Diff line number Diff line change 1+ <?php
2+ declare (strict_types=1 );
3+
4+ /**
5+ * Copyright 2010 - 2019, Cake Development Corporation (https://www.cakedc.com)
6+ *
7+ * Licensed under The MIT License
8+ * Redistributions of files must retain the above copyright notice.
9+ *
10+ * @copyright Copyright 2010 - 2018, Cake Development Corporation (https://www.cakedc.com)
11+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
12+ */
13+
14+ namespace CakeDC \Users ;
15+
16+ /**
17+ * Plugin class for backward compatibility.
18+ */
19+ class Plugin extends UsersPlugin
20+ {
21+ }
You can’t perform that action at this time.
0 commit comments