We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a050c2a commit ac4b6c2Copy full SHA for ac4b6c2
README.md
@@ -29,7 +29,7 @@ A minimal skeleton to start with a minimal php project.
29
* [chubbyphp/chubbyphp-laminas-config][23]: ^1.5
30
* [monolog/monolog][24]: ^3.9
31
* [slim/psr7][25]: ^1.8
32
- * [symfony/console][26]: ^7.4
+ * [symfony/console][26]: ^7.4.1|^8.0.1
33
34
## Environment
35
composer.json
@@ -18,7 +18,7 @@
18
"chubbyphp/chubbyphp-laminas-config": "^1.5",
19
"monolog/monolog": "^3.9",
20
"slim/psr7": "^1.8",
21
- "symfony/console": "^7.4"
+ "symfony/console": "^7.4.1|^8.0.1"
22
},
23
"require-dev": {
24
"chubbyphp/chubbyphp-dev-helper": "dev-master",
0 commit comments