File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ sudo: false
33language : php
44
55php :
6- - 5.5
76 - 5.6
87 - 7.0
98 - 7.1
Original file line number Diff line number Diff line change 1515### Removed
1616
1717 - Remove service provider since their is no standard. Hawbit presentation provides no service provider for each derivate of a service provider
18-
18+ - PHP 5.5 Support
19+
1920## 1.1.0
2021
2122### Added
Original file line number Diff line number Diff line change 88
99Ployglott and extensible presentation layer for different presentation engines.
1010The presentation layer uses [ ` league/plates ` ] ( http://platesphp.com/ ) as default engine and could be extended with Twig,
11- Smarty, Liquif, blade and further more.
11+ Smarty, Liquid, Blade and further more.
1212
1313## Install
1414
Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "php" : " >=5.5.0 " ,
20+ "php" : " >=5.6 " ,
2121 "league/plates" : " ~3.0" ,
2222 "psr/container" : " ~1.0" ,
2323 "psr/http-message" : " ~1.0"
2424 },
2525 "require-dev" : {
2626 "phpunit/phpunit" : " ~4.8" ,
27- "hawkbit/hawkbit" : " ~2.4 "
27+ "hawkbit/hawkbit" : " ~2.3 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments