Skip to content

Commit 0cfbf1a

Browse files
committed
Add version 0.1.3
1 parent 6313ec5 commit 0cfbf1a

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,52 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Releases
99

10+
### [0.1.3] - 2023-09-16
11+
12+
* Composer update
13+
* composer/semver (3.3.2 => 3.4.0)
14+
* doctrine/instantiator (1.4.1 => 2.0.0)
15+
* friendsofphp/php-cs-fixer (v3.13.1 => v3.26.1)
16+
* ixnode/bash-version-manager (0.1.3 => 0.1.8)
17+
* ixnode/php-checker (0.1.3 => 0.1.9)
18+
* ixnode/php-container (0.1.2 => 0.1.10)
19+
* ixnode/php-exception (0.1.11 => 0.1.21)
20+
* myclabs/deep-copy (1.11.0 => 1.11.1)
21+
* nikic/php-parser (v4.15.2 => v4.17.1)
22+
* pdepend/pdepend (2.12.1 => 2.14.0)
23+
* phpstan/phpstan (1.9.4 => 1.10.34)
24+
* phpunit/php-code-coverage (9.2.21 => 9.2.28)
25+
* phpunit/phpunit (9.5.27 => 9.6.12)
26+
* povils/phpmnd (v3.0.1 => v3.2.0)
27+
* rector/rector (0.15.1 => 0.15.25)
28+
* sebastian/diff (4.0.4 => 4.0.5)
29+
* sebastian/environment (5.1.4 => 5.1.5)
30+
* sebastian/global-state (5.0.5 => 5.0.6)
31+
* sebastian/recursion-context (4.0.4 => 4.0.5)
32+
* sebastian/type (3.2.0 => 3.2.1)
33+
* symfony/config (v6.2.0 => v6.3.2)
34+
* symfony/console (v6.2.2 => v6.3.4)
35+
* symfony/dependency-injection (v6.2.2 => v6.3.4)
36+
* symfony/deprecation-contracts (v3.2.0 => v3.3.0)
37+
* symfony/event-dispatcher (v6.2.2 => v6.3.2)
38+
* symfony/event-dispatcher-contracts (v3.2.0 => v3.3.0)
39+
* symfony/filesystem (v6.2.0 => v6.3.1)
40+
* symfony/finder (v6.2.0 => v6.3.3)
41+
* symfony/options-resolver (v6.2.0 => v6.3.0)
42+
* symfony/polyfill-ctype (v1.27.0 => v1.28.0)
43+
* symfony/polyfill-intl-grapheme (v1.27.0 => v1.28.0)
44+
* symfony/polyfill-intl-normalizer (v1.27.0 => v1.28.0)
45+
* symfony/polyfill-mbstring (v1.27.0 => v1.28.0)
46+
* symfony/polyfill-php80 (v1.27.0 => v1.28.0)
47+
* symfony/polyfill-php81 (v1.27.0 => v1.28.0)
48+
* symfony/process (v6.2.0 => v6.3.4)
49+
* symfony/service-contracts (v3.2.0 => v3.3.0)
50+
* symfony/stopwatch (v6.2.0 => v6.3.0)
51+
* symfony/string (v6.2.2 => v6.3.2)
52+
* symfony/var-exporter (v6.2.2 => v6.3.4)
53+
* Add more output to ValidatorDebugger
54+
* Add last errors to Validator
55+
1056
### [0.1.2] - 2022-12-31
1157

1258
* Fix root directory to data path

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.2
1+
0.1.3

0 commit comments

Comments
 (0)