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",
|
|
|
|
"freelancer"
|
2018-10-12 13:29:34 +02:00
|
|
|
],
|
|
|
|
"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": "*",
|
2020-03-11 01:38:11 +01:00
|
|
|
"ext-json": "*",
|
2020-12-17 15:44:01 +01:00
|
|
|
"ext-libxml": "*",
|
2018-10-16 13:42:43 +02:00
|
|
|
"asgrim/ofxparser": "^1.2",
|
2020-06-12 00:18:49 +02:00
|
|
|
"authorizenet/authorizenet": "^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",
|
2020-04-10 07:07:36 +02:00
|
|
|
"cleverit/ubl_invoice": "^1.3",
|
2020-11-01 22:49:58 +01:00
|
|
|
"composer/composer": "^2",
|
2020-05-25 02:50:16 +02:00
|
|
|
"czproject/git-php": "^3.17",
|
2020-04-09 14:23:56 +02:00
|
|
|
"doctrine/dbal": "^2.10",
|
2020-09-06 11:38:10 +02:00
|
|
|
"fideloper/proxy": "^4.2",
|
2020-03-23 18:15:56 +01:00
|
|
|
"fzaninotto/faker": "^1.4",
|
2020-09-06 11:38:10 +02:00
|
|
|
"google/apiclient": "^2.7",
|
2020-10-01 07:33:38 +02:00
|
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
2018-10-24 12:24:09 +02:00
|
|
|
"hashids/hashids": "^3.0",
|
2020-09-06 11:38:10 +02:00
|
|
|
"intervention/image": "^2.5",
|
2018-10-22 14:04:37 +02:00
|
|
|
"laracasts/presenter": "^0.2.1",
|
2020-10-01 07:33:38 +02:00
|
|
|
"laravel/framework": "^8.0",
|
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",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2020-04-16 10:41:25 +02:00
|
|
|
"league/flysystem-aws-s3-v3": "~1.0",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2019-11-05 23:52:57 +01:00
|
|
|
"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",
|
2018-10-19 05:45:55 +02:00
|
|
|
"predis/predis": "^1.1",
|
2020-09-29 14:26:29 +02:00
|
|
|
"sentry/sentry-laravel": "^2",
|
2020-09-06 11:38:10 +02:00
|
|
|
"stripe/stripe-php": "^7.50",
|
2020-06-11 00:56:12 +02:00
|
|
|
"turbo124/beacon": "^1",
|
2020-10-21 08:15:03 +02:00
|
|
|
"turbo124/laravel-gmail": "^5.0",
|
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",
|
2020-03-18 10:40:15 +01:00
|
|
|
"anahkiasen/former": "^4.2",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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",
|
2020-09-06 11:38:10 +02:00
|
|
|
"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/"
|
2018-10-16 13:42:43 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2020-06-11 15:13:35 +02:00
|
|
|
"app/Libraries/OFX.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": {
|
2020-12-27 22:58:49 +01:00
|
|
|
"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": [
|
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,
|
|
|
|
"optimize-autoloader": true
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2020-03-23 18:15:56 +01:00
|
|
|
}
|