Skip to content

Commit

Permalink
Move phpbb/phpbb require version to extra section
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jul 3, 2014
1 parent 19e3d70 commit d4610ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Expand Up @@ -13,10 +13,12 @@
"role": "Lead Developer"
}],
"require": {
"php": ">=5.3.3",
"phpbb/phpbb": "3.1.*@dev"
"php": ">=5.3.3"
},
"extra": {
"display-name": "Acme Demo Extension"
"display-name": "Acme Demo Extension",
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
}
}
}

0 comments on commit d4610ac

Please sign in to comment.