Skip to content

Commit 13bc0bd

Browse files
committed
feat: switch to new CLI parser
1 parent 5c922dc commit 13bc0bd

File tree

4 files changed

+434
-326
lines changed

4 files changed

+434
-326
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
],
2020
"require": {
2121
"php": "^8.1",
22-
"vanilla/garden-cli": "~4.0",
2322
"michelf/php-markdown": "~2.0",
2423
"lukasoppermann/http-status": "~4.0",
2524
"ext-json": "*",
2625
"ext-curl": "*",
2726
"twig/twig": "^3.0",
2827
"twig/markdown-extra": "^3.0",
2928
"matthiasmullie/minify": "^1.3",
30-
"rize/uri-template": "*"
29+
"rize/uri-template": "*",
30+
"splitbrain/php-cli": "^1.3"
3131
},
3232
"require-dev": {
3333
"lunr/halo": "~0.11.0",

0 commit comments

Comments
 (0)