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:
Simon Wisselink
2020-02-16 11:47:55 +01:00
parent 4b29dfce11
commit 1132af3d4d
2 changed files with 2 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -40,6 +40,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "6.4.1"
"phpunit/phpunit": "6.4.1",
"smarty/smarty-lexer": "^3.1"
}
}