Skip to content

Commit

Permalink
set version constraints to next develop version
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Nov 28, 2018
1 parent c1c724f commit 2a265b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
}
],
"require": {
"yawik/core": "^0.32",
"yawik/auth": "^0.32",
"yawik/cv": "^0.32",
"yawik/applications": "^0.32",
"yawik/jobs": "^0.32",
"yawik/settings": "^0.32",
"yawik/pdf": "^0.32",
"yawik/geo": "^0.32",
"yawik/organizations": "^0.32",
"yawik/install": "^0.32",
"yawik/composer-plugin": "^0.32"
"yawik/core": ">=0.33",
"yawik/auth": ">=0.33",
"yawik/cv": ">=0.33",
"yawik/applications": ">=0.33",
"yawik/jobs": ">=0.33",
"yawik/settings": ">=0.33",
"yawik/pdf": ">=0.33",
"yawik/geo": ">=0.33",
"yawik/organizations": ">=0.33",
"yawik/install": ">=0.33",
"yawik/composer-plugin": ">=0.33"
}
}

0 comments on commit 2a265b0

Please sign in to comment.