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

Differences between git clone and composer require versions? #329

Open
xtremevision opened this issue May 16, 2024 · 0 comments
Open

Differences between git clone and composer require versions? #329

xtremevision opened this issue May 16, 2024 · 0 comments

Comments

@xtremevision
Copy link

Hi,

I have version 3.6 installed via composer for Magento 2.4.6-p2 open source. I am getting these type of errors:

[16-May-2024 18:54:36 UTC] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in vendor/consolibyte/quickbooks/QuickBooks/Utilities.php on line 90

It's all to with using {$i} or {0} instead of [$i] and [0] notation. So I forked the repo wanting to fix everything. However, the cloned version has only a couple of occurances that need fixing, whereas the composer version has a ton of them.

I would expect both versions to be identical. Is there an explanation for the differences?

Thanks,
Michael.

Screenshots of the composer version
2024-05-16 15 09 00
2024-05-16 15 08 22

[root@test1-twkmj htdocs]# php81 composer.phar show consolibyte/quickbooks
name : consolibyte/quickbooks
descrip. : QuickBooks DevKit with support for Intuit Anywhere, Intuit Partner Platform, Web Connector, QuickBooks Merchant Services, and more.
keywords : intuit, intuit anywhere, intuit data services, intuit merchant services, intuit partner platform, qbxml, quickbooks, quickbooks merchant services, quickbooks web connector, web connector
versions : * v3.6
type : library
license : Eclipse Public License 1.0 (EPL-1.0) (OSI approved) https://spdx.org/licenses/EPL-1.0.html#licenseText
homepage : http://www.consolibyte.com/
source : [git] https://github.com/consolibyte/quickbooks-php.git 0834bf1
dist : [zip] https://api.github.com/repos/consolibyte/quickbooks-php/zipball/0834bf1fe2abfefcb0bf45be7712c708a13b0d0a 0834bf1
path : /xxx/xxx/xxx/htdocs/vendor/consolibyte/quickbooks
names : consolibyte/quickbooks

support
issues : https://github.com/consolibyte/quickbooks-php/issues
source : https://github.com/consolibyte/quickbooks-php/tree/v3.6

autoload
files

requires
php >=5.0.0

@xtremevision xtremevision changed the title Differnce between git clone and composer require versions? Differences between git clone and composer require versions? May 17, 2024
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