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

Release/1.0.1 #20

Merged
merged 2 commits into from
Dec 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CodeIgniter4/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @author Louis Linehan <[email protected]>
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @version Version 1.0.0
-->
<!--
Files MUST have a doc block comment.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Version 1.0.0
Version 1.0.1

| Master | Develop |
| :---: | :---: |
Expand All @@ -24,15 +24,15 @@ PHP (7.1 or greater) with mbstring extension.
### Composer install

`cd /Path/To/MyProject`
`composer require bcit-ci/codeigniter4-standard --dev`
`composer require codeigniter4/codeigniter4-standard --dev`

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

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

### Download install

Download [CodeIgniter4-Standard](https://github.com/bcit-ci/CodeIgniter4-Standard/archive/v1.0.0.zip).
Download [CodeIgniter4-Standard](https://github.com/bcit-ci/CodeIgniter4-Standard/archive/v1.0.1.zip).

Set `standard ` paths to your local filesystem:

Expand All @@ -54,7 +54,7 @@ Either clone this repository...

or use composer...

`composer global require bcit-ci/codeigniter4-standard`
`composer global require codeigniter4/codeigniter4-standard`

or download.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bcit-ci/codeigniter4-standard",
"name": "codeigniter4/codeigniter4-standard",
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
"version":"1.0.0",
"version":"1.0.1",
"license":"MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.