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

Commit

Permalink
Fix version constraint and add branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Feb 24, 2017
1 parent 07ffe28 commit 87e2aa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.1",
"rollerworks/search": "^2.0@dev",
"rollerworks/uri-encoder": "^1.1.0",
"psr/http-message": "1.0.1"
"psr/http-message": "^1.0.1"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2.4",
Expand All @@ -35,5 +35,10 @@
"psr-4": {
"Rollerworks\\Component\\Search\\Processor\\Tests\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit 87e2aa6

Please sign in to comment.