-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Description
My composer.json
:
{
"name": "magento/project-community-edition",
"description": "eCommerce Platform for Growth (Community Edition)",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"laminas/laminas-dependency-plugin": true,
"magento/*": true,
"cweagans/composer-patches": true
},
"preferred-install": "dist",
"sort-packages": true
},
"version": "2.4.5",
"require": {
"avalara/avatax-magento": "^2.6",
"cweagans/composer-patches": "^1.7",
"elgentos/regenerate-catalog-urls": "^0.3.5",
"enanobots/m2-attribute-pagination": "1.0.4",
"ircmaxell/random-lib": "^1.2",
"laminas/laminas-barcode": "^2.8",
"laminas/laminas-servicemanager": "^3.22",
"madorin/matex": "^1.0",
"magento/composer-dependency-version-audit-plugin": "~0.1",
"magento/composer-root-update-plugin": "~2.0",
"magento/product-community-edition": "2.4.6-p2",
"mageplaza/module-core": "^1.5",
"mageplaza/module-delete-orders": "^4.0",
"mirasvit/module-report": "^1.4.46",
"mirasvit/module-report-api": "^1.0.76",
"mirasvit/module-report-builder": "^1.1.11",
"mirasvit/module-reports": "^1.6.4",
"mirasvit/module-sorting": "*",
"opengento/module-category-import-export": "^0.5.0",
"wyomind/cronscheduler": "^4.0",
"xtremevision/quickbooks": "dev-master"
},
"autoload": {
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
],
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"psr-0": {
"": [
"app/code/",
"generated/code/"
]
},
"psr-4": {
"Magento\\": "app/code/Magento/",
"Magento\\Framework\\": "lib/internal/Magento/Framework/",
"Magento\\Setup\\": "setup/src/Magento/Setup/"
}
},
"require-dev": {
"allure-framework/allure-phpunit": "^2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"dg/bypass-finals": "^1.4",
"friendsofphp/php-cs-fixer": "^3.8",
"lusitanian/oauth": "^0.8",
"magento/magento-coding-standard": "*",
"magento/magento2-functional-testing-framework": "^4.3.1",
"pdepend/pdepend": "^2.10",
"phpmd/phpmd": "^2.12.0",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"sebastian/comparator": "<=4.0.6",
"sebastian/phpcpd": "^6.0",
"symfony/finder": "^5.4",
"symfony/process": "<=v5.4.23",
"xtremevision/ebay-sdk-php": "dev-master",
"xtremevision/marshal-serializer": "dev-master",
"xtremevision/marshal-xml-serializer": "dev-master"
},
"conflict": {
"gene/bluefoot": "*"
},
"autoload-dev": {
"psr-4": {
"Magento\\PhpStan\\": "dev/tests/static/framework/Magento/PhpStan/",
"Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/",
"Magento\\Tools\\": "dev/tools/Magento/Tools/",
"Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"repositories": {
"mirasvit-ips2": {
"type": "composer",
"url": "https://XXXXX:[email protected]/XXXXX:XXXXXX/"
},
"mirasvit-advr2": {
"type": "composer",
"url": "https://XXXXX:[email protected]/XXXXX:XXXXXX/"
},
"wyomind": {
"type": "composer",
"url": "https://XXXXX:[email protected]"
},
"webkul_repo": {
"type": "composer",
"url": "https://magerepo.webkul.com/"
},
"0": {
"type": "composer",
"url": "https://repo.magento.com/"
},
"xtremevision": {
"type": "vcs",
"url": "https://github.com/xtremevision/ebay-sdk-php"
},
"xtremevision1": {
"type": "vcs",
"url": "https://github.com/xtremevision/marshal-serializer"
},
"xtremevision2": {
"type": "vcs",
"url": "https://github.com/xtremevision/marshal-xml-serializer"
},
"xtremevisionqb": {
"type": "vcs",
"url": "https://github.com/xtremevision/quickbooks"
}
},
"extra": {
"magento-force": "override",
"composer-exit-on-patch-failure": true,
"patches": {
"auctane/api": {
"php error null passed string expected" : ".patches/composer/null_passed_error_export.patch"
},
"avalara/avatax-magento": {
"Avalara Magento Configplugin Null Crash" : ".patches/composer/avalara_magento_configplugin_null_crash.patch"
},
"nfusionsolutions/productpricing": {
"title missing in acl.xml" : ".patches/composer/nfusion_title_acl.patch"
},
"magento/module-paypal": {
"Displays object in checkout instead of error message" : ".patches/composer/paypal_express_checkout_express_error_handling.patch"
}
}
},
"scripts": {
"post-update-cmd": [
],
"post-install-cmd": [
"patch -p1 -r /dev/null --forward < .patches/app/qb_connector_helper_fix_001.diff || true"
]
}
}
Output of composer diagnose
:
[root@vps-17d0ac1c httpdocs]# php81 composer.phar diagnose
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]?
Checking composer.json: WARNING
The version field is present, it is recommended to leave it out if the package is published on Packagist.
Defining autoload.psr-0 with an empty namespace prefix is a bad idea for performance
require.enanobots/m2-attribute-pagination : exact version constraints (1.0.4) should be avoided if the package follows semantic versioning
require.magento/product-community-edition : exact version constraints (2.4.6-p2) should be avoided if the package follows semantic versioning
require.mirasvit/module-sorting : unbound version constraints (*) should be avoided
Checking composer.lock: OK
Checking platform settings: OK
Checking git settings: OK git version 2.47.1
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking connectivity to https://XXXXX:[email protected]/XXXXX:XXXXXX/: OK
Checking connectivity to https://XXXXX:[email protected]/XXXXX:XXXXXX/: OK
Checking connectivity to https://XXXXX:[email protected]: OK
Checking connectivity to https://magerepo.webkul.com/: OK
Checking connectivity to https://repo.magento.com/: OK
Checking github.com oauth access: OK expires on 2025-08-10 21:29:58 UTC
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0 87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B 0C708369 153E328C AD90147D AFE50952
OK
Checking Composer version: OK
Checking Composer and its dependencies for vulnerabilities: OK
Composer version: 2.8.10
PHP version: 8.1.33
PHP binary path: /opt/plesk/php/8.1/bin/php
OpenSSL version: OpenSSL 3.0.7 1 Nov 2022
curl version: 7.76.1 libz 1.2.11 brotli 1.0.9 zstd missing ssl OpenSSL/3.2.2
zip: extension present, unzip present, 7-Zip not available
Trying to install the latest avalara/avatax-magento module which has moved from github to repo.magento.com. On my local dev it worked just fine. On staging and production it does not, it always installs from github. This is what I get after a composer require.
[root@vps-17d0ac1c httpdocs]# php81 composer.phar show -a avalara/avatax-magento
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/super user [yes]?
name : avalara/avatax-magento
descrip. : Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.
keywords :
versions : dev-master, * 2.6.0, 2.5.3, 2.5.2, 2.5.1, 2.5.0, 2.4.2, 2.4.1, 2.4.0, 2.3.1, 2.3.1-alpha5, 2.3.1-alpha4, 2.3.1-alpha3, 2.3.1-alpha2, 2.3.0, 2.3.0-alpha2, 2.2.10, 2.2.10-alpha12, 2.2.10-alpha11, 2.2.10-alpha10, 2.2.10-alpha9, 2.2.10-alpha8, 2.2.10-alpha7, 2.2.10-alpha6, 2.2.10-alpha5, 2.2.10-alpha4, 2.2.10-alpha3, 2.2.10-alpha2, 2.2.10-alpha1, 2.2.9, 2.2.9-alpha2, 2.2.9-alpha1, 2.2.8, 2.2.8-alpha6, 2.2.8-alpha5, 2.2.8-alpha4, 2.2.8-alpha3, 2.2.8-alpha2, 2.2.8-alpha1, 2.2.7, 2.2.7-alpha1, 2.2.6, 2.2.6-alpha3, 2.2.6-alpha2, 2.2.6-alpha1, 2.2.5, 2.2.5-alpha2, 2.2.5-alpha1, 2.2.4, 2.2.4-alpha2, 2.2.4-alpha, 2.2.3, 2.2.3-alpha5, 2.2.3-alpha4, 2.2.3-alpha3, 2.2.3-alpha2, 2.2.3-alpha, 2.2.2, 2.2.2-alpha2, 2.2.2-alpha, 2.2.1, 2.2.1-alpha3, 2.2.1-alpha2, 2.2.1-alpha, 2.2.0, 2.1.9, 2.1.9-alpha3, 2.1.9-alpha2, 2.1.9-alpha, 2.1.8.2-alpha, 2.1.8.1-alpha, 2.1.8, 2.1.8-alpha8, 2.1.8-alpha7, 2.1.8-alpha6, 2.1.8-alpha5, 2.1.8-alpha4, 2.1.8-alpha3, 2.1.8-alpha2, 2.1.8-alpha, 2.1.7-alpha, 2.1.6-alpha3, 2.1.6-alpha2, 2.1.6-alpha, 2.1.5-alpha7, 2.1.5-alpha6, 2.1.5-alpha5, 2.1.5-alpha4, 2.1.5-alpha3, 2.1.5-alpha2, 2.1.5-alpha, 2.1.4-alpha, 2.1.3-alpha, 2.1.2-alpha, 2.1.1-alpha, 2.1.0-alpha4, 2.1.0-alpha3, 2.1.0-alpha2, 2.1.0-alpha1, 2.0.4-RC1, 2.0.3-RC1, 2.0.3-beta1, 2.0.2-RC1, 2.0.1-RC1, 2.0.0-RC1, 2.0.0-beta2, 2.0.0-beta1, 1.5.16, 1.5.15, 1.5.15-alpha, 1.5.14-alpha, 1.5.12, 1.5.11, 1.5.11-alpha1, 1.5.10, 1.5.10-alpha1, 1.5.9, 1.5.9-alpha1, 1.5.8, 1.5.8-alpha2, 1.5.8-alpha1, 1.5.7, 1.5.6, 1.5.6-beta1, 1.5.5, 1.5.4, 1.5.3, 1.5.1, 1.5.0, 1.4.9, 1.4.8, 1.4.7, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.1, 1.4.0, 1.3.5, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.2, 1.0.1, 1.0.0, 0.4.0, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.4, 0.2.3, 0.2.2, 0.2.1, 0.2.0, 0.1.16, 0.1.15, 0.1.14, 0.1.13, 0.1.12, 0.1.11, 0.1.10, 0.1.9, 0.1.8, 0.1.7, 0.1.6, 0.1.5, 0.1.4, dev-feature/AVS-421_109-payload-round-two, dev-release/2.1.1, dev-feature/0.2.4-patch, dev-feature/improve-region-filtering-documentation, dev-integration/2.0.0, dev-feature/shipping-tax-code, dev-release/2.0.0, dev-release/2.1.0, dev-release/2.1.2, dev-feature/421_48-add-support-for-split-db, dev-release/2.1.3, dev-release/2.1.4, dev-release/2.1.5, dev-release/2.1.6, dev-release/2.1.7, dev-release/1.5.13, dev-release/1.5.12, dev-feature/invoice-creditmemo-tax-class-scope, dev-release/1.1.4, dev-release/1.5.15, dev-feature/AVS-421_81-tax-included-in-price-enhancement, dev-feature/AVS-421_109-payload-extender-compatibility, dev-feature/AVS-421_116-associated-taxables, dev-integration/document-management, dev-feature/AVA-555_50-seller-is-ior-admin-override, dev-feature/AVA-555_89-create-avatax-customers, dev-integration/customs-duty-import-tax, dev-feature/AVS-421_89-fix-0-percent-rate-display, dev-feature/AVS-remove-unused-code, dev-feature/AVS-421_107-fix-no-orders-tab-on-customer-edit-form, dev-feature/delay-queue-processing-avoid-race-conditions, dev-feature/AVS-421_88-fix-submit-vat-number, dev-feature/travis-ci-setup, dev-feature/AVA-555_27-28_rest-cleanup, dev-feature/AVA-555_28-addr-validation-to-rest, dev-feature/AVA-555_27-sales-requests-to-rest, dev-release/1.5.14, dev-release/1.5.16, dev-repo-maintenance-message, dev-release/2.4.0-new, dev-bugfix/AVASUP-1174, dev-release/2.2.10, dev-develop, dev-release/2.3.0, dev-release/2.3.1, dev-release/2.4.0, dev-release/2.4.1, dev-package/2.2.8, dev-release/2.4.2, dev-release/2.5.0, dev-release/2.5.1, dev-release/2.5.2, dev-release/2.5.3, dev-feature/document-change, dev-release/2.6.1, dev-release/2.2.9, dev-release/2.2.8, dev-release/2.1.8.1, dev-feature/Docs_support_versions_update, dev-release/2.1.8.2, dev-feature/AVASUP-662_alpha3, dev-release/2.1.8, dev-feature/AVASUP-793_queue_listing, dev-release/2.1.9, dev-release/2.2.0, dev-feature/update-documents-for-2.2.1, dev-release/2.2.1, dev-bugfix/AVASUP-1168, dev-feature/update-docs-2.2.2, dev-release/2.2.2, dev-release/2.2.3, dev-release/2.2.4, dev-release/2.2.5, dev-release/2.2.6, dev-release/2.2.7, dev-feature/AVA-555_58-fix-create-customer
released : 2023-08-17, 1 year ago
type : magento2-module
license : Open Software License 3.0 (OSL-3.0) (OSI approved) https://spdx.org/licenses/OSL-3.0.html#licenseText
homepage :
source : [git] https://github.com/avadev/Avalara-AvaTax-for-Magento2.git cc12b9a9094cf3c684f065eef7303190eb5f6241
dist : [zip] https://api.github.com/repos/avadev/Avalara-AvaTax-for-Magento2/zipball/cc12b9a9094cf3c684f065eef7303190eb5f6241 cc12b9a9094cf3c684f065eef7303190eb5f6241
path : /var/www/vhosts/staging.executivecoin.com/httpdocs/vendor/avalara/avatax-magento
names : avalara/avatax-magento
support
source : https://github.com/avadev/Avalara-AvaTax-for-Magento2/tree/2.6.0
autoload
files
psr-4
ClassyLlama\AvaTax\ => .
requires
magento/framework ^100.1.0|101.0.*|>=102.0.0
avalara/avataxclient ^23.3.0
laminas/laminas-serializer *
And I expected this to happen:
[root@localhost htdocs]# php81 composer.phar show -a avalara/avatax-magento
name : avalara/avatax-magento
descrip. : Adobe Commerce module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.
keywords :
versions : 3.1.3, 3.1.1, 3.1.0, 3.0.0, * 2.9.0, 2.8.3, 2.8.2, 2.8.1, 2.8.0, 2.7.4, 2.7.3, 2.7.2, 2.7.1, 2.7.0, 2.6.1, 2.6.0, 2.5.3, 2.5.2, 2.5.1, 2.5.0, 2.4.2, 2.4.1, 2.4.0, 2.3.1, 2.3.0, 2.2.10, 2.2.9, 2.2.7, 2.2.6, 2.2.5, 2.2.4, 2.2.3, 2.2.2, 2.2.1, 2.2.0, 2.1.8, 1.5.16, 1.5.15, 1.5.12, 1.5.10
type : magento2-module
license : Open Software License 3.0 (OSL-3.0) (OSI approved) https://spdx.org/licenses/OSL-3.0.html#licenseText
homepage :
source : []
dist : [zip] https://repo.magento.com/archives/avalara/avatax-magento/avalara-avatax-magento-2.9.0.0.zip
path : /data2/www/executivecoin/htdocs/vendor/avalara/avatax-magento
names : avalara/avatax-magento
autoload
files
psr-4
Avalara\AvaTax\ => .
requires
magento/framework ^100.1.0|101.0.*|>=102.0.0
avalara/avataxclient ^24.11.0
I have tried clearing cache, removing the lock file and updating. Nothing seems to work.
Please help.
Metadata
Metadata
Assignees
Labels
No labels