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

Commit 3e09e54

Browse files
committed
Merge branch 'release/1.0.0-beta0003'
2 parents 6fe250e + 0472bb9 commit 3e09e54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
CodeIgniter 4 Standard for [PHP_CodeSniffer 3](https://github.com/squizlabs/PHP_CodeSniffer).
44

5+
Version 1.0.0-beta0003
6+
57
This is currently a work in progress.
68

79
## Install
@@ -10,7 +12,7 @@ This is currently a work in progress.
1012

1113
`cd /Path/To/MyProject`
1214

13-
`composer require louisl/CodeIgniter4-Standard --dev`
15+
`composer require louisl/codeigniter4-standard --dev`
1416

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "louisl/codeigniter4-standard",
33
"description": "CodeIgniter 4 Standard for PHP_CodeSniffer 3.",
4-
"version":"1.0.0-beta0002",
4+
"version":"1.0.0-beta0003",
55
"license":"MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)