Skip to content

Commit

Permalink
Merge branch 'fix-package-vendor' into v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natewiebe13 committed Apr 30, 2020
2 parents 5e1bc90 + cfcf458 commit eb763ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,13 @@ Make sure Composer is installed globally, as explained in the
[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Add Private Repository
----------------------

Add the repository in the JSON snippet below to `composer.json`

```json
"repositories": [
{
"type": "git",
"url": "[email protected]:symfony/NorthernMarkdownBundle.git"
}
]
```

Applications that use Symfony Flex
----------------------------------

Open a command console, enter your project directory and execute:

```console
$ composer require northern/markdown-bundle
$ composer require northernco/markdown-bundle
```

Applications that don't use Symfony Flex
Expand All @@ -39,7 +25,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```console
$ composer require northern/markdown-bundle
$ composer require northernco/markdown-bundle
```

### Step 2: Enable the Bundle
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "northern/markdown-bundle",
"name": "northernco/markdown-bundle",
"description": "Symfony bundle for including parsedown for converting markdown to html",
"type": "symfony-bundle",
"require": {
Expand Down

0 comments on commit eb763ef

Please sign in to comment.