diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2020-04-13 22:32:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 22:32:23 +0200 |
| commit | 48d24b7ad1dcec5c3b952bf1025c4a1514db13ab (patch) | |
| tree | fda4984df3bc4f9612894a2a29d6d60115299f49 /composer.json | |
| parent | 19ef8342aaa558e2ff50b37934f26417af340d82 (diff) | |
| download | smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.tar.gz smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.tar.bz2 smarty-48d24b7ad1dcec5c3b952bf1025c4a1514db13ab.zip | |
Fix repo layout for package maintainers (#571)
* Do not ignore lexer subfolder for export as this contains source files and add smarty-lexer as a composer dev-dependency.
* Remove unit tests etc from archive export
Please note that the generated lexer / parser classes are not exactly equivalent, as they have been editing to conform to coding standards afterwards. I did a quick review and there don't seem to be any differences in semantics though.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 28c392c9..889cb944 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ } }, "require-dev": { - "phpunit/phpunit": "6.4.1" + "phpunit/phpunit": "6.4.1", + "smarty/smarty-lexer": "^3.1" } } |
