We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816952a commit 90f4f7bCopy full SHA for 90f4f7b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.1.0 (upcoming)
4
+
5
+- Drop php 5.5 support
6
7
## 1.0.3 (released 2016-05-20)
8
9
- Remove used exception
composer.json
@@ -14,7 +14,7 @@
14
}
15
],
16
"require": {
17
- "php": "^5.5.9 || ^7.0",
+ "php": "^5.6.4 || ^7.0",
18
"wpackagist-plugin/polylang": "^1.9"
19
},
20
"autoload": {
@@ -33,7 +33,7 @@
33
34
"extra":{
35
"branch-alias": {
36
- "dev-master": "1.0-dev"
+ "dev-master": "1.1-dev"
37
38
39
"minimum-stability": "dev",
0 commit comments