We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fc175 commit 7161c18Copy full SHA for 7161c18
1 file changed
composer.json
@@ -3,6 +3,7 @@
3
"version": "0.0.1",
4
"description": "Asynchronous SQLite client for PHP based on Amp.",
5
"license": "MIT",
6
+ "homepage": "https://github.com/phenixphp/sqlite",
7
"authors": [
8
{
9
"name": "Omar Barbosa",
@@ -42,8 +43,8 @@
42
43
}
44
},
45
"scripts": {
- "test": "XDEBUG_MODE=off vendor/bin/phpunit --colors=always --coverage-text",
46
- "test:debug": "vendor/bin/phpunit --colors=always --coverage-text",
+ "test": "XDEBUG_MODE=off vendor/bin/phpunit --colors=always",
47
+ "test:debug": "vendor/bin/phpunit --colors=always",
48
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --colors=always",
49
"format": "vendor/bin/php-cs-fixer fix",
50
"analyze": "vendor/bin/phpstan --memory-limit=1G"
0 commit comments