Skip to content

Commit 2ecddfa

Browse files
committed
Updating min PHP version and libs
1 parent 2b76ac3 commit 2ecddfa

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
66

7+
## [3.0.6]
8+
9+
### Updated
10+
11+
- `@infinum/eightshift-libs` to version `9.3.0`.
12+
713
## [3.0.5]
814

915
### Added
@@ -242,6 +248,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
242248

243249
- Initial production release.
244250

251+
[3.0.6]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.5...3.0.6
245252
[3.0.5]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.4...3.0.5
246253
[3.0.4]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.3...3.0.4
247254
[3.0.3]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.2...3.0.3

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
3131
"infinum/eightshift-coding-standards": "^3.0.0",
3232
"php-parallel-lint/php-parallel-lint": "^v1.4.0",
33-
"php-stubs/wordpress-stubs": "v6.6.0",
33+
"php-stubs/wordpress-stubs": "v6.6.2",
3434
"szepeviktor/phpstan-wordpress": "^v1.3.5"
3535
},
3636
"require": {
37-
"php": ">=8.2",
38-
"infinum/eightshift-libs": "^9.1.5"
37+
"php": ">=8.3",
38+
"infinum/eightshift-libs": "^9.3.0"
3939
},
4040
"suggest": {
4141
"ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.",
@@ -58,8 +58,8 @@
5858
},
5959
"scripts": {
6060
"test:types": "@php ./vendor/bin/phpstan analyze",
61-
"test:standards": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 8.2-",
62-
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --runtime-set testVersion 8.2-",
61+
"test:standards": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 8.3-",
62+
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --runtime-set testVersion 8.3-",
6363
"test": [
6464
"@test:standards",
6565
"@test:types"

Diff for: composer.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)