We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049dac6 commit aee513aCopy full SHA for aee513a
composer.json
@@ -1,18 +1,18 @@
1
{
2
"name": "lucianotonet/groq-laravel",
3
- "description": "Unofficial Laravel package for the Groq API",
+ "description": "Laravel package to access Groq REST API",
4
"type": "library",
5
- "version": "0.0.4",
+ "version": "0.0.7",
6
"license": "MIT",
7
"authors": [
8
9
"name": "Luciano Tonet",
10
- "email": "tonetlds@email.com"
+ "email": "tonetlds@gmail.com"
11
}
12
],
13
"require": {
14
"php": ">=8.1",
15
- "lucianotonet/groq-php": "^0.0.4"
+ "lucianotonet/groq-php": "^0.0.7"
16
},
17
"autoload": {
18
"psr-4": {
0 commit comments