Skip to content

Commit 30a8be7

Browse files
committed
Updated composer.json to include licence information + typo fix in unit tests class.
1 parent ac91449 commit 30a8be7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "fxmauricard/string-utils",
33
"type": "library",
4-
4+
"license": [
5+
"GPL-3.0+"
6+
],
57
"description": "A utility class for manipulating strings in PHP.",
68

79
"authors": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/src/StringUtilsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Fxmauricard\Tests;
44

5-
use \Fxmauricard\StringUtils;
5+
use Fxmauricard\StringUtils;
66

77
/**
88
* Unit tests for the StringUtils class.

0 commit comments

Comments
 (0)