justintime50-styles 0.11.2 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
- ## V0.11.2 (2026-01-03)
3
+ ## v0.11.2, v0.11.3, v0.11.4 (2026-01-03)
4
4
 
5
- - Bumps `phpcs-short-scalar-types` so it can now be auto-installed with `PHPCSStandards/composer-installer`
5
+ - Bumps `phpcs-short-scalar-types` so it can now be auto-installed with `PHPCSStandards/composer-installer`, various updates to `phpcs-short-scalar-types`
6
6
 
7
7
  ## v0.11.1 (2026-01-03)
8
8
 
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "justintime50/styles",
3
3
  "description": "A collection of style guides and best practices used for my projects and teams.",
4
- "version": "0.11.2",
4
+ "version": "0.11.4",
5
5
  "license": "MIT",
6
6
  "type": "library",
7
7
  "homepage": "https://github.com/Justintime50/styles",
@@ -13,7 +13,7 @@
13
13
  ],
14
14
  "require": {
15
15
  "php": "^8.0",
16
- "justintime50/phpcs-short-scalar-types": "^0.2.0",
16
+ "justintime50/phpcs-short-scalar-types": "^0.3.0",
17
17
  "slevomat/coding-standard": "^8.18"
18
18
  },
19
19
  "config": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "justintime50-styles",
3
3
  "description": "A collection of style guides and best practices used for my projects and teams.",
4
- "version": "0.11.2",
4
+ "version": "0.11.4",
5
5
  "author": "Justintime50",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/justintime50/styles",