Skip to content

Commit f6aa993

Browse files
committed
depend on released package versions
1 parent 393fc80 commit f6aa993

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@
1414
"require": {
1515
"php": ">=5.3.0",
1616
"guzzle/guzzle": "~3.7",
17-
"xabbuh/xapi-common": "~1.0",
18-
"xabbuh/xapi-data-fixtures": "~1.0",
19-
"xabbuh/xapi-model": "~1.0",
20-
"xabbuh/xapi-serializer": "~1.0"
17+
"xabbuh/xapi-common": "~0.1",
18+
"xabbuh/xapi-data-fixtures": "~0.1",
19+
"xabbuh/xapi-model": "~0.1",
20+
"xabbuh/xapi-serializer": "~0.1"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Xabbuh\\XApi\\Client\\": ""
2525
}
2626
},
27-
"minimum-stability": "dev",
28-
"prefer-stable": true,
2927
"extra": {
3028
"branch-alias": {
3129
"dev-master": "1.0.x-dev"

0 commit comments

Comments
 (0)