Skip to content

Commit

Permalink
Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
orkhanahmadov committed Oct 1, 2024
1 parent 74a0caf commit 9128713
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
'single_line_comment_style' => [
'comment_types' => ['hash'],
],
'nullable_type_declaration_for_default_null_value' => [
'use_nullable_type_declaration' => true,
],
'nullable_type_declaration_for_default_null_value' => true,
'concat_space' => [
'spacing' => 'one',
],
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `spreadsheet-translations` will be documented in this file

## 1.5.0 - 2024-10-01

- Add support for `phpoffice/phpspreadsheet` v3
- Add support for `phpunit/phpunit` v11

## 1.4.0 - 2024-03-04

- Add support for Laravel 11
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
"illuminate/http": "^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"phpoffice/phpspreadsheet": "^1.28 || ^2.0"
"phpoffice/phpspreadsheet": "^1.28 || ^2.0 || ^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.14",
"larastan/larastan": "^1.0 || ^2.4",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.0"
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 9128713

Please sign in to comment.