Skip to content

Commit e93eee2

Browse files
committed
Remove hard coded version in composer.json
1 parent 96d9a93 commit e93eee2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis/before_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cd magento2
2424
# add composer package under test, composer require will trigger update/install
2525
composer config minimum-stability dev
2626
composer config repositories.travis_to_test git https://github.com/$TRAVIS_REPO_SLUG.git
27+
#TODO make it work with tags as well:
2728
composer require ${COMPOSER_PACKAGE_NAME}:dev-${TRAVIS_BRANCH}\#{$TRAVIS_COMMIT}
2829

2930
# prepare for test suite

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "integer-net/magento2-session-unblocker",
33
"description": "Module for Magento 2 that prevents session blocking between concurrent AJAX requests",
4-
"version": "0.0.1",
54
"authors": [
65
{
76
"name": "Fabian Schmengler",

0 commit comments

Comments
 (0)