Skip to content

Commit 3178c01

Browse files
authored
Update deprecated license …
The spdx have deprecated the short license identifier GPL-2.0+ and we should use GPL-2.0-or-later https://spdx.org/licenses/
1 parent b3099f1 commit 3178c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description" : "joomla-browser Codeception Module",
44
"keywords" : ["BDD", "acceptance testing", "tdd", "joomla"],
55
"homepage" : "https://docs.joomla.org/Testing_Joomla_Extensions_with_Codeception",
6-
"license" : "GPL-2.0+",
6+
"license" : "GPL-2.0-or-later",
77
"authors" : [
88
{
99
"name" : "Puneet Kala",

0 commit comments

Comments
 (0)