Compare commits
2 Commits
6f4fffc305
...
b989de20d3
| Author | SHA1 | Date |
|---|---|---|
|
|
b989de20d3 | |
|
|
397966af7b |
|
|
@ -1,2 +1,3 @@
|
||||||
vendor/
|
vendor/
|
||||||
*.cache
|
*.cache
|
||||||
|
composer.lock
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"phpoffice/phpspreadsheet": "^1.4"
|
"phpoffice/phpspreadsheet": "^1.0 || ^2.0 || ^3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^11"
|
"phpunit/phpunit": "^11"
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue