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 c92d01b commit ebf27a4Copy full SHA for ebf27a4
.gitignore
@@ -4,3 +4,4 @@
4
TAG_MESSAGE
5
/.phpunit.result.cache
6
/.php_cs.cache
7
+/.idea/
composer.json
@@ -19,7 +19,7 @@
19
]
20
},
21
"require": {
22
- "php": "^7.2",
+ "php": "^7.4",
23
"ext-soap": "*",
24
"symfony/options-resolver": "^3.4 || ^4.3 || ^5.0",
25
"symfony/polyfill-iconv": "^1.13.1"
0 commit comments