We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393fc80 commit f6aa993Copy full SHA for f6aa993
composer.json
@@ -14,18 +14,16 @@
14
"require": {
15
"php": ">=5.3.0",
16
"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"
+ "xabbuh/xapi-common": "~0.1",
+ "xabbuh/xapi-data-fixtures": "~0.1",
+ "xabbuh/xapi-model": "~0.1",
+ "xabbuh/xapi-serializer": "~0.1"
21
},
22
"autoload": {
23
"psr-4": {
24
"Xabbuh\\XApi\\Client\\": ""
25
}
26
27
- "minimum-stability": "dev",
28
- "prefer-stable": true,
29
"extra": {
30
"branch-alias": {
31
"dev-master": "1.0.x-dev"
0 commit comments