Last active
October 7, 2019 10:37
-
-
Save SilverFire/bbdcd004147d55460d5c5dd4ee9ec7ed to your computer and use it in GitHub Desktop.
Make sure you can install this composer.json locally
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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