We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1f346 commit 8728aabCopy full SHA for 8728aab
package.build.php
@@ -8,7 +8,7 @@
8
/**
9
* @jppm-task create-bundle
10
*/
11
-function task_hubPublish(Event $e)
+function task_CreateBundle(Event $e)
12
{
13
$package = $e->package();
14
$data = $package->getAny('develnext-bundle');
package.php.yml
@@ -12,6 +12,7 @@ sources:
plugins:
- Doc
- Hub
15
+- DevelNextBundle
16
17
config:
18
ignore:
0 commit comments