WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit faf5bd9

Browse files
committed
fix
1 parent 030298a commit faf5bd9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"require-dev": {
3939
"friendsofphp/php-cs-fixer": "^3.64",
4040
"php-coveralls/php-coveralls": "^2.2",
41-
"phpunit/phpunit": ">=5 <10",
42-
"sanmai/phpunit-legacy-adapter": "^6 || ^8",
4341
"php-parallel-lint/php-parallel-lint": "^1.4",
44-
"phpstan/phpstan": "^2.1"
42+
"phpstan/phpstan": "^2.1",
43+
"phpunit/phpunit": ">=5 <10",
44+
"sanmai/phpunit-legacy-adapter": "^6 || ^8"
4545
},
4646
"autoload": {
4747
"psr-0": {
@@ -61,5 +61,8 @@
6161
"support": {
6262
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Spreadsheet_Excel_Writer",
6363
"source": "https://github.com/pear/Spreadsheet_Excel_Writer"
64+
},
65+
"config": {
66+
"sort-packages": true
6467
}
6568
}

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ parameters:
66
-
77
message: '#Method .*_substituteCellref.* should return array but return statement is missing#'
88
path: Spreadsheet/Excel/Writer/Worksheet.php
9-

0 commit comments

Comments
 (0)