Skip to content

Commit

Permalink
MOL-1255: move php vendor fix composer ambiguous class
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Oct 12, 2023
1 parent 3058100 commit f6b67ac
Show file tree
Hide file tree
Showing 140 changed files with 12,975 additions and 2,632 deletions.
29 changes: 16 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,20 @@
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"platform": {
"php": "7.4"
},
"optimize-autoloader": true,
"allow-plugins": {
"infection/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
"Kiener\\MolliePayments\\": "src/",
"Mollie\\Api\\": "vendor/mollie/mollie-api-php/src/",
"Mollie\\Api\\": "vendor_manual/mollie/mollie-api-php/src/",
"Shopware\\Core\\": "polyfill/Shopware/Core/"
}
},
Expand All @@ -64,16 +68,15 @@
},
"require": {
"php": ">=7.4",
"ext-curl": "*",
"mollie/mollie-api-php": "2.61.0"
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "1.8.2",
"friendsofphp/php-cs-fixer": "^2.18",
"phpcompatibility/php-compatibility": "^9.3",
"squizlabs/php_codesniffer": "^3.6",
"infection/infection": "^0.25.4",
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "*",
"phpcompatibility/php-compatibility": "*",
"squizlabs/php_codesniffer": "*",
"infection/infection": "*",
"boxblinkracer/phpunuhi": "dev-main",
"shopware/core": "*",
"shopware/administration": "*",
Expand All @@ -87,4 +90,4 @@
"[ ! -f vendor/bin/phpcs ] || vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility"
]
}
}
}
Loading

0 comments on commit f6b67ac

Please sign in to comment.