Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
[SynchronizerBundle] Fixed 0.1.x BC.
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Jul 22, 2018
1 parent 292015a commit 80cbad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": "^7.1.3",
"ruwork/synchronizer": "^0.1 || ^0.2",
"ruwork/synchronizer": "^0.1",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0"
Expand All @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "0.1-dev"
}
}
}

0 comments on commit 80cbad4

Please sign in to comment.