Skip to content

Commit 7161c18

Browse files
committed
fix: update homepage URL and clean up test script commands
1 parent 60fc175 commit 7161c18

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"description": "Asynchronous SQLite client for PHP based on Amp.",
55
"license": "MIT",
6+
"homepage": "https://github.com/phenixphp/sqlite",
67
"authors": [
78
{
89
"name": "Omar Barbosa",
@@ -42,8 +43,8 @@
4243
}
4344
},
4445
"scripts": {
45-
"test": "XDEBUG_MODE=off vendor/bin/phpunit --colors=always --coverage-text",
46-
"test:debug": "vendor/bin/phpunit --colors=always --coverage-text",
46+
"test": "XDEBUG_MODE=off vendor/bin/phpunit --colors=always",
47+
"test:debug": "vendor/bin/phpunit --colors=always",
4748
"test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --colors=always",
4849
"format": "vendor/bin/php-cs-fixer fix",
4950
"analyze": "vendor/bin/phpstan --memory-limit=1G"

0 commit comments

Comments
 (0)