Use stow for managing dotfiles
This commit is contained in:
parent
7b29ee2104
commit
7fed1cf922
83 changed files with 61 additions and 40 deletions
16
composer/.composer/composer.json
Normal file
16
composer/.composer/composer.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"deployer/deployer": "^4.0",
|
||||
"drush/drush": "^8.0",
|
||||
"hirak/prestissimo": "^0.3.5",
|
||||
"laravel/installer": "^2.1",
|
||||
"pantheon-systems/terminus": "^0.13.1",
|
||||
"squizlabs/php_codesniffer": "^2.7",
|
||||
"symfony/flex": "^1.6"
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue