Skip to content

Commit

Permalink
Drop doctrine/dbal ^2 (#1296)
Browse files Browse the repository at this point in the history
* Drop doctrine/dbal ^2

* Fix github actions
  • Loading branch information
luanfreitasdev authored Dec 19, 2023
1 parent b2efd73 commit 5bfe514
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 11,267 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
rm composer.lock
composer install
- name: Pint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ 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 4.20
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ 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
1 change: 0 additions & 1 deletion .github/workflows/pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ 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
1 change: 0 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
rm composer.lock
composer install
- name: Larastan
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ 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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
],
"require": {
"php": "^8.1",
"doctrine/dbal": "2.12.1 | ^3.7.1",
"doctrine/dbal": "^3.7",
"livewire/livewire": "^3.1.0",
"laravel/prompts": "^0.1.13"
},
"require-dev": {
"composer/composer": "^2.6.5",
"laravel/pint": "^1.13",
"composer/composer": "^2.6.6",
"laravel/pint": "^1.13.7",
"laradumps/laradumps-core": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^2.16.1",
"larastan/larastan": "^2.7",
"pestphp/pest": "^2.28",
"orchestra/testbench": "^8.15"
"pestphp/pest": "^2.28.1",
"orchestra/testbench": "^8.17"
},
"suggest": {
"openspout/openspout": "Required to export XLS and CSV"
Expand Down
Loading

0 comments on commit 5bfe514

Please sign in to comment.