Skip to content

Commit 3728c98

Browse files
committed
improvements
1 parent 034ce98 commit 3728c98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.0",
20-
"symfony/framework-bundle": "~3.2|~4.0",
19+
"php": ">=7.1",
20+
"symfony/framework-bundle": "~3.4|~4.0",
2121
"twig/twig": "~2.0",
2222
"phpoffice/phpspreadsheet": "~1.7.0"
2323
},
2424
"require-dev": {
2525
"symfony/symfony": "~3.4|~4.0",
2626
"sensio/framework-extra-bundle": "~3.0|~4.0",
27-
"symfony/phpunit-bridge": "~4.0",
28-
"phpunit/phpunit": "^6.5",
27+
"symfony/phpunit-bridge": "^4.0",
28+
"phpunit/phpunit": "^7.5",
2929
"mpdf/mpdf": "~7.0"
3030
},
3131
"suggest": {

0 commit comments

Comments
 (0)