attempt to load smarty-lexer directly from zip file

This commit is contained in:
Simon Wisselink
2023-01-24 16:18:09 +01:00
parent 45de28107a
commit a8cf56e4f4

View File

@@ -48,12 +48,19 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^7.5", "phpunit/phpunit": "^8.5 || ^7.5",
"smarty/smarty-lexer": "dev-master" "smarty/smarty-lexer": "^4.0.1"
}, },
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "package",
"url": "https://github.com/smarty-php/smarty-lexer" "package": {
"name": "smarty/smarty-lexer",
"version": "4.0.1",
"dist": {
"url": "https://github.com/smarty-php/smarty-lexer/archive/refs/tags/v4.0.1.zip",
"type": "zip"
}
}
} }
] ]
} }