Serhii Koval
Serhii Koval
Run `composer config repositories.pronko-liqpay git [email protected]:mcspronko/liqpay-magento2.git` before `composer require pronko/liqpay-magento2`
@mcspronko it will be good to add this module to packagist.org
``` - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.3' coverage: none env: update: true ``` It still uses PHP 8.3.8 with the same issue
Issue still exists :( Configuration: ``` name: magento-deploy on: push: branches: - develop jobs: deploy: runs-on: self-hosted steps: - name: Checkout Repository uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 18...