Skip to content

Commit

Permalink
[VENDOR CHANGE] Updating naming to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Jan 25, 2019
1 parent 8a35aad commit 10ad181
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018, Symbiote
Copyright (c) 2018, Symbiote.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
* Neither the name of the organisation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [Silverstripe Content Replace]

[![Build Status](https://api.travis-ci.org/jason-symbiote/silverstripe-contentreplace.svg?branch=master)](https://travis-ci.org/jason-symbiote/silverstripe-contentreplace)
[![Latest Stable Version](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/version.svg)](https://github.com/jason-symbiote/silverstripe-contentreplace/releases)
[![Latest Unstable Version](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/v/unstable.svg)](https://packagist.org/packages/jason-symbiote/silverstripe-contentreplace)
[![Total Downloads](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/downloads.svg)](https://packagist.org/packages/jason-symbiote/silverstripe-contentreplace)
[![License](https://poser.pugx.org/jason-symbiote/silverstripe-contentreplace/license.svg)](https://github.com/jason-symbiote/silverstripe-contentreplace/blob/master/LICENSE.md)
[![Build Status](https://api.travis-ci.org/symbiote/silverstripe-contentreplace.svg?branch=master)](https://travis-ci.org/symbiote/silverstripe-contentreplace)
[![Latest Stable Version](https://poser.pugx.org/symbiote/silverstripe-contentreplace/version.svg)](https://github.com/symbiote/silverstripe-contentreplace/releases)
[![Latest Unstable Version](https://poser.pugx.org/symbiote/silverstripe-contentreplace/v/unstable.svg)](https://packagist.org/packages/symbiote/silverstripe-contentreplace)
[![Total Downloads](https://poser.pugx.org/symbiote/silverstripe-contentreplace/downloads.svg)](https://packagist.org/packages/symbiote/silverstripe-contentreplace)
[![License](https://poser.pugx.org/symbiote/silverstripe-contentreplace/license.svg)](https://github.com/symbiote/silverstripe-contentreplace/blob/master/LICENSE.md)

This module replaces certain tags in WYSIWYG content with SilverStripe templates.

Expand All @@ -15,7 +15,7 @@ Currently supports:
## Composer Install

```
composer require jason-symbiote/silverstripe-contentreplace:~1.0.0
composer require symbiote/silverstripe-contentreplace:~2.0
```

## Requirements
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jason-symbiote/silverstripe-contentreplace",
"name": "symbiote/silverstripe-contentreplace",
"description": "This module replaces certain tags in WYSIWYG content with SilverStripe templates.",
"type": "silverstripe-vendormodule",
"keywords": [
Expand Down Expand Up @@ -36,12 +36,15 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
},
"expose": [
"client/images"
]
},
"replace": {
"jason-symbiote/silverstripe-contentreplace": "self.version"
},
"prefer-stable": true,
"minimum-stability": "dev"
}

0 comments on commit 10ad181

Please sign in to comment.