mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat: use Mage-OS by default (#17)
This commit is contained in:
@@ -34,12 +34,15 @@
|
||||
"repositories": {
|
||||
"0": {
|
||||
"type": "composer",
|
||||
"url": "https://repo.magento.com/"
|
||||
"url": "https://mirror.mage-os.org/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"allow-plugins": {
|
||||
"magento/composer-dependency-version-audit-plugin": true
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
|
||||
Generated
+6001
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user