Skip to content

Commit

Permalink
Updating min PHP version and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Nov 25, 2024
1 parent 2b76ac3 commit 2ecddfa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [3.0.6]

### Updated

- `@infinum/eightshift-libs` to version `9.3.0`.

## [3.0.5]

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

- Initial production release.

[3.0.6]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.5...3.0.6
[3.0.5]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.2...3.0.3
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
"infinum/eightshift-coding-standards": "^3.0.0",
"php-parallel-lint/php-parallel-lint": "^v1.4.0",
"php-stubs/wordpress-stubs": "v6.6.0",
"php-stubs/wordpress-stubs": "v6.6.2",
"szepeviktor/phpstan-wordpress": "^v1.3.5"
},
"require": {
"php": ">=8.2",
"infinum/eightshift-libs": "^9.1.5"
"php": ">=8.3",
"infinum/eightshift-libs": "^9.3.0"
},
"suggest": {
"ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.",
Expand All @@ -58,8 +58,8 @@
},
"scripts": {
"test:types": "@php ./vendor/bin/phpstan analyze",
"test:standards": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 8.2-",
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --runtime-set testVersion 8.2-",
"test:standards": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 8.3-",
"standards:fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --runtime-set testVersion 8.3-",
"test": [
"@test:standards",
"@test:types"
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ecddfa

Please sign in to comment.