mirror of https://github.com/kevachat/webapp.git
phpkevacoinjs-lessblockchainsymfonycommunicationwebchatblockchain-chatkevachatdistributed-databasechat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.0 KiB
77 lines
2.0 KiB
{ |
|
"name": "kevachat/webapp", |
|
"description": "KevaChat Web Application", |
|
"type": "project", |
|
"license": "MIT", |
|
"minimum-stability": "stable", |
|
"prefer-stable": true, |
|
"require": { |
|
"php": ">=8.2", |
|
"ext-ctype": "*", |
|
"ext-iconv": "*", |
|
"clitor-is-protocol/kevacoin": "^1.0", |
|
"jdenticon/jdenticon": "^1.0", |
|
"kevachat/kevacoin": "^1.0", |
|
"league/commonmark": "^2.4", |
|
"symfony/console": "7.0.*", |
|
"symfony/dotenv": "7.0.*", |
|
"symfony/flex": "^2", |
|
"symfony/framework-bundle": "7.0.*", |
|
"symfony/monolog-bundle": "^3.10", |
|
"symfony/runtime": "7.0.*", |
|
"symfony/translation": "7.0.*", |
|
"symfony/twig-bundle": "7.0.*", |
|
"symfony/yaml": "7.0.*", |
|
"twig/extra-bundle": "^3.8", |
|
"twig/markdown-extra": "^3.8" |
|
}, |
|
"config": { |
|
"allow-plugins": { |
|
"php-http/discovery": true, |
|
"symfony/flex": true, |
|
"symfony/runtime": true |
|
}, |
|
"sort-packages": true |
|
}, |
|
"autoload": { |
|
"psr-4": { |
|
"App\\": "src/" |
|
} |
|
}, |
|
"autoload-dev": { |
|
"psr-4": { |
|
"App\\Tests\\": "tests/" |
|
} |
|
}, |
|
"replace": { |
|
"symfony/polyfill-ctype": "*", |
|
"symfony/polyfill-iconv": "*", |
|
"symfony/polyfill-php72": "*", |
|
"symfony/polyfill-php73": "*", |
|
"symfony/polyfill-php74": "*", |
|
"symfony/polyfill-php80": "*", |
|
"symfony/polyfill-php81": "*", |
|
"symfony/polyfill-php82": "*" |
|
}, |
|
"scripts": { |
|
"auto-scripts": { |
|
"cache:clear": "symfony-cmd", |
|
"assets:install %PUBLIC_DIR%": "symfony-cmd" |
|
}, |
|
"post-install-cmd": [ |
|
"@auto-scripts" |
|
], |
|
"post-update-cmd": [ |
|
"@auto-scripts" |
|
] |
|
}, |
|
"conflict": { |
|
"symfony/symfony": "*" |
|
}, |
|
"extra": { |
|
"symfony": { |
|
"allow-contrib": false, |
|
"require": "7.0.*" |
|
} |
|
} |
|
}
|
|
|