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