Skip to content

Commit a96a231

Browse files
committed
fix: use new uri template lib
1 parent 1814c3c commit a96a231

File tree

3 files changed

+298
-293
lines changed

3 files changed

+298
-293
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
],
2020
"require": {
2121
"php": "^8.1",
22-
"ql/uri-template": "~1.0",
2322
"vanilla/garden-cli": "~4.0",
2423
"michelf/php-markdown": "~2.0",
2524
"lukasoppermann/http-status": "~4.0",
2625
"ext-json": "*",
2726
"ext-curl": "*",
2827
"twig/twig": "^3.0",
2928
"twig/markdown-extra": "^3.0",
30-
"matthiasmullie/minify": "^1.3"
29+
"matthiasmullie/minify": "^1.3",
30+
"rize/uri-template": "*"
3131
},
3232
"require-dev": {
3333
"lunr/halo": "dev-master",
34-
"phpunit/phpunit": "~10.2",
34+
"phpunit/phpunit": "~11.0",
3535
"theseer/autoload": "~1.0",
3636
"phing/phing": "~2.0",
3737
"phpstan/phpstan": "^1.2.0",

0 commit comments

Comments
 (0)