Skip to content

Commit

Permalink
Run build + update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Nov 9, 2023
1 parent eac83c0 commit 3c7729c
Show file tree
Hide file tree
Showing 5 changed files with 1,161 additions and 1,012 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "2.12.1 | ^3.7.1",
"livewire/livewire": "^3.0.10",
"laravel/prompts": "^0.1.11"
"livewire/livewire": "^3.1.0",
"laravel/prompts": "^0.1.13"
},
"require-dev": {
"pestphp/pest": "^2.24.0",
"orchestra/testbench": "^8.13.0",
"pestphp/pest": "^2.24.3",
"orchestra/testbench": "^8.14.1",
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13.3",
"laravel/pint": "^1.13.6",
"nunomaduro/larastan": "^2.6.4",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16"
"spaze/phpstan-disallowed-calls": "^2.16.1"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down
Loading

0 comments on commit 3c7729c

Please sign in to comment.