Skip to content
Snippets Groups Projects
Commit 8af5364f authored by Jan Kuchař's avatar Jan Kuchař
Browse files

add support for PHP 7.4

parent ca7517d5
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ php: ...@@ -5,6 +5,7 @@ php:
- '7.1' - '7.1'
- '7.2' - '7.2'
- '7.3' - '7.3'
- '7.4snapshot'
before_script: before_script:
- composer install - composer install
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"description": "Adds support for suppressed exceptions as known in Java. https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions", "description": "Adds support for suppressed exceptions as known in Java. https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html#suppressed-exceptions",
"type": "library", "type": "library",
"require": { "require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0" "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0"
}, },
"scripts": { "scripts": {
"verify": [ "verify": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment