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 1814c3c commit a96a231Copy full SHA for a96a231
composer.json
@@ -19,19 +19,19 @@
19
],
20
"require": {
21
"php": "^8.1",
22
- "ql/uri-template": "~1.0",
23
"vanilla/garden-cli": "~4.0",
24
"michelf/php-markdown": "~2.0",
25
"lukasoppermann/http-status": "~4.0",
26
"ext-json": "*",
27
"ext-curl": "*",
28
"twig/twig": "^3.0",
29
"twig/markdown-extra": "^3.0",
30
- "matthiasmullie/minify": "^1.3"
+ "matthiasmullie/minify": "^1.3",
+ "rize/uri-template": "*"
31
},
32
"require-dev": {
33
"lunr/halo": "dev-master",
34
- "phpunit/phpunit": "~10.2",
+ "phpunit/phpunit": "~11.0",
35
"theseer/autoload": "~1.0",
36
"phing/phing": "~2.0",
37
"phpstan/phpstan": "^1.2.0",
0 commit comments