Skip to content

Commit

Permalink
Require League FTP adapter for Portico plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Nov 23, 2023
1 parent ccb4570 commit d5902f4
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 23 deletions.
45 changes: 23 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
{
"require": {
"ralouphie/getallheaders": "*",
"components/jqueryui": "1.*",
"adodb/adodb-php": "v5.20.18",
"components/jquery": "^3.5",
"wikimedia/less.php": "3.*",
"phpmailer/phpmailer": "6.*",
"smarty/smarty": "4.*",
"components/jqueryui": "1.*",
"composer/semver": "^3.3",
"cweagans/composer-patches": "^1.7",
"dflydev/base32-crockford": "^1.0",
"doctrine/dbal": "^3.5",
"elcobvg/laravel-opcache": "^0.5.0",
"ezyang/htmlpurifier": "4.*",
"moxiecode/plupload": "2.*",
"tinymce/tinymce": "^5.7",
"michelf/php-markdown": "1.*",
"slim/slim": "3.*",
"pimple/pimple": "3.*",
"laravel/framework": "^9.0",
"firebase/php-jwt": "5.*",
"adodb/adodb-php": "v5.20.18",
"geoip2/geoip2": "~2.0",
"gettext/gettext": "5.*",
"sokil/php-isocodes": "^4.1",
"doctrine/dbal": "^3.5",
"gettext/translator": "1.*",
"guzzlehttp/guzzle": "^7.0",
"kevinlebrun/colors.php": "^1.0",
"laravel/framework": "^9.0",
"league/flysystem": "^3.0",
"league/flysystem-ftp": "^3.0",
"league/flysystem-sftp-v3": "^3.0",
"cweagans/composer-patches": "^1.7",
"kevinlebrun/colors.php": "^1.0",
"michelf/php-markdown": "1.*",
"moxiecode/plupload": "2.*",
"phpmailer/phpmailer": "6.*",
"pimple/pimple": "3.*",
"ralouphie/getallheaders": "*",
"slim/slim": "3.*",
"smarty/smarty": "4.*",
"sokil/php-isocodes": "^4.1",
"sokil/php-isocodes-db-i18n": "^4.0",
"symfony/mailer": "^6.0",
"gettext/translator": "1.*",
"elcobvg/laravel-opcache": "^0.5.0",
"composer/semver": "^3.3",
"dflydev/base32-crockford": "^1.0",
"geoip2/geoip2": "~2.0",
"tinymce/tinymce": "^5.7",
"voku/stringy": "^6.5",
"sokil/php-isocodes-db-i18n": "^4.0"
"wikimedia/less.php": "3.*"
},
"require-dev": {
"phpunit/phpunit": "~9",
Expand Down
62 changes: 61 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5902f4

Please sign in to comment.