Skip to content

Commit c3f0350

Browse files
committed
vendor upgrade
1 parent e5bb44b commit c3f0350

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A simple decode/encode solution for json / jsonx / url-encoded / xml / yaml.
3838
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-decode-encode][1].
3939

4040
```sh
41-
composer require chubbyphp/chubbyphp-decode-encode "^1.3"
41+
composer require chubbyphp/chubbyphp-decode-encode "^1.3.1"
4242
```
4343

4444
## Usage

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"symfony/yaml": "^6.4.30|^7.4.1|^8.0.1"
2727
},
2828
"require-dev": {
29-
"chubbyphp/chubbyphp-container": "^2.2",
29+
"chubbyphp/chubbyphp-container": "^2.4.1",
3030
"chubbyphp/chubbyphp-dev-helper": "dev-master",
31-
"chubbyphp/chubbyphp-laminas-config-factory": "^1.4",
32-
"chubbyphp/chubbyphp-mock": "^2.0.1",
33-
"infection/infection": "^0.31.9",
34-
"php-coveralls/php-coveralls": "^2.9",
31+
"chubbyphp/chubbyphp-laminas-config-factory": "^1.5.1",
32+
"chubbyphp/chubbyphp-mock": "^2.1.2",
33+
"infection/infection": "^0.32.3",
34+
"php-coveralls/php-coveralls": "^2.9.1",
3535
"phpstan/extension-installer": "^1.4.3",
36-
"phpstan/phpstan": "^2.1.32",
37-
"phpunit/phpunit": "^12.4.5",
36+
"phpstan/phpstan": "^2.1.33",
37+
"phpunit/phpunit": "^12.5.6",
3838
"psr/container": "^2.0.2"
3939
},
4040
"autoload": {

0 commit comments

Comments
 (0)