Skip to content
Snippets Groups Projects
Commit 2cc38528 authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

allow php 8.1

parent 2b13cb62
Branches
Tags
1 merge request!3PHP 8.1
...@@ -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 || ~7.4.0 || ~8.0.0" "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ^8.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