Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd47d6a

Browse files
committed
Switch drush dev
1 parent 2a0ecbe commit fd47d6a

File tree

2 files changed

+12
-22
lines changed

2 files changed

+12
-22
lines changed

.gitignore

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# OS specific temporary files
2-
.DS_Store*
3-
ehthumbs.db
4-
Thumbs.db
1+
# Ignore directories generated by Composer
2+
vendor
3+
web/core
4+
web/modules/contrib
5+
web/themes/contrib
6+
web/profiles/contrib
57

6-
# IDEs
7-
.buildpath
8-
.idea
9-
.project
10-
.settings
11-
*.esproj
12-
*.komodoproject
13-
*.komodotools
14-
nbproject
8+
# Ignore Drupal's file directory
9+
web/sites/default/files
1510

16-
# Tools
17-
.svn
18-
.sass-cache
11+
# Ignore files generated by PhpStorm
12+
.idea

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,12 @@
1818
{
1919
"type": "composer",
2020
"url": "http://packagist.drupal-composer.org"
21-
},
22-
{
23-
"type": "vcs",
24-
"url": "https://github.com/webflo/drush.git"
2521
}
2622
],
2723
"require": {
2824
"composer/installers": "^1.0.20",
29-
"drupal/core": "8.0.x-dev",
30-
"drush/drush": "dev-autoload",
25+
"drupal/core": "8.0.*",
26+
"drush/drush": "7.0.*",
3127

3228
"drupal/devel": "8.1.*@dev",
3329
"drupal/token": "8.1.*@dev"

0 commit comments

Comments
 (0)