We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7338b8b commit 1768647Copy full SHA for 1768647
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this library will be documented in this file.
4
5
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [v1.3.0](https://github.com/CodeIgniter/coding-standard/compare/v1.2.0...v1.3.0) - 2022-01-15
8
+
9
+- Fix GHA workflows
10
+- Bump versions
11
+ - PHP 7.4 minimum
12
+ - friendsofphp/php-cs-fixer v3.4.0
13
+ - phpstan/phpstan v1.0 minimum
14
+- Enable `ordered_class_elements` rule
15
+- Enable `global_namespace_import` rule (#1)
16
+- Use `GITHUB_TOKEN` so that secrets can be passed to PRs
17
18
## [v1.2.0](https://github.com/CodeIgniter/coding-standard/compare/v1.1.0...v1.2.0) - 2021-10-18
19
20
- Bump `friendsofphp/php-cs-fixer` to v3.2 minimum
0 commit comments