Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22922e6

Browse files
committedDec 17, 2024··
Vendor: Change repositories for xapi/client and xapi/repository-api
1 parent 7d9cd01 commit 22922e6

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed
 

‎composer.json

+15-6
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"require": {
37-
"php": "^7.4",
37+
"php": "^8.3",
3838
"ext-curl": "*",
3939
"ext-dom": "*",
4040
"ext-fileinfo": "*",
@@ -68,7 +68,6 @@
6868
"graphp/graphviz": "~0.2.0",
6969
"guzzlehttp/guzzle": "~6.0",
7070
"h5p/h5p-core": "*",
71-
"imagine/imagine": "0.6.3",
7271
"ircmaxell/password-compat": "~1.0.4",
7372
"jbroadway/urlify": "1.1.0-stable",
7473
"jeroendesloovere/vcard": "~1.7",
@@ -78,20 +77,21 @@
7877
"knplabs/gaufrette": "~0.3",
7978
"knplabs/knp-components": "~1.3",
8079
"league/csv": "~8.0",
81-
"media-alchemyst/media-alchemyst": "~0.5",
80+
"media-alchemyst/media-alchemyst": "^0.5.5",
8281
"michelf/php-markdown": "~1.7",
8382
"monolog/monolog": "~1.0",
8483
"mpdf/mpdf": "^8.0",
8584
"ocramius/proxy-manager": "~1.0|2.0.*",
8685
"onelogin/php-saml": "^3.0",
8786
"paragonie/random-lib": "2.0.0",
8887
"patchwork/utf8": "~1.2",
89-
"php-ffmpeg/php-ffmpeg": "0.5.1",
88+
"php-ffmpeg/php-ffmpeg": "^0.5.1",
9089
"php-http/guzzle6-adapter": "^2.0",
9190
"php-xapi/client": "0.7.x-dev",
91+
"php-xapi/model": "dev-master as v3.1.0",
9292
"php-xapi/repository-api": "dev-master as 0.3.1",
9393
"php-xapi/repository-doctrine": "dev-master",
94-
"php-xapi/symfony-serializer": "2.1.0 as 2.0",
94+
"php-xapi/symfony-serializer": "dev-master as 2.0",
9595
"phpmailer/phpmailer": "~6.1",
9696
"phpoffice/phpexcel": "~1.8",
9797
"phpoffice/phpword": "~0.14",
@@ -122,7 +122,6 @@
122122
"webit/eval-math": "1.0.1",
123123
"yuloh/bccomp-polyfill": "dev-master",
124124
"packbackbooks/lti-1p3-tool": "1.1.1.x-dev",
125-
"zendframework/zend-config": "~3.0",
126125
"zendframework/zend-feed": "~2.6|^3.0",
127126
"zendframework/zend-http": "~2.6|^3.0",
128127
"zendframework/zend-soap": "~2.6|^3.0"
@@ -188,6 +187,16 @@
188187
"type": "github",
189188
"url": "https://github.com/AngelFQC/xapi-symfony-serializer.git",
190189
"no-api": true
190+
},
191+
{
192+
"type": "github",
193+
"url": "https://github.com/AngelFQC/xapi-client.git",
194+
"no-api": true
195+
},
196+
{
197+
"type": "github",
198+
"url": "https://github.com/AngelFQC/xapi-repository-api.git",
199+
"no-api": true
191200
},
192201
{
193202
"type": "github",

0 commit comments

Comments
 (0)
Please sign in to comment.