Skip to content

Commit d0d6f00

Browse files
committed
loosen PHP version requirement to support 7.1 and higher
1 parent c0d58d9 commit d0d6f00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ java_script_error_handler:
4444
4545
Requirements
4646
------------
47-
PHP 7.1/7.2 and Symfony 3.3+.
47+
PHP 7.1 or higher and Symfony 3.3+.
4848
4949
5050
Author

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "7.1.*||7.2.*",
20+
"php": "~7.1",
2121
"symfony/config": "^3.3|^4.0",
2222
"symfony/dependency-injection": "^3.3|^4.0",
2323
"symfony/event-dispatcher": "^3.3|^4.0",

0 commit comments

Comments
 (0)