We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479621b commit 45f6a41Copy full SHA for 45f6a41
2 files changed
CHANGELOG.md
@@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
26
* fixed wording in the released section by s/To Add/Added and s/To Change/Changed
27
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
34
## [0.3.0](https://github.com/bazzline/php_component_cli_environment/tree/0.3.0) - released at 2022-11-23
35
36
### Changed
composer.json
@@ -19,7 +19,7 @@
19
],
20
"require": {
21
"net_bazzline/php_component_cli_arguments": "2.1.*",
22
- "net_bazzline/php_component_toolbox": ">=1.5",
+ "net_bazzline/php_component_toolbox": ">=1.10",
23
"php": ">=8.0"
24
},
"license": "LGPLv3",
0 commit comments