Browse Source

Removing support for php7.4

main
Dustin Wilson 3 years ago
parent
commit
94d7d5446e
  1. 2
      composer.json

2
composer.json

@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-dom": "*",
"ext-json": "*"
},

Loading…
Cancel
Save