Skip to content

Commit 90f4f7b

Browse files
committed
Drop php 5.5 support
1 parent 816952a commit 90f4f7b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.0 (upcoming)
4+
5+
- Drop php 5.5 support
6+
37
## 1.0.3 (released 2016-05-20)
48

59
- Remove used exception

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^5.5.9 || ^7.0",
17+
"php": "^5.6.4 || ^7.0",
1818
"wpackagist-plugin/polylang": "^1.9"
1919
},
2020
"autoload": {
@@ -33,7 +33,7 @@
3333
},
3434
"extra":{
3535
"branch-alias": {
36-
"dev-master": "1.0-dev"
36+
"dev-master": "1.1-dev"
3737
}
3838
},
3939
"minimum-stability": "dev",

0 commit comments

Comments
 (0)