Skip to content

Commit d5f1f9e

Browse files
authored
Fix server-side export tests (#168)
1 parent 2e69a54 commit d5f1f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@
3737
"doctrine/persistence": "^1.3.4",
3838
"friendsofphp/php-cs-fixer": "^2.7",
3939
"mongodb/mongodb": "^1.2",
40-
"phpoffice/phpspreadsheet": "^1.6",
4140
"ocramius/package-versions": "1.4.*",
41+
"phpoffice/phpspreadsheet": "^1.6",
4242
"phpunit/phpunit": "^8.5|^9.0",
4343
"ruflin/elastica": "^6.0|^7.0",
4444
"symfony/browser-kit": "^4.2|^5.0",
4545
"symfony/css-selector": "^4.2|^5.0",
4646
"symfony/dom-crawler": "^4.2|^5.0",
4747
"symfony/intl": "^4.2|^5.0",
48+
"symfony/mime": "^5.1",
4849
"symfony/phpunit-bridge": "^4.2|^5.0",
4950
"symfony/twig-bundle": "^4.2|^5.0",
5051
"symfony/var-dumper": "^4.2|^5.0",

0 commit comments

Comments
 (0)