1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/composer.json

136 lines
4.0 KiB
JSON
Raw Normal View History

2018-10-04 19:10:43 +02:00
{
"name": "invoiceninja/invoiceninja",
"description": "Invoices, expenses & time-tracking built with Laravel",
"keywords": [
"invoice",
2020-10-01 07:33:38 +02:00
"laravel",
"invoicing",
"time tracking",
"expenses",
"CRM",
"Credit card billing",
2020-11-11 01:13:39 +01:00
"projects",
2020-12-15 22:10:40 +01:00
"tasks",
"freelancer"
],
"license": "Attribution Assurance License",
"authors": [
{
"name": "Hillel Coren",
"email": "hillelcoren@gmail.com"
},
{
"name": "David Bomba",
"email": "turbo124@gmail.com"
}
],
2018-10-04 19:10:43 +02:00
"type": "project",
"require": {
2020-12-15 22:03:20 +01:00
"php": "^7.3|^7.4",
2020-12-21 16:32:04 +01:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
2020-06-12 00:18:49 +02:00
"authorizenet/authorizenet": "^2.0",
2021-02-20 01:45:20 +01:00
"bacon/bacon-qr-code": "^2.0",
2020-12-21 16:32:04 +01:00
"beganovich/snappdf": "^1.0",
2020-10-21 08:15:03 +02:00
"checkout/checkout-sdk-php": "^1.0",
"cleverit/ubl_invoice": "^1.3",
2020-11-01 22:49:58 +01:00
"composer/composer": "^2",
"czproject/git-php": "^3.17",
2020-04-09 14:23:56 +02:00
"doctrine/dbal": "^2.10",
"fideloper/proxy": "^4.2",
"fzaninotto/faker": "^1.4",
"google/apiclient": "^2.7",
2020-10-01 07:33:38 +02:00
"guzzlehttp/guzzle": "^7.0.1",
2021-02-20 12:51:01 +01:00
"hashids/hashids": "^4.0",
"intervention/image": "^2.5",
"laracasts/presenter": "^0.2.1",
2020-10-01 07:33:38 +02:00
"laravel/framework": "^8.0",
"laravel/slack-notification-channel": "^2.2",
2020-10-01 07:33:38 +02:00
"laravel/socialite": "^5",
"laravel/tinker": "^2.0",
2020-10-21 08:15:03 +02:00
"laravel/ui": "^3.0",
2020-12-12 11:01:53 +01:00
"league/csv": "^9.6",
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-cached-adapter": "^1.1",
2019-03-28 22:34:58 +01:00
"league/fractal": "^0.17.0",
2020-12-15 22:03:20 +01:00
"league/omnipay": "^3",
2020-12-05 13:53:45 +01:00
"livewire/livewire": "^2.0",
"maennchen/zipstream-php": "^1.2",
2020-12-07 21:21:08 +01:00
"nwidart/laravel-modules": "^8.0",
2019-05-05 06:22:32 +02:00
"omnipay/paypal": "^3.0",
2021-02-20 01:45:20 +01:00
"pragmarx/google2fa": "^8.0",
"predis/predis": "^1.1",
2020-09-29 14:26:29 +02:00
"sentry/sentry-laravel": "^2",
"stripe/stripe-php": "^7.50",
2020-06-11 00:56:12 +02:00
"turbo124/beacon": "^1",
2021-02-20 12:51:01 +01:00
"dacastro4/laravel-gmail": "dev-master",
2021-02-09 22:58:53 +01:00
"webpatser/laravel-countries": "dev-master#75992ad",
2021-02-09 23:25:21 +01:00
"wildbit/swiftmailer-postmark": "^3.3"
2018-10-04 19:10:43 +02:00
},
"require-dev": {
2021-01-09 05:24:18 +01:00
"php": "^7.4",
"anahkiasen/former": "^4.2",
"barryvdh/laravel-debugbar": "^3.4",
2021-01-26 22:42:00 +01:00
"brianium/paratest": "^6.1",
2020-10-01 07:33:38 +02:00
"darkaonline/l5-swagger": "^8.0",
2020-10-09 13:13:33 +02:00
"facade/ignition": "^2.3.6",
"filp/whoops": "^2.7",
2020-11-25 15:01:49 +01:00
"friendsofphp/php-cs-fixer": "^2.16",
2020-10-09 13:13:33 +02:00
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
2020-10-01 07:33:38 +02:00
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0",
2021-02-09 22:58:53 +01:00
"vimeo/psalm": "^4.0"
2018-10-04 19:10:43 +02:00
},
"autoload": {
"psr-4": {
2020-10-01 07:33:38 +02:00
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
2020-06-11 15:13:35 +02:00
]
2018-10-04 19:10:43 +02:00
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
2020-06-11 15:13:35 +02:00
"dont-discover": []
2018-10-04 19:10:43 +02:00
}
},
"scripts": {
"post-install-cmd": [
"vendor/bin/snappdf download"
],
"post-update-cmd": [
"vendor/bin/snappdf download"
],
2018-10-04 19:10:43 +02:00
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php artisan key:generate",
"@php artisan storage:link"
2018-10-04 19:10:43 +02:00
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
2020-11-25 15:01:49 +01:00
],
"format": [
"vendor/bin/php-cs-fixer fix"
2018-10-04 19:10:43 +02:00
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}