Compare commits

...
3 changed files with 12 additions and 7 deletions
+9 -6
View File
@@ -6,11 +6,14 @@
*.lex text eol=lf
# exclude from git export
/travis.ini export-ignore
/myconfig.ini export-ignore
/.travis.yml export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/lexer/ export-ignore
/tests export-ignore
/utilities/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/error_reporting.ini export-ignore
/phpunit.sh export-ignore
/phpunit.xml export-ignore
/TODO.md export-ignore
/travis.ini export-ignore
+1
View File
@@ -1,4 +1,5 @@
- fix foreachelse on arrayiterators https://github.com/smarty-php/smarty/issues/506
- fix files contained in git export archive for package maintainers https://github.com/smarty-php/smarty/issues/325
===== 3.1.34 release ===== 05.11.2019
13.01.2020
+2 -1
View File
@@ -40,6 +40,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "6.4.1"
"phpunit/phpunit": "6.4.1",
"smarty/smarty-lexer": "^3.1"
}
}