You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your extension's package contents must be located at the root level of the repository. That is, your extension's `composer.json` must be in the **root of the repository**, not inside a subdirectory within the repository.
16
16
@@ -40,20 +40,20 @@ jobs:
40
40
EXTNAME: acme/demo # Your extension vendor/package name (required)
41
41
```
42
42
43
-
## phpBB Branches
43
+
### phpBB Branches
44
44
45
45
Use the test-framework branch that matches the phpBB version you're developing for:
46
46
47
47
- `3.3.x`: Targets the phpBB 3.3.x release line.
48
48
- `master`: Targets the latest development version of phpBB (`master` branch).
49
49
50
50
> ‼️ Whichever branch of this framework you choose, be sure it is appended to the `uses:` line after the `@` symbol. For example, if you're targeting the `3.3.x` branch:
Issues and pull requests are welcome! If you have suggestions for improvement, feel free to [open an issue](https://github.com/phpbb-extensions/test-framework/issues).
284
284
285
-
# License
285
+
## License
286
286
287
287
[GNU General Public License v2](https://opensource.org/licenses/GPL-2.0)
0 commit comments