Skip to content

Instantly share code, notes, and snippets.

@SilverFire
Last active October 7, 2019 10:37
Show Gist options
  • Save SilverFire/bbdcd004147d55460d5c5dd4ee9ec7ed to your computer and use it in GitHub Desktop.
Save SilverFire/bbdcd004147d55460d5c5dd4ee9ec7ed to your computer and use it in GitHub Desktop.
Make sure you can install this composer.json locally
{
"require": {
"php": "^7.3",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"ext-xdebug": "*",
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment