mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12017] Fix phpbb requirement in composer.json
PHPBB3-12017
This commit is contained in:
parent
4e2bb6ef53
commit
1e73e0c954
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
}],
|
}],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3",
|
"php": ">=5.3",
|
||||||
"phpbb": "3.1.*@dev"
|
"phpbb/phpbb": "3.1.*@dev"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"display-name": "phpBB 3.1 Extension Testing"
|
"display-name": "phpBB 3.1 Extension Testing"
|
||||||
|
|
Loading…
Add table
Reference in a new issue