Skip to content

Commit eb5c1cd

Browse files
committed
Renamed license file
1 parent 4aa8e77 commit eb5c1cd

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

LICENCE.md LICENSE

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# MIT license
1+
MIT License
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy of
4-
this software and associated documentation files (the "Software"), to deal in
5-
the Software without restriction, including without limitation the rights to
6-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7-
of the Software, and to permit persons to whom the Software is furnished to do
8-
so, subject to the following conditions:
3+
Copyright (c) 2013-2021.03.01 October CMS
4+
Copyright (c) 2021 Winter CMS
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
912

1013
The above copyright notice and this permission notice shall be included in all
1114
copies or substantial portions of the Software.
@@ -16,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1619
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1720
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1821
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19-
SOFTWARE.
22+
SOFTWARE.

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
"source": "https://github.com/wintercms/wn-user-plugin"
2929
},
3030
"require": {
31-
"php": ">=5.5.9",
31+
"php": ">=7.2",
3232
"composer/installers": "~1.0"
3333
},
3434
"extra": {
3535
"installer-name": "user"
36-
},
37-
"minimum-stability": "dev"
36+
}
3837
}

0 commit comments

Comments
 (0)