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

Commit 2dfab40

Browse files
committed
Bumped version to 1.0.0
1 parent 074f7f5 commit 2dfab40

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Verify the CodeIgniter4 standard is installed.
2626

2727
Run unit tests.
2828

29-
`./vendor/bin/phpunit --debug --filter CodeIgniter4`
29+
`./vendor/bin/phpunit --debug --filter CodeIgniter4`

CodeIgniter4/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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-beta0012
10+
* @version Version 1.0.0
1111
-->
1212
<!--
1313
Files MUST have a doc block comment.

README.md

Lines changed: 2 additions & 4 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-beta0012
5+
Version 1.0.0
66

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

2424
### Composer install
2525

26-
As this is a beta version you will need to add `"minimum-stability": "dev"` to your 'composer.json' file.
27-
2826
`cd /Path/To/MyProject`
2927
`composer require bcit-ci/codeigniter4-standard --dev`
3028

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

3533
### Download install
3634

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

3937
Set `standard ` paths to your local filesystem:
4038

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcit-ci/codeigniter4-standard",
33
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
4-
"version":"1.0.0-beta0012",
4+
"version":"1.0.0",
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)