Skip to content

Commit 5ee5639

Browse files
author
aganttor
committed
Remove PHP 5.5 support and fix hawkbit version
1 parent 7439d5b commit 5ee5639

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
- 7.0
98
- 7.1

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Ployglott and extensible presentation layer for different presentation engines.
1010
The 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
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": {

0 commit comments

Comments
 (0)