Skip to content

Commit ac4b6c2

Browse files
committed
update symfony/deps
1 parent a050c2a commit ac4b6c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A minimal skeleton to start with a minimal php project.
2929
* [chubbyphp/chubbyphp-laminas-config][23]: ^1.5
3030
* [monolog/monolog][24]: ^3.9
3131
* [slim/psr7][25]: ^1.8
32-
* [symfony/console][26]: ^7.4
32+
* [symfony/console][26]: ^7.4.1|^8.0.1
3333

3434
## Environment
3535

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"chubbyphp/chubbyphp-laminas-config": "^1.5",
1919
"monolog/monolog": "^3.9",
2020
"slim/psr7": "^1.8",
21-
"symfony/console": "^7.4"
21+
"symfony/console": "^7.4.1|^8.0.1"
2222
},
2323
"require-dev": {
2424
"chubbyphp/chubbyphp-dev-helper": "dev-master",

0 commit comments

Comments
 (0)