1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
invoiceninja/composer.json

230 lines
7.2 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",
2022-06-15 08:27:21 +02:00
"freelancer",
"quotes",
"purchase orders",
"stripe billing",
"invoices",
"subscriptions"
],
"license": "Elastic 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": {
2024-10-06 08:53:49 +02:00
"php": ">=8.2",
2024-06-22 19:58:55 +02:00
"ext-curl": "*",
2020-12-21 16:32:04 +01:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
2024-10-06 08:53:49 +02:00
"ext-simplexml": "*",
2022-02-25 12:14:40 +01:00
"afosto/yaac": "^1.4",
2024-06-04 17:45:46 +02:00
"asm/php-ansible": "dev-main",
2020-06-12 00:18:49 +02:00
"authorizenet/authorizenet": "^2.0",
2022-03-15 13:28:16 +01:00
"awobaz/compoships": "^2.1",
2024-08-08 04:32:31 +02:00
"aws/aws-sdk-php": "^3.319",
2024-09-22 06:49:43 +02:00
"babenkoivan/elastic-scout-driver": "^4.0",
2021-02-20 01:45:20 +01:00
"bacon/bacon-qr-code": "^2.0",
2024-07-22 11:31:19 +02:00
"beganovich/snappdf": "dev-master",
2021-04-28 14:54:50 +02:00
"braintree/braintree_php": "^6.0",
"btcpayserver/btcpayserver-greenfield-php": "^2.6",
2023-08-21 01:44:42 +02:00
"checkout/checkout-sdk-php": "^3.0",
2024-06-04 15:06:18 +02:00
"doctrine/dbal": "^4.0",
2021-07-22 03:30:16 +02:00
"eway/eway-rapid-php": "^1.3",
2021-04-09 07:03:06 +02:00
"fakerphp/faker": "^1.14",
"getbrevo/brevo-php": "^1.0",
2021-08-16 06:05:45 +02:00
"gocardless/gocardless-pro": "^4.12",
"google/apiclient": "^2.7",
2022-06-21 12:00:18 +02:00
"guzzlehttp/guzzle": "^7.2",
2021-09-18 15:20:16 +02:00
"halaxa/json-machine": "^0.7.0",
2021-02-20 12:51:01 +01:00
"hashids/hashids": "^4.0",
2024-05-31 17:59:00 +02:00
"hedii/laravel-gelf-logger": "^9",
2024-06-03 08:55:16 +02:00
"horstoeko/orderx": "dev-master",
2023-04-21 01:11:31 +02:00
"horstoeko/zugferd": "^1",
2024-06-22 19:58:55 +02:00
"horstoeko/zugferdvisualizer": "^1",
2024-06-03 08:55:16 +02:00
"hyvor/php-json-exporter": "^0.0.3",
2023-03-08 01:27:13 +01:00
"imdhemy/laravel-purchases": "^1.7",
"intervention/image": "^2.5",
2024-06-03 08:55:16 +02:00
"invoiceninja/einvoice": "dev-main",
2024-06-22 19:58:55 +02:00
"invoiceninja/inspector": "^3.0",
2024-06-03 08:55:16 +02:00
"invoiceninja/ubl_invoice": "^2",
2023-04-21 01:11:31 +02:00
"josemmo/facturae-php": "^1.7",
"laracasts/presenter": "^0.2.1",
2024-09-22 06:49:43 +02:00
"laravel/scout": "^10.11",
2024-06-04 15:06:18 +02:00
"laravel/slack-notification-channel": "^3",
2020-10-01 07:33:38 +02:00
"laravel/socialite": "^5",
2022-06-21 12:00:18 +02:00
"laravel/tinker": "^2.7",
2023-08-21 01:44:42 +02:00
"laravel/ui": "^4.0",
2020-12-12 11:01:53 +01:00
"league/csv": "^9.6",
2022-06-21 11:58:51 +02:00
"league/flysystem-aws-s3-v3": "^3.0",
2023-08-21 01:51:56 +02:00
"league/fractal": "^0.20.0",
"livewire/livewire": "^3",
2023-12-15 07:22:24 +01:00
"mailgun/mailgun-php": "^3.6",
2022-06-17 03:48:17 +02:00
"microsoft/microsoft-graph": "^1.69",
2024-06-22 19:58:55 +02:00
"mindee/mindee": "^1.8",
2021-07-23 13:46:28 +02:00
"mollie/mollie-api-php": "^2.36",
2022-02-18 10:55:44 +01:00
"nelexa/zip": "^4.0",
2023-11-30 16:00:50 +01:00
"nordigen/nordigen-php": "^1.1",
2024-06-22 06:33:38 +02:00
"nwidart/laravel-modules": "^11.0",
2024-08-30 01:19:26 +02:00
"phpoffice/phpspreadsheet": "^2.2",
2021-02-20 01:45:20 +01:00
"pragmarx/google2fa": "^8.0",
2023-09-10 23:22:22 +02:00
"predis/predis": "^2",
2023-08-22 12:42:01 +02:00
"psr/http-message": "^1.0",
2023-03-16 23:47:26 +01:00
"pusher/pusher-php-server": "^7.2",
2024-08-16 03:39:57 +02:00
"quickbooks/v3-php-sdk": "6.1.4-alpha",
2021-10-07 16:38:32 +02:00
"razorpay/razorpay": "2.*",
2024-06-04 15:06:18 +02:00
"sentry/sentry-laravel": "^4",
2022-05-25 03:00:20 +02:00
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^2.3",
2023-12-06 03:03:27 +01:00
"socialiteproviders/apple": "dev-master",
"socialiteproviders/microsoft": "^4.1",
2023-11-01 02:14:58 +01:00
"sprain/swiss-qr-bill": "^4.3",
2023-08-19 02:39:24 +02:00
"square/square": "30.0.0.*",
2023-09-18 06:55:55 +02:00
"stripe/stripe-php": "^12",
2023-12-22 08:03:25 +01:00
"symfony/brevo-mailer": "6.4",
2022-06-21 11:59:02 +02:00
"symfony/http-client": "^6.0",
2022-06-24 05:15:56 +02:00
"symfony/mailgun-mailer": "^6.1",
"symfony/postmark-mailer": "^6.1",
2024-06-27 05:12:53 +02:00
"turbo124/beacon": "^2",
2023-09-25 05:19:08 +02:00
"twig/intl-extra": "^3.7",
2024-09-10 10:39:43 +02:00
"twig/twig": "^3.14",
2022-07-27 03:03:30 +02:00
"twilio/sdk": "^6.40",
2024-10-06 08:53:49 +02:00
"wikimedia/composer-merge-plugin": "^2.1",
2024-06-03 08:55:16 +02:00
"wildbit/postmark-php": "^4.0"
2018-10-04 19:10:43 +02:00
},
"require-dev": {
2022-07-05 08:15:46 +02:00
"barryvdh/laravel-debugbar": "^3.6",
2024-06-04 15:06:18 +02:00
"barryvdh/laravel-ide-helper": "^3.0",
2023-08-21 01:44:42 +02:00
"brianium/paratest": "^7",
"filp/whoops": "^2.7",
2023-02-16 02:31:13 +01:00
"friendsofphp/php-cs-fixer": "^3.14",
2023-01-24 21:15:54 +01:00
"laracasts/cypress": "^3.0",
2024-02-05 05:09:02 +01:00
"larastan/larastan": "^2",
2024-10-06 08:53:49 +02:00
"laravel/framework": "^v11.0",
2022-06-21 12:00:18 +02:00
"mockery/mockery": "^1.4.4",
2024-06-04 15:06:18 +02:00
"nunomaduro/collision": "^8.1",
"phpstan/phpstan": "^1.9",
2024-09-16 12:06:23 +02:00
"phpunit/phpunit": "^11",
2023-08-21 01:44:42 +02:00
"spatie/laravel-ignition": "^2.0",
"spaze/phpstan-stripe": "^3.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/",
2024-06-22 06:33:38 +02:00
"Database\\Seeders\\": "database/seeders/"
},
2022-07-15 14:59:25 +02:00
"files": [
"app/Helpers/TranslationHelper.php",
"app/Helpers/Generic.php",
"app/Helpers/ClientPortal.php"
2024-06-24 20:26:15 +02:00
],
"classmap": []
2018-10-04 19:10:43 +02:00
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
2023-07-07 07:17:10 +02:00
"dont-discover": []
2024-06-22 06:33:38 +02:00
},
"merge-plugin": {
"include": [
"Modules/*/composer.json"
2024-10-07 01:53:00 +02:00
],
"recurse": true,
"replace": false,
"ignore-duplicates": false,
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-replace": true,
"merge-scripts": false
2018-10-04 19:10:43 +02:00
}
},
"scripts": {
2023-11-19 10:44:35 +01:00
"post-install-cmd": [],
"post-update-cmd": [
2022-06-21 12:00:18 +02:00
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
2018-10-04 19:10:43 +02:00
"post-root-package-install": [
2023-07-07 07:24:10 +02:00
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
2018-10-04 19:10:43 +02:00
],
"post-create-project-cmd": [
2023-07-07 07:24:10 +02:00
"@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",
2023-07-07 07:24:10 +02:00
"@php artisan package:discover --ansi"
2020-11-25 15:01:49 +01:00
],
"format": [
"vendor/bin/php-cs-fixer fix"
2024-10-06 08:53:49 +02:00
],
"update-snapshots": "./phpunit --no-coverage -d --update-snapshots",
"lint": "pint",
"test": "phpunit",
"test-coverage": "phpunit --coverage-html coverage",
"pcf": "vendor/bin/php-cs-fixer fix --verbose"
2018-10-04 19:10:43 +02:00
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
2023-03-30 23:39:24 +02:00
"optimize-autoloader": true,
"allow-plugins": {
2024-06-22 06:33:38 +02:00
"php-http/discovery": true,
"wikimedia/composer-merge-plugin": true
2023-03-30 23:39:24 +02:00
}
2018-10-04 19:10:43 +02:00
},
2023-12-06 03:03:27 +01:00
"repositories": [
{
"type": "vcs",
"url": "https://github.com/turbo124/apple"
2024-05-18 09:32:03 +02:00
},
{
2024-08-04 09:26:48 +02:00
"type": "vcs",
2024-05-18 09:32:03 +02:00
"url": "https://github.com/invoiceninja/einvoice"
},
{
"type": "vcs",
"url": "https://github.com/turbo124/orderx"
2024-06-04 17:45:46 +02:00
},
{
"type": "vcs",
"url": "https://github.com/beganovich/php-ansible"
2024-07-22 11:31:19 +02:00
},
{
"type": "vcs",
"url": "https://github.com/turbo124/snappdf"
2024-08-16 03:39:57 +02:00
},
{
2024-08-30 07:44:01 +02:00
"type": "vcs",
"url": "https://github.com/karneaud/QuickBooks-V3-PHP-SDK.git"
}
2023-12-06 03:03:27 +01:00
],
2018-10-04 19:10:43 +02:00
"minimum-stability": "dev",
2021-04-01 08:56:25 +02:00
"prefer-stable": true
2024-10-30 02:33:20 +01:00
}