Skip to content

Commit

Permalink
Apply composer2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 7, 2020
1 parent ea8027d commit 86ba6f6
Show file tree
Hide file tree
Showing 3 changed files with 1,702 additions and 641 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-intl": "*",
"ext-mbstring": "*",
"composer/ca-bundle": "^1.1",
"composer/composer": "^1.6",
"composer/composer": "^2.0@dev",
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.7",
"doctrine/collections": "^1.5",
Expand All @@ -32,9 +32,9 @@
"doctrine/lexer": "^1.0",
"doctrine/migrations": "^1.8",
"doctrine/orm": "^2.6",
"ec-cube/plugin-installer": "~0.0.6",
"ec-cube/plugin-installer": "^2.0@dev",
"egulias/email-validator": "^2.1",
"friendsofphp/php-cs-fixer": "^2.10",
"friendsofphp/php-cs-fixer": "^2.7@dev",
"guzzlehttp/guzzle": "^6.3",
"knplabs/knp-paginator-bundle": "^2.7",
"mobiledetect/mobiledetectlib": "^2.8",
Expand Down Expand Up @@ -129,11 +129,16 @@
"Eccube\\": "src/Eccube",
"Plugin\\": "app/Plugin"
},
"exclude-from-classmap": ["**/Test/**", "**/Tests/**", "**/test/**", "**/tests/**"]
"exclude-from-classmap": [
"**/Test/**",
"**/Tests/**",
"**/test/**",
"**/tests/**"
]
},
"autoload-dev" : {
"autoload-dev": {
"psr-4": {
"Eccube\\Tests\\" : "tests/Eccube/Tests"
"Eccube\\Tests\\": "tests/Eccube/Tests"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 86ba6f6

Please sign in to comment.