Skip to content

Commit d82223e

Browse files
committedMar 14, 2024
Bump
1 parent b9bf901 commit d82223e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "nicelocal/avro-php",
3+
"license": "Apache-2.0",
4+
"description": "AVRO Encoder/Decoder for php",
35
"type": "package",
46
"require": {
57
"php": ">=8.0"
@@ -17,4 +19,4 @@
1719
"Apache\\Avro\\Tests\\": "test/"
1820
}
1921
}
20-
}
22+
}

0 commit comments

Comments
 (0)
Please sign in to comment.