Skip to content

Commit 9c9641d

Browse files
committed
Vendor: Change repositories for xapi/client and xapi/repository-api
1 parent 7d9cd01 commit 9c9641d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

composer.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@
8686
"onelogin/php-saml": "^3.0",
8787
"paragonie/random-lib": "2.0.0",
8888
"patchwork/utf8": "~1.2",
89-
"php-ffmpeg/php-ffmpeg": "0.5.1",
89+
"php-ffmpeg/php-ffmpeg": "^0.5.1",
9090
"php-http/guzzle6-adapter": "^2.0",
9191
"php-xapi/client": "0.7.x-dev",
92+
"php-xapi/model": "dev-master as v3.1.0",
9293
"php-xapi/repository-api": "dev-master as 0.3.1",
9394
"php-xapi/repository-doctrine": "dev-master",
94-
"php-xapi/symfony-serializer": "2.1.0 as 2.0",
95+
"php-xapi/symfony-serializer": "dev-master as 2.0",
9596
"phpmailer/phpmailer": "~6.1",
9697
"phpoffice/phpexcel": "~1.8",
9798
"phpoffice/phpword": "~0.14",
@@ -188,6 +189,16 @@
188189
"type": "github",
189190
"url": "https://github.com/AngelFQC/xapi-symfony-serializer.git",
190191
"no-api": true
192+
},
193+
{
194+
"type": "github",
195+
"url": "https://github.com/AngelFQC/xapi-client.git",
196+
"no-api": true
197+
},
198+
{
199+
"type": "github",
200+
"url": "https://github.com/AngelFQC/xapi-repository-api.git",
201+
"no-api": true
191202
},
192203
{
193204
"type": "github",

0 commit comments

Comments
 (0)