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

composer: allow PHP8

parent 8dd6a7df
No related branches found
No related tags found
1 merge request!2composer: allow PHP8
Pipeline #31209 passed
......@@ -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",
"type": "library",
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0"
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0"
},
"scripts": {
"verify": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment