Skip to content

Commit 2542592

Browse files
committed
Merge pull request #14 from loadsys/f/composer-package-rename
Changes package name to conform to Loadsys standard.
2 parents f2d886e + e9aa405 commit 2542592

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version](https://img.shields.io/github/release/loadsys/CakePHP-ConfigReadShell.svg?style=flat-square)](https://github.com/loadsys/CakePHP-ConfigReadShell/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Total Downloads](https://img.shields.io/packagist/dt/loadsys/config-read.svg?style=flat-square)](https://packagist.org/packages/loadsys/config-read)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/loadsys/cakephp-config-read.svg?style=flat-square)](https://packagist.org/packages/loadsys/cakephp-config-read)
66

77
A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.
88

@@ -21,7 +21,7 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
2121
## Installation
2222

2323
```bash
24-
$ composer require loadsys/config-read:~3.0
24+
$ composer require loadsys/cakephp-config-read:~3.0
2525
```
2626

2727

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "loadsys/config-read",
2+
"name": "loadsys/cakephp-config-read",
33
"description": "A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.",
44
"type": "cakephp-plugin",
55
"keywords": [

0 commit comments

Comments
 (0)