2018-10-04 19:10:43 +02:00
|
|
|
{
|
2018-10-12 13:29:34 +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"
|
2018-10-12 13:29:34 +02:00
|
|
|
],
|
2021-10-19 22:58:14 +02:00
|
|
|
"license": "Elastic License",
|
2018-10-12 13:29:34 +02:00
|
|
|
"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": {
|
2023-09-17 03:46:59 +02:00
|
|
|
"php": "^8.1|^8.2",
|
2020-12-21 16:32:04 +01:00
|
|
|
"ext-dom": "*",
|
2020-03-11 01:38:11 +01:00
|
|
|
"ext-json": "*",
|
2020-12-17 15:44:01 +01:00
|
|
|
"ext-libxml": "*",
|
2022-02-25 12:14:40 +01:00
|
|
|
"afosto/yaac": "^1.4",
|
2022-07-29 04:12:24 +02:00
|
|
|
"asm/php-ansible": "^4.0",
|
2020-06-12 00:18:49 +02:00
|
|
|
"authorizenet/authorizenet": "^2.0",
|
2022-03-15 13:28:16 +01:00
|
|
|
"awobaz/compoships": "^2.1",
|
2021-02-20 01:45:20 +01:00
|
|
|
"bacon/bacon-qr-code": "^2.0",
|
2023-08-21 11:31:25 +02:00
|
|
|
"beganovich/snappdf": "^4",
|
2021-04-28 14:54:50 +02:00
|
|
|
"braintree/braintree_php": "^6.0",
|
2023-08-21 01:44:42 +02:00
|
|
|
"checkout/checkout-sdk-php": "^3.0",
|
2024-02-05 03:27:17 +01:00
|
|
|
"invoiceninja/ubl_invoice": "^2",
|
2021-09-12 00:00:26 +02:00
|
|
|
"doctrine/dbal": "^3.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",
|
2021-08-16 06:05:45 +02:00
|
|
|
"gocardless/gocardless-pro": "^4.12",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2023-08-21 01:44:42 +02:00
|
|
|
"hedii/laravel-gelf-logger": "^8",
|
2023-04-21 01:11:31 +02:00
|
|
|
"horstoeko/zugferd": "^1",
|
2023-03-08 01:27:13 +01:00
|
|
|
"imdhemy/laravel-purchases": "^1.7",
|
2020-09-06 11:38:10 +02:00
|
|
|
"intervention/image": "^2.5",
|
2023-08-21 01:44:42 +02:00
|
|
|
"invoiceninja/inspector": "^2.0",
|
2023-04-21 01:11:31 +02:00
|
|
|
"josemmo/facturae-php": "^1.7",
|
2018-10-22 14:04:37 +02:00
|
|
|
"laracasts/presenter": "^0.2.1",
|
2023-08-21 01:44:42 +02:00
|
|
|
"laravel/framework": "^10",
|
2020-09-06 11:38:10 +02:00
|
|
|
"laravel/slack-notification-channel": "^2.2",
|
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",
|
2021-04-07 13:40:57 +02:00
|
|
|
"league/omnipay": "^3.1",
|
2023-12-13 17:52:49 +01:00
|
|
|
"livewire/livewire": "^3.0",
|
2022-06-17 03:48:17 +02:00
|
|
|
"microsoft/microsoft-graph": "^1.69",
|
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",
|
2023-09-04 12:33:30 +02:00
|
|
|
"nwidart/laravel-modules": "^10.0",
|
2019-05-05 06:22:32 +02:00
|
|
|
"omnipay/paypal": "^3.0",
|
2021-06-24 06:43:14 +02:00
|
|
|
"payfast/payfast-php-sdk": "^1.1",
|
2023-12-02 02:06:20 +01:00
|
|
|
"phpoffice/phpspreadsheet": "^1.29",
|
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",
|
2021-10-07 16:38:32 +02:00
|
|
|
"razorpay/razorpay": "2.*",
|
2022-12-02 23:55:00 +01:00
|
|
|
"sentry/sentry-laravel": "^3",
|
2022-05-25 03:00:20 +02:00
|
|
|
"setasign/fpdf": "^1.8",
|
|
|
|
"setasign/fpdi": "^2.3",
|
2023-05-03 06:05:29 +02:00
|
|
|
"shopify/shopify-api": "^4.3",
|
2023-12-06 03:03:27 +01:00
|
|
|
"socialiteproviders/apple": "dev-master",
|
2022-06-11 04:07:06 +02:00
|
|
|
"socialiteproviders/microsoft": "^4.1",
|
2023-05-14 01:25:08 +02:00
|
|
|
"spatie/laravel-data": "^3.5",
|
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",
|
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",
|
2023-08-21 01:44:42 +02:00
|
|
|
"turbo124/beacon": "^1.5",
|
2023-09-25 05:19:08 +02:00
|
|
|
"twig/intl-extra": "^3.7",
|
2023-09-21 12:44:16 +02:00
|
|
|
"twig/twig": "^3",
|
2022-07-27 03:03:30 +02:00
|
|
|
"twilio/sdk": "^6.40",
|
2021-02-09 22:58:53 +01:00
|
|
|
"webpatser/laravel-countries": "dev-master#75992ad",
|
2023-07-15 01:17:38 +02:00
|
|
|
"wepay/php-sdk": "^0.3",
|
2023-08-22 12:42:01 +02:00
|
|
|
"wildbit/postmark-php": "^4.0"
|
2018-10-04 19:10:43 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-09-17 03:46:59 +02:00
|
|
|
"php": "^8.1|^8.2",
|
2022-07-05 08:15:46 +02:00
|
|
|
"barryvdh/laravel-debugbar": "^3.6",
|
2023-02-16 03:36:49 +01:00
|
|
|
"barryvdh/laravel-ide-helper": "^2.13",
|
2023-08-21 01:44:42 +02:00
|
|
|
"brianium/paratest": "^7",
|
2021-04-13 01:52:17 +02:00
|
|
|
"fakerphp/faker": "^1.14",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2022-06-21 12:00:18 +02:00
|
|
|
"mockery/mockery": "^1.4.4",
|
2023-08-21 01:44:42 +02:00
|
|
|
"nunomaduro/collision": "^7.0",
|
2023-12-06 03:03:27 +01:00
|
|
|
"larastan/larastan": "^2",
|
2023-02-16 03:10:05 +01:00
|
|
|
"phpstan/phpstan": "^1.9",
|
2023-08-21 01:44:42 +02:00
|
|
|
"phpunit/phpunit": "^10.0",
|
|
|
|
"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/",
|
2021-04-01 05:35:30 +02:00
|
|
|
"Database\\Seeders\\": "database/seeders/",
|
|
|
|
"Modules\\": "Modules/"
|
2018-10-16 13:42:43 +02:00
|
|
|
},
|
2022-07-15 14:59:25 +02:00
|
|
|
"files": [
|
|
|
|
"app/Helpers/TranslationHelper.php",
|
|
|
|
"app/Helpers/Generic.php",
|
|
|
|
"app/Helpers/ClientPortal.php"
|
|
|
|
]
|
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": {
|
2023-11-19 10:44:35 +01:00
|
|
|
"post-install-cmd": [],
|
2020-12-27 22:58:49 +01:00
|
|
|
"post-update-cmd": [
|
2022-06-21 12:00:18 +02:00
|
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
|
2020-12-27 22:58:49 +01:00
|
|
|
],
|
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": [
|
2020-03-18 10:40:15 +01:00
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
|
2020-03-27 08:22:35 +01:00
|
|
|
"@php artisan key:generate",
|
|
|
|
"@php artisan storage:link"
|
2018-10-04 19:10:43 +02:00
|
|
|
],
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
2020-09-28 12:04:34 +02:00
|
|
|
"@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,
|
2023-11-30 16:00:50 +01:00
|
|
|
"optimize-autoloader": true,
|
|
|
|
"allow-plugins": {
|
|
|
|
"php-http/discovery": true
|
|
|
|
}
|
2018-10-04 19:10:43 +02:00
|
|
|
},
|
2023-12-06 03:03:27 +01:00
|
|
|
"repositories": [
|
2023-12-10 08:18:31 +01:00
|
|
|
{
|
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/turbo124/apple"
|
|
|
|
}
|
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-01-10 03:06:11 +01:00
|
|
|
}
|