Skip to content

Commit

Permalink
pest default file and var-dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Feb 15, 2023
1 parent 99299be commit c346efe
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 85 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"license": "MIT",
"require": {
"php": "^8.1",
"spatie/once": "^3.1"
"spatie/once": "^3.1",
"symfony/var-dumper": "^6.2"
},
"require-dev": {
"pestphp/pest": "^1.20",
Expand Down
256 changes: 172 additions & 84 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/Pest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php

0 comments on commit c346efe

Please sign in to comment.