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

Commit 4fd1f9c

Browse files
authored
Merge pull request #21 from bcit-ci/develop
Releasing 1.0.1
2 parents b232e34 + fb7bc37 commit 4fd1f9c

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CodeIgniter4/ruleset.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @author Louis Linehan <[email protected]>
88
* @copyright 2017 British Columbia Institute of Technology
99
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
10-
* @version Version 1.0.0
1110
-->
1211
<!--
1312
Files MUST have a doc block comment.

README.md

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

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

5-
Version 1.0.0
5+
Version 1.0.1
66

77
| Master | Develop |
88
| :---: | :---: |
@@ -24,15 +24,15 @@ PHP (7.1 or greater) with mbstring extension.
2424
### Composer install
2525

2626
`cd /Path/To/MyProject`
27-
`composer require bcit-ci/codeigniter4-standard --dev`
27+
`composer require codeigniter4/codeigniter4-standard --dev`
2828

2929
Set the `phpcs standard path` and `phpcbf standard path` in your editor/plugin config to:
3030

31-
`/Path/To/MyProject/vendor/bcit-ci/codeigniter4-standard/CodeIgniter4/ruleset.xml`
31+
`/Path/To/MyProject/vendor/codeigniter4/codeigniter4-standard/CodeIgniter4/ruleset.xml`
3232

3333
### Download install
3434

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).
3636

3737
Set `standard ` paths to your local filesystem:
3838

@@ -54,7 +54,7 @@ Either clone this repository...
5454

5555
or use composer...
5656

57-
`composer global require bcit-ci/codeigniter4-standard`
57+
`composer global require codeigniter4/codeigniter4-standard`
5858

5959
or download.
6060

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "bcit-ci/codeigniter4-standard",
2+
"name": "codeigniter4/codeigniter4-standard",
33
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
4-
"version":"1.0.0",
4+
"version":"1.0.1",
55
"license":"MIT",
66
"authors": [
77
{

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)