Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 6, 2023
1 parent df2c04b commit 1f71a8f
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 137 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
rm composer.lock
composer install
- name: Install openspout/openspout
Expand Down
6 changes: 3 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",
"orchestra/testbench": "^8.14.1",
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16.1",
"larastan/larastan": "^2.7"
"larastan/larastan": "^2.7",
"pestphp/pest": "^2.28",
"orchestra/testbench": "^8.15"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down
Loading

0 comments on commit 1f71a8f

Please sign in to comment.