Skip to content

Commit

Permalink
Merge 0a0507e into c0d58d9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 16, 2018
2 parents c0d58d9 + 0a0507e commit a85de22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.1
- 7.2
- 7.3

env:
- # default environment without variables
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ java_script_error_handler:

Requirements
------------
PHP 7.1/7.2 and Symfony 3.3+.
PHP 7.1 or higher and Symfony 3.3+.


Author
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"php": "7.1.*||7.2.*",
"php": "~7.1",
"symfony/config": "^3.3|^4.0",
"symfony/dependency-injection": "^3.3|^4.0",
"symfony/event-dispatcher": "^3.3|^4.0",
Expand Down

0 comments on commit a85de22

Please sign in to comment.