Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a50fe commit f82ea16Copy full SHA for f82ea16
README.md
@@ -1,5 +1,7 @@
1
# Composer template for Drupal projects
2
3
+[](https://travis-ci.org/drupal-composer/drupal-project)
4
+
5
**TL;DR**: Use [Composer](https://getcomposer.org/) instead of [Drush Make](http://drush.ws/docs/make.txt) for Drupal 7 projects:
6
7
```sh
@@ -9,7 +11,6 @@ cd some-dir
9
11
php ../composer.phar require drupal/devel:8.*
10
12
```
13
-
14
## Background
15
16
A Drupal project usually consists of the following:
0 commit comments