Skip to content

Commit

Permalink
Fix GPLv3 license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wemersonrv committed May 16, 2019
1 parent 92145ec commit 1db6ea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"field",
"mask"
],
"license": "GPLv3",
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.1.0"
},
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,16 @@ This custom field has only two method:

## Release History

* 0.1.2
* Fix license in `composer.json` from GPLv3 to *GPL-3.0-or-later*
* 0.1.1
* Fix license in `composer.json` o GPLv3
* 0.1.0
* The First Oficial release
* CHANGE: Nothing important.
* ADD: button badge for github release
* 0.0.1
* Work in progress
* Work in progress

## References

Expand Down

0 comments on commit 1db6ea2

Please sign in to comment.