first commit
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"require": {
|
||||
"adodb/adodb-php": "v5.20.18",
|
||||
"components/jquery": "^3.5",
|
||||
"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.*",
|
||||
"firebase/php-jwt": "5.*",
|
||||
"geoip2/geoip2": "~2.0",
|
||||
"gettext/gettext": "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",
|
||||
"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",
|
||||
"tinymce/tinymce": "^5.7",
|
||||
"voku/stringy": "^6.5",
|
||||
"wikimedia/less.php": "3.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~9",
|
||||
"psy/psysh": "@stable",
|
||||
"friendsofphp/php-cs-fixer": "^3.8",
|
||||
"mockery/mockery": "^1.4",
|
||||
"captainhook/captainhook": "^5.10",
|
||||
"captainhook/plugin-composer": "^5.3"
|
||||
},
|
||||
"config": {
|
||||
"component-dir": "lib/components",
|
||||
"vendor-dir": "lib/vendor",
|
||||
"platform": {
|
||||
"php": "8.0.2"
|
||||
},
|
||||
"allow-plugins": {
|
||||
"cweagans/composer-patches": true,
|
||||
"captainhook/plugin-composer": true
|
||||
},
|
||||
"sort-packages": true
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./lib/vendor/bin/php-cs-fixer fix --allow-risky=yes",
|
||||
"post-install-cmd": [
|
||||
"@isoFileCheck"
|
||||
],
|
||||
"isoFileCheck": [
|
||||
"PKP\\dev\\ComposerScript::isoFileCheck" ]
|
||||
},
|
||||
"extra": {
|
||||
"patches": {
|
||||
"adodb/adodb-php": {
|
||||
"Apply PKP ADODB patches": "lib/adodb.diff",
|
||||
"Apply PKP ADODB PHP8.1 patches": "lib/adodb-php8.1.diff",
|
||||
"Apply PKP ADODB patches for error handling": "lib/adodb-datadict-errors.diff"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PKP\\controllers\\": "controllers/",
|
||||
"APP\\controllers\\": "../../controllers/",
|
||||
"PKP\\API\\": "api/",
|
||||
"APP\\API\\": "../../api/",
|
||||
"PKP\\pages\\": "pages/",
|
||||
"APP\\pages\\": "../../pages/",
|
||||
"PKP\\": "classes/",
|
||||
"APP\\": "../../classes/",
|
||||
"PKP\\plugins\\": "plugins/",
|
||||
"APP\\plugins\\": "../../plugins/",
|
||||
"PKP\\jobs\\": "jobs/",
|
||||
"APP\\jobs\\": "../../jobs/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"PKP\\tests\\": "tests/",
|
||||
"APP\\tests\\": "../../tests/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user