mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 01:44:26 +02:00
attempt to load smarty-lexer directly from zip file
This commit is contained in:
@@ -48,12 +48,19 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^8.5 || ^7.5",
|
||||
"smarty/smarty-lexer": "dev-master"
|
||||
"smarty/smarty-lexer": "^4.0.1"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/smarty-php/smarty-lexer"
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "package",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user