rvr-nextgen/composer.json
Pőcze Bence e0fe6a8622
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good
RVRNEXT-45 update soko-web to 0.13.1
2023-07-08 14:42:09 +02:00

31 lines
595 B
JSON

{
"name": "esoko/rvr",
"type": "project",
"description": "RVR Application",
"license": "GNU AGPL 3.0",
"repositories": [
{
"url": "https://git.esoko.eu/esoko/soko-web.git",
"type": "git"
}
],
"require": {
"esoko/soko-web": "0.13.1",
"firebase/php-jwt": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.10"
},
"autoload": {
"psr-4": {
"RVR\\": "src"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}