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

Version 3 Tag? #61

Open
ghost opened this issue Jul 30, 2020 · 2 comments
Open

Version 3 Tag? #61

ghost opened this issue Jul 30, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 30, 2020

Our application is relying on version ~3.0 of this package (which I believe was previously aliased to dev-master). This does not appear to be a tag that is available via composer, so we now have an issue with dependency installation. How can we install version 3 via composer?

@barryvdh
Copy link
Member

Okay that's strange indeed, we never tagged it. Does v4 work for you?

@ghost
Copy link
Author

ghost commented Jul 31, 2020

Yes, strange indeed. I am able to install v4, however I hoped to avoid any potentially breaking changes at this time. I suppose I can pin it to a commit for the time being if there is no other option.

For reference, I've included the composer.lock information below:

        {
            "name": "omnipay/braintree",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/omnipay-braintree.git",
                "reference": "227ffdc04ea7c4cd0358f028bf7dfae2228eeb94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/omnipay-braintree/zipball/227ffdc04ea7c4cd0358f028bf7dfae2228eeb94",
                "reference": "227ffdc04ea7c4cd0358f028bf7dfae2228eeb94",
                "shasum": ""
            },
            "require": {
                "braintree/braintree_php": "^3.0",
                "omnipay/common": "^3"
            },
            "require-dev": {
                "omnipay/tests": "^3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Omnipay\\Braintree\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Barry vd. Heuvel",
                    "email": "[email protected]"
                },
                {
                    "name": "Kayla Daniels",
                    "email": "[email protected]"
                },
                {
                    "name": "Omnipay Contributors",
                    "homepage": "https://github.com/thephpleague/omnipay-braintree/contributors"
                }
            ],
            "description": "Braintree gateway for Omnipay payment processing library",
            "homepage": "https://github.com/thephpleague/omnipay-braintree",
            "keywords": [
                "braintree",
                "gateway",
                "merchant",
                "omnipay",
                "pay",
                "payment",
                "purchase"
            ],
            "time": "2018-11-09T08:39:19+00:00"
        },

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