1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12783] Move phpbb requirement to extra->soft-require

PHPBB3-12783
This commit is contained in:
Joas Schilling
2014-07-02 16:23:20 +02:00
parent 07cb08fd18
commit 3f0dec4ce6
7 changed files with 20 additions and 8 deletions

View File

@@ -17,6 +17,8 @@
},
"extra": {
"display-name": "phpBB BarFoo Extension",
"phpbb/phpbb": "3.1.*@dev"
"soft-require": {
"phpbb/phpbb": "3.1.*@dev"
}
}
}