Skip to content

Commit 4b4754b

Browse files
committed
Merge pull request #8 from loadsys/f/various-improvements
F/various improvements
2 parents 9f668e1 + 91bbf70 commit 4b4754b

4 files changed

Lines changed: 39 additions & 30 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 & 8 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
* This is the Cake 2.x version of the plugin, which exists on the `cake-2.x` branch and is tracked by the `2.*` semver.
@@ -15,7 +19,9 @@ A CakePHP plugin that provides a Shell to read an app's Configure vars from the
1519

1620
## Installation
1721

18-
`composer require loadsys/config-read:2.*`
22+
```bash
23+
$ composer require loadsys/config-read:2.*
24+
```
1925

2026
or
2127

@@ -48,18 +54,21 @@ KEY_NAME='foo'
4854
```
4955

5056

51-
## Support
57+
## Contributing
5258

53-
For bugs and feature requests, please use the [Issues](https://github.com/loadsys/CakePHP-ConfigReadShell/issues).
59+
### Reporting Issues
5460

61+
Please use [GitHub Isuses](https://github.com/loadsys/CakePHP-ConfigReadShell/issues) for listing any known defects or issues.
5562

56-
## Contributing
57-
58-
Please feel free to open a new Issue, or fork the repo and submit a PR.
63+
### Development
5964

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

6167
## License
6268

63-
Copyright 2015 Loadsys Web Strategies. All rights reserved.
69+
[MIT](https://github.com/loadsys/CakePHP-ConfigReadShell/blob/master/LICENSE.md)
70+
71+
72+
## Copyright
6473

65-
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.
74+
[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
"extra": {

0 commit comments

Comments
 (0)