Skip to content

Commit 7c5fca1

Browse files
committed
vendor upgrade
1 parent ec68596 commit 7c5fca1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A minimal CORS middleware for PSR 15.
3636
Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-cors][1].
3737

3838
```sh
39-
composer require chubbyphp/chubbyphp-cors "^1.7"
39+
composer require chubbyphp/chubbyphp-cors "^1.7.1"
4040
```
4141

4242
## Usage

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
},
2525
"require-dev": {
2626
"chubbyphp/chubbyphp-dev-helper": "dev-master",
27-
"chubbyphp/chubbyphp-laminas-config": "^1.4",
28-
"chubbyphp/chubbyphp-laminas-config-factory": "^1.4",
29-
"chubbyphp/chubbyphp-mock": "^2.0.1",
30-
"infection/infection": "^0.31.9",
31-
"php-coveralls/php-coveralls": "^2.9",
27+
"chubbyphp/chubbyphp-laminas-config": "^1.5.1",
28+
"chubbyphp/chubbyphp-laminas-config-factory": "^1.5.1",
29+
"chubbyphp/chubbyphp-mock": "^2.1.2",
30+
"infection/infection": "^0.32.3",
31+
"php-coveralls/php-coveralls": "^2.9.1",
3232
"phpstan/extension-installer": "^1.4.3",
33-
"phpstan/phpstan": "^2.1.32",
34-
"phpunit/phpunit": "^12.4.5"
33+
"phpstan/phpstan": "^2.1.33",
34+
"phpunit/phpunit": "^12.5.6"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)