Skip to content

Commit

Permalink
Smarty v3.1.36 not supports php5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiis committed Apr 16, 2020
1 parent 1f0b3e8 commit 31e2014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ php:

matrix:
include:
- php: '5.3'
dist: precise
- php: '5.4'
dist: trusty
- php: '5.5'
dist: trusty
- php: '7.0'
dist: trusty
#- php: '5.3'
# dist: precise


before_install:
- phpenv config-add tests/travis/php$TRAVIS_PHP_VERSION.ini
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ Master: [![Build Status](https://travis-ci.com/rindow/rindow-module-smarty.png?b
Add ViewManager interface to "Smarty" to use from Rindow-Web-Mvc, and wrap it in Rindow-Module format.

Includes Rindow-Form and Rindow-Web-Mvc-UrlGenerator of Smarty-plugin.


### Notes
- Smarty v3.1.36 gives an error in php5.3. There are no errors up to v3.1.34.
- Rindow Module Smart supports php5.3.

0 comments on commit 31e2014

Please sign in to comment.