Skip to content

Commit ac4470b

Browse files
authored
Merge pull request #130 from WebFiori/usernane-patch-3
chore: Update composer.json
2 parents ce62956 + ee4669e commit ac4470b

1 file changed

Lines changed: 36 additions & 38 deletions

File tree

composer.json

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
1-
{
2-
"name": "webfiori/database",
3-
"description": "Database abstraction layer of WebFiori framework.",
4-
"type": "library",
5-
"version": "2.0.1",
6-
"keywords": [
7-
"Database",
8-
"PHP",
9-
"Query Builder",
10-
"Library",
11-
"MySQL"
12-
],
13-
"license": "MIT",
14-
"require": {
15-
"php": ">=8.1",
16-
"ext-mysqli": "*",
17-
"ext-sqlsrv": "*",
18-
"webfiori/jsonx": "*"
19-
},
20-
"require-dev": {
21-
"phpunit/phpunit": "^10",
22-
"friendsofphp/php-cs-fixer": "^3.86"
23-
},
24-
"scripts": {
25-
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
26-
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
27-
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"
28-
},
29-
"autoload": {
30-
"psr-4": {
31-
"WebFiori\\Database\\": "WebFiori/Database"
32-
}
33-
},
34-
"autoload-dev": {
35-
"psr-4": {
36-
"WebFiori\\Tests\\": "tests/WebFiori/Tests"
37-
}
38-
}
1+
{
2+
"name": "webfiori/database",
3+
"description": "Database abstraction layer of WebFiori framework.",
4+
"type": "library",
5+
"version": "2.0.1",
6+
"keywords": [
7+
"Database",
8+
"PHP",
9+
"Query Builder",
10+
"Library",
11+
"MySQL"
12+
],
13+
"license": "MIT",
14+
"require": {
15+
"php": ">=8.1",
16+
"webfiori/jsonx": "*"
17+
},
18+
"require-dev": {
19+
"phpunit/phpunit": "^10",
20+
"friendsofphp/php-cs-fixer": "^3.86"
21+
},
22+
"scripts": {
23+
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
24+
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
25+
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"
26+
},
27+
"autoload": {
28+
"psr-4": {
29+
"WebFiori\\Database\\": "WebFiori/Database"
30+
}
31+
},
32+
"autoload-dev": {
33+
"psr-4": {
34+
"WebFiori\\Tests\\": "tests/WebFiori/Tests"
35+
}
36+
}
3937
}

0 commit comments

Comments
 (0)