projects
/
experiments
/
tweeper_composer_test.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd44b8
)
composer.json: relax the version number of the ao2/tweeper dependency
master
author
Antonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 10:46:04 +0000
(11:46 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 10:46:04 +0000
(11:46 +0100)
This way composer can pick up stable releases.
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index
1581b91
..
bab81af
100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-1,7
+1,7
@@
{
"name": "ao2/tweeper_composer_test",
"require": {
- "ao2/tweeper": "
dev-master
"
+ "ao2/tweeper": "
*
"
},
"bin": ["tweeper_test"]
}