Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
lock down versions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Apr 18, 2016
1 parent cd00c46 commit f8eb648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
owncloud-news (8.7.0)
* **Enhancement**: Better lock down Composer versions to prevent shipping newer PHP libraries then intended when compiling the project
* **Enhancement**: Mark current article as active while scrolling
* **Enhancement**: Clicking on an article sets it as active, #791
* **Enhancement**: Keyboard shortcuts will target the currently active element, #791
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"source": "https://github.com/owncloud/news/"
},
"require": {
"ezyang/htmlpurifier": "~4.7",
"ezyang/htmlpurifier": "4.7",
"fguillot/picofeed": "0.1.23",
"pear/net_url2": "~2.2",
"riimu/kit-pathjoin": "1.*"
"pear/net_url2": "2.2",
"riimu/kit-pathjoin": "1.1.2"
}
}

0 comments on commit f8eb648

Please sign in to comment.