Skip to content

Commit 7d3f149

Browse files
committed
package,license and gitignore updates
1 parent bab3a95 commit 7d3f149

4 files changed

Lines changed: 35 additions & 30 deletions

File tree

.gitignore

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Composer template
3-
composer.phar
4-
/vendor/
5-
6-
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
7-
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
8-
composer.lock
1+
clover.xml
2+
coveralls-upload.json
3+
phpunit.xml
94

5+
# Created by .ignore support plugin (hsz.mobi)
106
### JetBrains template
117
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
128
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
139

14-
# User-specific stuff:
10+
# Admin-specific stuff:
1511
.idea
1612

17-
# Mongo Explorer plugin:
18-
.idea/mongoSettings.xml
19-
2013
## File-based project format:
2114
*.iws
2215

@@ -36,3 +29,11 @@ com_crashlytics_export_strings.xml
3629
crashlytics.properties
3730
crashlytics-build.properties
3831
fabric.properties
32+
33+
### Composer template
34+
composer.phar
35+
/vendor/
36+
37+
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
38+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
39+
composer.lock

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,19 @@ Updated packages and php versions
9898

9999
### Fixed
100100
* Nothing
101+
102+
## 3.0.1 - 2020-04-22
103+
104+
Updated phpunit and php_codesniffer package versions
105+
106+
### Added
107+
* Everything
108+
109+
### Deprecated
110+
* Nothing
111+
112+
### Removed
113+
* Nothing
114+
115+
### Fixed
116+
* Nothing

LICENSE.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
MIT License
22

3-
Copyright (c) 2017 DotKernel
3+
Copyright (c) 2020 Apidemia
44

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

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
148

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"laminas/laminas-dependency-plugin": "^1.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^4.7",
30-
"squizlabs/php_codesniffer": "^2.5"
29+
"phpunit/phpunit": "^9.1",
30+
"squizlabs/php_codesniffer": "^3.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)