Skip to content

Commit aee513a

Browse files
committed
chore: Update composer.json description and version
1 parent 049dac6 commit aee513a

File tree

2 files changed

+1118
-4
lines changed

2 files changed

+1118
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "lucianotonet/groq-laravel",
3-
"description": "Unofficial Laravel package for the Groq API",
3+
"description": "Laravel package to access Groq REST API",
44
"type": "library",
5-
"version": "0.0.4",
5+
"version": "0.0.7",
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Luciano Tonet",
10-
"email": "tonetlds@email.com"
10+
"email": "tonetlds@gmail.com"
1111
}
1212
],
1313
"require": {
1414
"php": ">=8.1",
15-
"lucianotonet/groq-php": "^0.0.4"
15+
"lucianotonet/groq-php": "^0.0.7"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)