Skip to content

Commit

Permalink
Version 1.1 to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Jun 12, 2016
1 parent baccde4 commit cc4d6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
## Installation

```
$ composer require narno/phpoole-theme-hyde:1.1.X-dev
$ composer require narno/phpoole-theme-hyde
```
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"keywords": ["PHPoole", "theme", "Hyde"],
"license": "MIT",
"require": {
"narno/phpoole-installer": "dev-develop as 1.1.x-dev",
"narno/phpoole-library": "dev-develop as 1.1.x-dev"
"narno/phpoole-installer": "^1.1",
"narno/phpoole-library": "^1.1"
},
"extra": {
"name": "hyde",
"branch-alias": {
"dev-develop": "1.1.x-dev"
"dev-master": "1.1.x-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit cc4d6c3

Please sign in to comment.