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 c0d58d9 commit d0d6f00Copy full SHA for d0d6f00
README.md
@@ -44,7 +44,7 @@ java_script_error_handler:
44
45
Requirements
46
------------
47
-PHP 7.1/7.2 and Symfony 3.3+.
+PHP 7.1 or higher and Symfony 3.3+.
48
49
50
Author
composer.json
@@ -17,7 +17,7 @@
17
}
18
],
19
"require": {
20
- "php": "7.1.*||7.2.*",
+ "php": "~7.1",
21
"symfony/config": "^3.3|^4.0",
22
"symfony/dependency-injection": "^3.3|^4.0",
23
"symfony/event-dispatcher": "^3.3|^4.0",
0 commit comments