Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit f103cfe

Browse files
committed
Updated readme
1 parent 0501b6a commit f103cfe

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
[![Build Status](https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=master)](https://travis-ci.org/louisl/CodeIgniter4-Standard)
2-
[![Build Status](https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=develop)](https://travis-ci.org/louisl/CodeIgniter4-Standard)
3-
41
# CodeIgniter4-Standard
52

63
[CodeIgniter](https://codeigniter.com) 4 coding standard for use with [PHP_CodeSniffer 3](https://github.com/squizlabs/PHP_CodeSniffer).
74

85
Version 1.0.0-beta0008
96

7+
| Master | Develop |
8+
| :---: | :---: |
9+
| [![Build Status](https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=master)](https://travis-ci.org/louisl/CodeIgniter4-Standard) | [![Build Status](https://travis-ci.org/louisl/CodeIgniter4-Standard.svg?branch=develop)](https://travis-ci.org/louisl/CodeIgniter4-Standard) |
10+
1011
***This is currently a work in progress.***
1112

1213
*Requested at: https://github.com/bcit-ci/CodeIgniter4/issues/182*
1314

14-
##Requirements
15+
## Requirements
1516

1617
[PHP_CodeSniffer 3](https://github.com/squizlabs/PHP_CodeSniffer). (3.0.2 or greater).
1718

1819
PHP (5.4.0 or greater) with mbstring extension.
1920

20-
21-
2221
## Install
2322

2423
### Composer install
@@ -133,4 +132,3 @@ Set it to your preference.
133132
Thanks to Greg Sherwood, Marc McIntyre, Andy Grunwald, Thomas Ernest and Erik Torsner, for providing open source code which helped me build this standard and a big thanks to [Squiz Labs](http://www.squizlabs.com) for creating [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
134133

135134
Thanks to [EllisLab](https://ellislab.com) for originally creating CodeIgniter and the [British Columbia Institute of Technology](https://bcit.ca/) for continuing the project. Thanks to all the developers and contibutors working on [CodeIgniter 4](https://github.com/bcit-ci/CodeIgniter4).
136-

0 commit comments

Comments
 (0)