Skip to content

Commit

Permalink
fix(composer): Compatibility with Composer 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan-hexadog committed Oct 25, 2020
1 parent eabfdac commit b46b052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"class": "Hexadog\\LaravelThemeInstaller\\ThemeInstallerPlugin"
},
"require-dev": {
"composer/composer": "^1.3",
"composer/composer": "^1.3|^2.0",
"squizlabs/php_codesniffer": "3.*",
"mockery/mockery": "^1.4",
"phpunit/phpunit": "^8.0"
},
"require": {
"composer-plugin-api": "^1.1",
"composer-plugin-api": "^1.1|^2.0",
"php": "^7.3"
},
"scripts": {
Expand Down

0 comments on commit b46b052

Please sign in to comment.