This repository was archived by the owner on Nov 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 7
7
* @author Louis Linehan <[email protected] >
8
8
* @copyright 2017 British Columbia Institute of Technology
9
9
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
10
- * @version Version 1.0.0
11
10
-->
12
11
<!--
13
12
Files MUST have a doc block comment.
Original file line number Diff line number Diff line change 2
2
3
3
[ CodeIgniter] ( https://codeigniter.com ) 4 coding standard for use with [ PHP_CodeSniffer 3] ( https://github.com/squizlabs/PHP_CodeSniffer ) .
4
4
5
- Version 1.0.0
5
+ Version 1.0.1
6
6
7
7
| Master | Develop |
8
8
| :---: | :---: |
@@ -24,15 +24,15 @@ PHP (7.1 or greater) with mbstring extension.
24
24
### Composer install
25
25
26
26
` cd /Path/To/MyProject `
27
- ` composer require bcit-ci /codeigniter4-standard --dev `
27
+ ` composer require codeigniter4 /codeigniter4-standard --dev `
28
28
29
29
Set the ` phpcs standard path ` and ` phpcbf standard path ` in your editor/plugin config to:
30
30
31
- ` /Path/To/MyProject/vendor/bcit-ci /codeigniter4-standard/CodeIgniter4/ruleset.xml `
31
+ ` /Path/To/MyProject/vendor/codeigniter4 /codeigniter4-standard/CodeIgniter4/ruleset.xml `
32
32
33
33
### Download install
34
34
35
- Download [ CodeIgniter4-Standard] ( https://github.com/bcit-ci/CodeIgniter4-Standard/archive/v1.0.0 .zip ) .
35
+ Download [ CodeIgniter4-Standard] ( https://github.com/bcit-ci/CodeIgniter4-Standard/archive/v1.0.1 .zip ) .
36
36
37
37
Set ` standard ` paths to your local filesystem:
38
38
@@ -54,7 +54,7 @@ Either clone this repository...
54
54
55
55
or use composer...
56
56
57
- ` composer global require bcit-ci /codeigniter4-standard `
57
+ ` composer global require codeigniter4 /codeigniter4-standard `
58
58
59
59
or download.
60
60
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " bcit-ci /codeigniter4-standard" ,
2
+ "name" : " codeigniter4 /codeigniter4-standard" ,
3
3
"description" : " CodeIgniter 4 Standard for PHP_CodeSniffer 3." ,
4
- "version" :" 1.0.0 " ,
4
+ "version" :" 1.0.1 " ,
5
5
"license" :" MIT" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments