Last active
June 13, 2017 19:34
-
-
Save SilverFire/cc4dac78f83ac45525d0afab5644d607 to your computer and use it in GitHub Desktop.
Try to run `composer install` over this file
This file contains hidden or 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": ">5.6.0", | |
"ext-pdo": "*", | |
"ext-pdo_sqlite": "*", | |
"yiisoft/yii2": "^2.0.12" | |
}, | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://asset-packagist.org" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment