mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
attempt to load smarty-lexer directly from zip file
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user