Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add bundle support #227

Merged
merged 5 commits into from
Sep 24, 2023
Merged

feat: add bundle support #227

merged 5 commits into from
Sep 24, 2023

Conversation

shyim
Copy link
Member

@shyim shyim commented Sep 23, 2023

In a project you need:

{
	"extra": {
		"shopware-bundles": {
			"src/MyBundle": {}
		}
	}
}

As an composer package, you need:

{
	"type": "shopware-bundle",
	"extra": {
		"shopware-bundle-name": "MyBundleName"
	}
}

@github-actions
Copy link

github-actions bot commented Sep 23, 2023

Qodana for Go

7 new problems were found

Inspection name Severity Problems
Imported package name as a name identifier 🔶 Warning 3
Unexported return type of the exported function 🔶 Warning 2
Unused parameter 🔶 Warning 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@shyim shyim marked this pull request as ready for review September 24, 2023 19:32
@shyim shyim merged commit afd8bf2 into main Sep 24, 2023
7 checks passed
@shyim shyim deleted the bundle-support branch September 24, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant