-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 885 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "izzuddinmohsin/neuron-sqlserver-toolkit",
"description": "SQL Server / Azure SQL Database Toolkit for Neuron AI - The PHP Agentic Framework",
"keywords": [
"neuron-ai",
"sql-server",
"azure-sql",
"ai-agent",
"toolkit",
"php",
"pdo",
"database"
],
"license": "MIT",
"authors": [
{
"name": "Izzuddin Mohsin",
"homepage": "https://github.com/izzuddinmohsin"
}
],
"require": {
"php": "^8.1",
"neuron-core/neuron-ai": "^2.0"
},
"autoload": {
"psr-4": {
"IzzuddinMohsin\\NeuronSQLServer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"IzzuddinMohsin\\NeuronSQLServer\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}