Skip to content

Commit

Permalink
Vendor: Change repositories for xapi/client and xapi/repository-api
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Dec 17, 2024
1 parent 7d9cd01 commit 22922e6
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"require": {
"php": "^7.4",
"php": "^8.3",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
Expand Down Expand Up @@ -68,7 +68,6 @@
"graphp/graphviz": "~0.2.0",
"guzzlehttp/guzzle": "~6.0",
"h5p/h5p-core": "*",
"imagine/imagine": "0.6.3",
"ircmaxell/password-compat": "~1.0.4",
"jbroadway/urlify": "1.1.0-stable",
"jeroendesloovere/vcard": "~1.7",
Expand All @@ -78,20 +77,21 @@
"knplabs/gaufrette": "~0.3",
"knplabs/knp-components": "~1.3",
"league/csv": "~8.0",
"media-alchemyst/media-alchemyst": "~0.5",
"media-alchemyst/media-alchemyst": "^0.5.5",
"michelf/php-markdown": "~1.7",
"monolog/monolog": "~1.0",
"mpdf/mpdf": "^8.0",
"ocramius/proxy-manager": "~1.0|2.0.*",
"onelogin/php-saml": "^3.0",
"paragonie/random-lib": "2.0.0",
"patchwork/utf8": "~1.2",
"php-ffmpeg/php-ffmpeg": "0.5.1",
"php-ffmpeg/php-ffmpeg": "^0.5.1",
"php-http/guzzle6-adapter": "^2.0",
"php-xapi/client": "0.7.x-dev",
"php-xapi/model": "dev-master as v3.1.0",
"php-xapi/repository-api": "dev-master as 0.3.1",
"php-xapi/repository-doctrine": "dev-master",
"php-xapi/symfony-serializer": "2.1.0 as 2.0",
"php-xapi/symfony-serializer": "dev-master as 2.0",
"phpmailer/phpmailer": "~6.1",
"phpoffice/phpexcel": "~1.8",
"phpoffice/phpword": "~0.14",
Expand Down Expand Up @@ -122,7 +122,6 @@
"webit/eval-math": "1.0.1",
"yuloh/bccomp-polyfill": "dev-master",
"packbackbooks/lti-1p3-tool": "1.1.1.x-dev",
"zendframework/zend-config": "~3.0",
"zendframework/zend-feed": "~2.6|^3.0",
"zendframework/zend-http": "~2.6|^3.0",
"zendframework/zend-soap": "~2.6|^3.0"
Expand Down Expand Up @@ -188,6 +187,16 @@
"type": "github",
"url": "https://github.com/AngelFQC/xapi-symfony-serializer.git",
"no-api": true
},
{
"type": "github",
"url": "https://github.com/AngelFQC/xapi-client.git",
"no-api": true
},
{
"type": "github",
"url": "https://github.com/AngelFQC/xapi-repository-api.git",
"no-api": true
},
{
"type": "github",
Expand Down

0 comments on commit 22922e6

Please sign in to comment.