Skip to content

Commit 320f49d

Browse files
committed
bump dependencies to stable releases
1 parent 9987dd1 commit 320f49d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"php-xapi/model": "^0.5",
17-
"php-xapi/serializer": "^0.4",
16+
"php-xapi/model": "^1.0",
17+
"php-xapi/serializer": "^1.0",
1818
"symfony/serializer": "~2.8|~3.0"
1919
},
2020
"require-dev": {
21-
"php-xapi/json-test-fixtures": "^0.2.3",
22-
"php-xapi/test-fixtures": "^0.5",
21+
"php-xapi/json-test-fixtures": "^1.0",
22+
"php-xapi/test-fixtures": "^1.0",
2323
"phpspec/phpspec": "~2.3"
2424
},
2525
"provide": {
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-master": "0.1.x-dev"
41+
"dev-master": "0.2.x-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)