forked from vcian/php-db-auditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 831 Bytes
/
composer.json
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
{
"name": "vcian/php-db-auditor",
"description": "Database DB Auditor provide leverage to audit your MySql database standards and also provide options to add constraints in table.",
"keywords": [
"Php",
"MySql",
"DB Audit",
"Database",
"DB Standards",
"DB Constraints"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Vcian - ViitorCloud",
"homepage": "https://github.com/vcian"
}
],
"autoload": {
"psr-4": {
"Vcian\\PhpDbAuditor\\": "src/"
}
},
"require": {
"symfony/console": "^6.3",
"php": "^8.1",
"doctrine/dbal": "^3.6",
"nunomaduro/termwind": "^1.15"
},
"minimum-stability": "dev",
"prefer-stable": true
}