Skip to content

Commit e9467f1

Browse files
committed
Updated dependencies and added the prefer-stable option in the composer.json
1 parent 85af356 commit e9467f1

File tree

2 files changed

+195
-220
lines changed

2 files changed

+195
-220
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"minimum-stability": "dev",
17+
"prefer-stable": true,
1718
"config": {
1819
"bin-dir": "bin"
1920
},
@@ -23,11 +24,10 @@
2324
"ext-dom": "*",
2425
"ext-xmlreader": "*",
2526
"ext-simplexml": "*",
26-
"php-etl/bucket": "^0.1",
27-
"psr/log": "^1.1@dev",
28-
"box/spout": "^3.1@dev",
29-
"php-etl/pipeline": "^0.2",
30-
"php-etl/phpunit-extension": "^0.1"
27+
"php-etl/bucket": "^0.2.0",
28+
"psr/log": "^1.1",
29+
"box/spout": "^3.1",
30+
"php-etl/phpunit-extension": "^0.2.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)