Skip to content

Commit e462075

Browse files
committed
chore: update composer.json
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 0d58ebe commit e462075

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

composer.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@
2121
"php": "^8.3",
2222
"webbyphp/engine": "^3.0"
2323
},
24-
"require-dev": {
25-
"symfony/var-dumper": "^5.2",
26-
"pestphp/pest": "^3.8"
27-
},
28-
"autoload": {
29-
"psr-4": {}
24+
"suggest": {
25+
"pestphp/pest": "If you want to use the Pest testing framework, run `composer require pestphp/pest --dev` to install it.",
26+
"symfony/var-dumper": "If you want to use the dd() and dump() for debugging, run `composer require symfony/var-dumper --dev` to install it."
3027
},
3128
"autoload-dev": {
3229
"psr-4": {
@@ -47,14 +44,11 @@
4744
"scripts": {
4845
"post-create-project-cmd": [
4946
"@php webby set --env",
50-
"@php webby key:generate",
51-
"echo \"Setting up local PHPUnit config...\"",
52-
"php -r \"file_exists('phpunit.xml') || copy('phpunit.xml.dist', 'phpunit.xml');\"",
53-
"echo \"Project setup complete!\""
47+
"@php webby key:generate"
5448
],
5549
"test": "./vendor/bin/pest --colors=always",
5650
"test:coverage": "./vendor/bin/pest --coverage --colors=always"
5751
},
5852
"minimum-stability": "stable",
5953
"prefer-stable": true
60-
}
54+
}

0 commit comments

Comments
 (0)