Skip to content

Commit cb6c7c4

Browse files
committed
vendor upgrade
1 parent 6cbd065 commit cb6c7c4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ Symfony Router implementation for [chubbyphp-framework][1].
2727
## Requirements
2828

2929
* php: ^8.3
30-
* [chubbyphp/chubbyphp-framework][1]: ^5.2
31-
* [chubbyphp/chubbyphp-http-exception][2]: ^1.2
30+
* [chubbyphp/chubbyphp-framework][1]: ^6.0.2
31+
* [chubbyphp/chubbyphp-http-exception][2]: ^1.3.2
3232
* [psr/http-message][3]: ^1.1|^2.0
3333
* [symfony/expression-language][4]: ^6.4.30|^7.4|^8.0
34-
* [symfony/routing][5]: ^6.4.30|^7.4|^8.0.1
34+
* [symfony/routing][5]: ^6.4.30|^7.4.3|^8.0.3
3535

3636
## Installation
3737

3838
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-framework-router-symfony][10].
3939

4040
```bash
41-
composer require chubbyphp/chubbyphp-framework-router-symfony "^2.3"
41+
composer require chubbyphp/chubbyphp-framework-router-symfony "^2.3.3"
4242
```
4343

4444
## Usage

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
],
1616
"require": {
1717
"php": "^8.3",
18-
"chubbyphp/chubbyphp-framework": "^5.2|^6.0",
19-
"chubbyphp/chubbyphp-http-exception": "^1.2",
18+
"chubbyphp/chubbyphp-framework": "^6.0.2",
19+
"chubbyphp/chubbyphp-http-exception": "^1.3.2",
2020
"psr/http-message": "^1.1|^2.0",
2121
"symfony/expression-language": "^6.4.30|^7.4|^8.0",
22-
"symfony/routing": "^6.4.30|^7.4|^8.0.1"
22+
"symfony/routing": "^6.4.30|^7.4.3|^8.0.3"
2323
},
2424
"require-dev": {
2525
"chubbyphp/chubbyphp-dev-helper": "dev-master",
26-
"chubbyphp/chubbyphp-mock": "^2.0.1",
26+
"chubbyphp/chubbyphp-mock": "^2.1.2",
2727
"guzzlehttp/psr7": "^2.8",
28-
"http-interop/http-factory-guzzle": "^1.2",
29-
"infection/infection": "^0.31.9",
28+
"http-interop/http-factory-guzzle": "^1.2.1",
29+
"infection/infection": "^0.32.3",
3030
"laminas/laminas-diactoros": "^3.8",
3131
"nyholm/psr7": "^1.8.2",
32-
"php-coveralls/php-coveralls": "^2.9",
32+
"php-coveralls/php-coveralls": "^2.9.1",
3333
"phpstan/extension-installer": "^1.4.3",
34-
"phpstan/phpstan": "^2.1.32",
35-
"phpunit/phpunit": "^12.4.5",
34+
"phpstan/phpstan": "^2.1.33",
35+
"phpunit/phpunit": "^12.5.6",
3636
"slim/psr7": "^1.8",
3737
"sunrise/http-message": "^3.7"
3838
},

0 commit comments

Comments
 (0)