Skip to content

Commit

Permalink
Drop php 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jul 7, 2016
1 parent 816952a commit 90f4f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.1.0 (upcoming)

- Drop php 5.5 support

## 1.0.3 (released 2016-05-20)

- Remove used exception
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"php": "^5.6.4 || ^7.0",
"wpackagist-plugin/polylang": "^1.9"
},
"autoload": {
Expand All @@ -33,7 +33,7 @@
},
"extra":{
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 90f4f7b

Please sign in to comment.