Skip to content

Commit

Permalink
prevent pulling in BC breaking package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 23, 2016
1 parent b280b77 commit 1fdb457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

0.1.1
-----

* restrict dependency version to not pull in potentially BC breaking package
versions

0.1.0
-----

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"php": ">=5.3.0",
"php-xapi/model": "~0.1",
"php-xapi/model": "^0.1.0",
"symfony/config": "~2.3",
"symfony/validator": "^2.6.2"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"php-xapi/test-fixtures": "~0.1",
"php-xapi/test-fixtures": "^0.1.0",
"symfony/property-access": "~2.3"
},
"conflict": {
Expand Down

0 comments on commit 1fdb457

Please # to comment.