File tree Expand file tree Collapse file tree 5 files changed +25
-16
lines changed
Expand file tree Collapse file tree 5 files changed +25
-16
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1 - 2017-03-11
2+
3+ ### Added
4+ * Updated php file headers doc blocks
5+
6+ ### Deprecated
7+ * Nothing
8+
9+ ### Removed
10+ * Nothing
11+
12+ ### Fixed
13+ * Nothing
14+
15+
116## 0.1.0 - 2017-03-09
217
318Initial tagged release
Original file line number Diff line number Diff line change 1313 "php" : " ^7.1" ,
1414 "container-interop/container-interop" : " ^1.1" ,
1515
16- "dotkernel/dot-controller" : " ~ 0.1" ,
16+ "dotkernel/dot-controller" : " ^ 0.1" ,
1717 "dotkernel/dot-session" : " ^1.0"
1818 },
1919 "require-dev" : {
Original file line number Diff line number Diff line change 11<?php
22/**
3- * @copyright: DotKernel
4- * @library: dot-controller-plugin-session
5- * @author: n3vrax
6- * Date: 2/3/2017
7- * Time: 12:28 AM
3+ * @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+ * @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+ * @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86 */
97
108declare (strict_types = 1 );
Original file line number Diff line number Diff line change 11<?php
22/**
3- * @copyright: DotKernel
4- * @library: dot-controller-plugin-session
5- * @author: n3vrax
6- * Date: 2/3/2017
7- * Time: 12:44 AM
3+ * @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+ * @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+ * @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86 */
97
108declare (strict_types = 1 );
Original file line number Diff line number Diff line change 11<?php
22/**
3- * @copyright: DotKernel
4- * @library: dot-controller-plugin-session
5- * @author: n3vrax
6- * Date: 2/3/2017
7- * Time: 12:30 AM
3+ * @see https://github.com/dotkernel/dot-controller-plugin-session/ for the canonical source repository
4+ * @copyright Copyright (c) 2017 Apidemia (https://www.apidemia.com)
5+ * @license https://github.com/dotkernel/dot-controller-plugin-session/blob/master/LICENSE.md MIT License
86 */
97
108declare (strict_types = 1 );
You can’t perform that action at this time.
0 commit comments