mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +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
|
||||
/.gitignore export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/lexer/ export-ignore
|
||||
/utilities/ export-ignore
|
||||
/error_reporting.ini export-ignore
|
||||
|
@@ -40,6 +40,7 @@
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "6.4.1"
|
||||
"phpunit/phpunit": "6.4.1",
|
||||
"smarty/smarty-lexer": "^3.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user