Skip to content

Commit 7742369

Browse files
chore: add license
1 parent d7d0f00 commit 7742369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
3+
"license": "Apache-2.0",
34
"autoload": {
4-
"files": ["src/Core.php", "src/Client.php"],
5+
"files": [
6+
"src/Core.php",
7+
"src/Client.php"
8+
],
59
"psr-4": {
610
"CasParser\\": "src/"
711
}

0 commit comments

Comments
 (0)