Skip to content

Commit 2792e3c

Browse files
weaverryannicolas-grekas
authored andcommitted
Adding a command to generate the complete archived recipe history for a repository
1 parent 8130550 commit 2792e3c

File tree

4 files changed

+417
-105
lines changed

4 files changed

+417
-105
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@
1717
"ext-ctype": "*",
1818
"ext-intl": "*",
1919
"ext-mbstring": "*",
20-
"symfony/console": "^5.3",
21-
"symfony/http-client": "^5.3",
22-
"symfony/runtime": "^5.3",
23-
"symfony/yaml": "^5.3"
20+
"symfony/console": "^5.4",
21+
"symfony/filesystem": "^5.4",
22+
"symfony/finder": "^5.4",
23+
"symfony/http-client": "^5.4",
24+
"symfony/process": "^5.4",
25+
"symfony/runtime": "^5.4",
26+
"symfony/yaml": "^5.4"
2427
},
2528
"require-dev": {
2629
"symfony/var-dumper": "^5.3"

0 commit comments

Comments
 (0)