Skip to content

Commit

Permalink
Merge pull request #42 from Upstatement/composer-installers
Browse files Browse the repository at this point in the history
Allow for 1.x composer installers to support WP.org deployment
  • Loading branch information
jarednova authored Jun 22, 2022
2 parents e4a995a + 0da0de1 commit cac3c84
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,7 +24,7 @@
"require": {
"php": ">=5.6.0|7.*",
"altorouter/altorouter": "^2.0.2",
"composer/installers": "^2.0"
"composer/installers": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.16",
Expand All @@ -36,4 +36,4 @@
"Routes": ""
}
}
}
}

0 comments on commit cac3c84

Please sign in to comment.