Skip to content

Commit

Permalink
Merge pull request #3 from alleyinteractive/installer-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Oct 29, 2020
2 parents 5b9d3f3 + f31f597 commit c7eddcf
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 115 deletions.
2 changes: 1 addition & 1 deletion bin/mantle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if ( file_exists( __DIR__ . '/../../../autoload.php' ) ) {
require __DIR__ . '/../vendor/autoload.php';
}

$app = new Symfony\Component\Console\Application( 'Mantle Installer', '0.2.0' );
$app = new Symfony\Component\Console\Application( 'Mantle Installer', '0.1.5' );
$app->add( new Mantle\Installer\Console\Install_Command() );

$app->run();
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": "^7.3",
"symfony/console": "^5.1",
"symfony/process": "^5.1",
"symfony/console": "^4.0 || ^5.0",
"symfony/process": "^4.2 || ^5.0",
"wp-cli/core-command": "^2.0",
"wp-cli/wp-cli": "^2.4"
},
"require-dev": {
"alley/alley-coding-standards": "dev-master",
"alleyinteractive/alley-coding-standards": "^0.2.0",
"phpunit/phpunit": "^7"
},
"config": {
Expand All @@ -27,12 +27,6 @@
"src/class-install-command.php"
]
},
"repositories": [
{
"type": "git",
"url": "https://github.com/alleyinteractive/Alley-Coding-Standards"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"bin": [
Expand Down
Loading

0 comments on commit c7eddcf

Please sign in to comment.