Skip to content

Commit 5f4973e

Browse files
committed
Fix composer.json
1 parent 372c924 commit 5f4973e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "code16/sharp",
33
"description": "Laravel Content Management Framework",
4+
"license": "MIT",
45
"authors": [
56
{
67
"name": "Philippe Lonchampt",
@@ -60,7 +61,7 @@
6061
}
6162
},
6263
"scripts": {
63-
"test": "vendor/bin/testbench package:test --parallel",
64+
"test": "vendor/bin/pest --parallel",
6465
"typescript:generate": "php demo/artisan ziggy:generate --types-only; php demo/artisan typescript:transform",
6566
"post-autoload-dump": [
6667
"git config core.hooksPath scripts/hooks"

0 commit comments

Comments
 (0)