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 installation #13

Open
orthener opened this issue May 8, 2021 · 1 comment
Open

Composer installation #13

orthener opened this issue May 8, 2021 · 1 comment

Comments

@orthener
Copy link

orthener commented May 8, 2021

It was 2021 (1/5 of XXI century). Stamped-io does not use composer.json, tags and versions...
I beg you, add "composer.json" file and update versions.
Make the "Readme" better: add at least "Features" and "Configurations". (check this - https://www.makeareadme.com/).


Lifehack for other devs until they waiting.
Magento's composer.json file:

"repositories": {
    ...
    "stamped-io": {
        "type": "package",
        "package": {
            "name": "stamped-io/magento2-core",
            "version": "1.0.0",
            "source": {
                "url": "[email protected]:Stamped-io/Magento-v2.x.git",
                "type": "git",
                "reference": "master"
            },
            "autoload": {
                "files": [
                    "Stamped/Core/registration.php"
                ],
                "psr-4": {
                     "Stamped\\Core\\": "Stamped/Core/"
                 }
             }
         }
    }
    ...
}
@andrewkett
Copy link

This simple change would make it much easier to install the Stamped Magento module. Please consider submitting it to packagist. https://blog.jgrossi.com/2013/creating-your-first-composer-packagist-package/

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

2 participants