Skip to content

Commit 45f6a41

Browse files
committed
updated dependencies
1 parent 479621b commit 45f6a41

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525

2626
* fixed wording in the released section by s/To Add/Added and s/To Change/Changed
2727

28+
## [0.3.1](https://github.com/bazzline/php_component_cli_environment/tree/0.3.0) - released at 2022-11-23
29+
30+
### Changed
31+
32+
* Updated requirements
33+
2834
## [0.3.0](https://github.com/bazzline/php_component_cli_environment/tree/0.3.0) - released at 2022-11-23
2935

3036
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"net_bazzline/php_component_cli_arguments": "2.1.*",
22-
"net_bazzline/php_component_toolbox": ">=1.5",
22+
"net_bazzline/php_component_toolbox": ">=1.10",
2323
"php": ">=8.0"
2424
},
2525
"license": "LGPLv3",

0 commit comments

Comments
 (0)