Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 5, 2023
1 parent f2d4011 commit b62bb9c
Show file tree
Hide file tree
Showing 4 changed files with 637 additions and 559 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"laravel/prompts": "^0.1.13"
},
"require-dev": {
"pestphp/pest": "^2.26",
"pestphp/pest": "^2.24.3",
"orchestra/testbench": "^8.14.1",
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13.6",
"nunomaduro/larastan": "^2.6.4",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16.1",
"larastan/larastan": "^2.7"
"spaze/phpstan-disallowed-calls": "^2.16.1"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down Expand Up @@ -63,6 +63,7 @@
"test": "@test:sqlite --bail",
"test:pint": "./vendor/bin/pint --test",
"test:sqlite": [
"Composer\\Config::disableProcessTimeout",
"./vendor/bin/pest --compact"
],
"test:mysql": [
Expand Down
Loading

0 comments on commit b62bb9c

Please sign in to comment.