mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
Do not ignore lexer subfolder for export as this contains source files and add smarty-lexer as a composer dev-dependency.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -11,6 +11,5 @@
|
|||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
/.gitattributes export-ignore
|
/.gitattributes export-ignore
|
||||||
/lexer/ export-ignore
|
|
||||||
/utilities/ export-ignore
|
/utilities/ export-ignore
|
||||||
/error_reporting.ini export-ignore
|
/error_reporting.ini export-ignore
|
||||||
|
@@ -40,6 +40,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "6.4.1"
|
"phpunit/phpunit": "6.4.1",
|
||||||
|
"smarty/smarty-lexer": "^3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user