Skip to content

Commit 433dec0

Browse files
committed
Final preparations
1 parent 6b6ccb3 commit 433dec0

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"progminer/php-datagen-lib": "dev-master",
15+
"progminer/php-datagen-lib": "^0.1@alpha",
1616
"symfony/console": "^4.0",
1717
"symfony/finder": "^4.1"
1818
},
19-
"repositories": [
20-
{
21-
"type": "vcs",
22-
"url": "git@github.com:ProgMiner/php-datagen-lib.git"
23-
}
24-
],
2519
"autoload": {
2620
"psr-4": {
2721
"PHPDataGen\\": "app"
@@ -34,7 +28,5 @@
3428
"optimize-autoloader": true,
3529
"sort-packages": true
3630
},
37-
"bin": [
38-
"php-datagen"
39-
]
31+
"bin": ["php-datagen"]
4032
}

composer.lock

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

0 commit comments

Comments
 (0)