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

Commit

Permalink
Merge pull request #21 from bcit-ci/develop
Browse files Browse the repository at this point in the history
Releasing 1.0.1
  • Loading branch information
louisl committed Dec 12, 2017
2 parents b232e34 + fb7bc37 commit 4fd1f9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
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 <louis.linehan@gmail.com>
* @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.

0 comments on commit 4fd1f9c

Please sign in to comment.