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

Bumped version to 1.0.0 #18

Merged
merged 1 commit into from
Dec 11, 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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Verify the CodeIgniter4 standard is installed.

Run unit tests.

`./vendor/bin/phpunit --debug --filter CodeIgniter4`
`./vendor/bin/phpunit --debug --filter CodeIgniter4`
2 changes: 1 addition & 1 deletion CodeIgniter4/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @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-beta0012
* @version Version 1.0.0
-->
<!--
Files MUST have a doc block comment.
Expand Down
6 changes: 2 additions & 4 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-beta0012
Version 1.0.0

| Master | Develop |
| :---: | :---: |
Expand All @@ -23,8 +23,6 @@ PHP (7.1 or greater) with mbstring extension.

### Composer install

As this is a beta version you will need to add `"minimum-stability": "dev"` to your 'composer.json' file.

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

Expand All @@ -34,7 +32,7 @@ Set the `phpcs standard path` and `phpcbf standard path` in your editor/plugin c

### Download install

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

Set `standard ` paths to your local filesystem:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bcit-ci/codeigniter4-standard",
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
"version":"1.0.0-beta0012",
"version":"1.0.0",
"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.