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

Composer package #131

Closed
stopspazzing opened this issue May 14, 2015 · 5 comments
Closed

Composer package #131

stopspazzing opened this issue May 14, 2015 · 5 comments
Assignees

Comments

@stopspazzing
Copy link

Could you please add to https://getcomposer.org/ ? Would making wordpress theme devs happy for those who use composer to manage packages.

@DevinWalker
Copy link
Member

To be honest I haven't done much with composer but hear a lot about it. This will give me a good excuse to get hands on with it 👍

@DevinWalker DevinWalker added this to the 1.0 Stable Release milestone May 14, 2015
@DevinWalker DevinWalker self-assigned this May 14, 2015
@stopspazzing
Copy link
Author

Never created one myself, however, should be pretty easy (Example. Should take a minute, literally):

{
  "name": "wordimpress/give",
  "type": "wordpress-plugin",
  "license": "",
  "description": "A WordPress plugin which ...",
  "homepage": "",
  "authors": [
    {
      "name": "",
      "email": "",
      "homepage": ""
    }
  ],
  "keywords": [
    "wordpress"
  ],
  "support": {
    "issues": "https://github.com/WordImpress/Give/issues",
    "forum": ""
  },
  "require": {
    "php": ">=5.4.0",
    "composer/installers": "~1.0"
  }
}

Into composer.json in root of package, then goto https://packagist.org/ and submit

@michaelbeil
Copy link
Contributor

@stopspazzing, composer.json was added. @DevinWalker can you add to Packagist?

Also, Give is on WPackagist: http://wpackagist.org/search?q=give&type=plugin&search=.

@DevinWalker
Copy link
Member

@michaelbeil I'm adding it now

@stopspazzing
Copy link
Author

Working great!

composer require wordimpress/give @dev

Thanks

ravinderk added a commit that referenced this issue Dec 4, 2018
fix: patch security issue that allows generation of any declaration form with a URL string #131
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

3 participants