File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments