added code formatting

This commit is contained in:
Patrick 2014-09-17 22:07:26 +02:00 committed by lubiana
parent 562ddf720f
commit 7687430549
6 changed files with 15 additions and 15 deletions

View file

@ -12,7 +12,7 @@ Create a new file in your project root folder called `composer.json`. This is th
Add the following content to the file:
```
```json
{
"name": "Project name",
"description": "Your project description",
@ -42,7 +42,7 @@ Open a new console window and navigate into your project root folder. There run
Composer creates a `composer.lock` file that locks in your dependencies and a vendor directory. To remove those from your Git repository, add a new file in your project root folder called `.gitignore` with the following content:
```
```php
composer.lock
vendor/
```