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

Add composer.json file to repo #40

Open
binaryfire opened this issue Mar 24, 2021 · 0 comments
Open

Add composer.json file to repo #40

binaryfire opened this issue Mar 24, 2021 · 0 comments

Comments

@binaryfire
Copy link

binaryfire commented Mar 24, 2021

HI guys

Can you please add a composer.json file to the repo so we can pull this in via composer? Most developers manage larger / more complex WordPress projects with composer. This should do the trick:

{
"name": "oktadeveloper/okta-wordpress-sign-in-widget",
"type": "wordpress-plugin",
"description": "Okta sign-in widget for WordPress.",
"keywords": ["okta", "authentication", "login"],
"homepage": "https://github.com/oktadeveloper/okta-wordpress-sign-in-widget",
"license": "GPL-2.0+",
"support": {
"issues": "https://support.okta.com"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
}
}

Also, could you add the following in the plugin's header so it works with the GitHub Updater plugin (https://github.com/afragen/github-updater):

GitHub Plugin URI: afragen/github-updater
GitHub Plugin URI: https://github.com/afragen/github-updater

Thanks!

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

No branches or pull requests

1 participant