We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034ce98 commit 3728c98Copy full SHA for 3728c98
composer.json
@@ -16,16 +16,16 @@
16
}
17
],
18
"require": {
19
- "php": ">=7.0",
20
- "symfony/framework-bundle": "~3.2|~4.0",
+ "php": ">=7.1",
+ "symfony/framework-bundle": "~3.4|~4.0",
21
"twig/twig": "~2.0",
22
"phpoffice/phpspreadsheet": "~1.7.0"
23
},
24
"require-dev": {
25
"symfony/symfony": "~3.4|~4.0",
26
"sensio/framework-extra-bundle": "~3.0|~4.0",
27
- "symfony/phpunit-bridge": "~4.0",
28
- "phpunit/phpunit": "^6.5",
+ "symfony/phpunit-bridge": "^4.0",
+ "phpunit/phpunit": "^7.5",
29
"mpdf/mpdf": "~7.0"
30
31
"suggest": {
0 commit comments