Skip to content

Commit dea9d9d

Browse files
committed
remove samsonasik/package-versions - doesn't work well when globally installed - refs: Ocramius/PackageVersions#38
1 parent c96e472 commit dea9d9d

File tree

3 files changed

+7
-54
lines changed

3 files changed

+7
-54
lines changed

app/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
$application->setAutoExit(false);
6161
$application->setCatchExceptions(false);
6262
$application->setName('PHP School Workshop Manager');
63-
$application->setVersion(PackageVersions\Versions::getVersion('php-school/workshop-manager'));
63+
$application->setVersion('1.0.1');
6464

6565
return $application;
6666
}),

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"symfony/filesystem": "^3.1",
2525
"tm/tooly-composer-script": "^1.0",
2626
"padraic/phar-updater": "^1.0",
27-
"samsonasik/package-versions": "^1.0",
2827
"ext-curl": "*",
2928
"ext-json": "*",
3029
"ext-mbstring": "*",

composer.lock

Lines changed: 6 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)