Skip to content

Commit f2d886e

Browse files
committed
Merge pull request #9 from loadsys/f/various-improvements-cake-3
F/various improvements cake 3
2 parents 91f2a44 + d30b607 commit f2d886e

4 files changed

Lines changed: 39 additions & 31 deletions

File tree

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# The MIT License (MIT)
2+
3+
Copyright (c) 2015 Loadsys Web Strategies
4+
5+
> Permission is hereby granted, free of charge, to any person obtaining a copy
6+
> of this software and associated documentation files (the "Software"), to deal
7+
> in the Software without restriction, including without limitation the rights
8+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
> copies of the Software, and to permit persons to whom the Software is
10+
> furnished to do so, subject to the following conditions:
11+
>
12+
> The above copyright notice and this permission notice shall be included in
13+
> all copies or substantial portions of the Software.
14+
>
15+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
> THE SOFTWARE.

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CakePHP-ConfigReadShell
22

3+
[![Latest Version](https://img.shields.io/github/release/loadsys/CakePHP-ConfigReadShell.svg?style=flat-square)](https://github.com/loadsys/CakePHP-ConfigReadShell/releases)
4+
[![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)
6+
37
A CakePHP plugin that provides a Shell to read an app's Configure vars from the command line.
48

59

@@ -16,8 +20,9 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
1620

1721
## Installation
1822

19-
`composer require loadsys/config-read:~3.0`
20-
23+
```bash
24+
$ composer require loadsys/config-read:~3.0
25+
```
2126

2227

2328
## Usage
@@ -46,18 +51,21 @@ KEY_NAME='foo'
4651
```
4752

4853

49-
## Support
50-
51-
For bugs and feature requests, please use the [Issues](https://github.com/loadsys/CakePHP-ConfigReadShell/issues).
54+
## Contributing
5255

56+
### Reporting Issues
5357

54-
## Contributing
58+
Please use [GitHub Isuses](https://github.com/loadsys/CakePHP-ConfigReadShell/issues) for listing any known defects or issues.
5559

56-
Please feel free to open a new Issue, or fork the repo and submit a PR.
60+
### Development
5761

62+
When developing this plugin, please fork and issue a PR for any new development.
5863

5964
## License
6065

61-
Copyright 2015 Loadsys Web Strategies. All rights reserved.
66+
[MIT](https://github.com/loadsys/CakePHP-ConfigReadShell/blob/master/LICENSE.md)
67+
68+
69+
## Copyright
6270

63-
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.
71+
[Loadsys Web Strategies](http://www.loadsys.com) 2015

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"source": "https://github.com/loadsys/CakePHP-ConfigReadShell"
2121
},
2222
"require": {
23+
"php": ">=5.4.19",
2324
"composer/installers": "*"
2425
},
2526
"autoload": {

0 commit comments

Comments
 (0)