{ "name": "invoiceninja/invoiceninja", "description": "Invoices, expenses & time-tracking built with Laravel", "keywords": [ "invoice", "laravel" ], "license": "Attribution Assurance License", "authors": [ { "name": "Hillel Coren", "email": "hillelcoren@gmail.com" } ], "require": { "php": ">=7.1.0", "ext-gd": "*", "ext-gmp": "*", "ext-json": "*", "ext-zip": "*", "anahkiasen/former": "4.*", "asgrim/ofxparser": "^1.1", "bacon/bacon-qr-code": "^1.0", "barracudanetworks/archivestream-php": "^1.0", "barryvdh/laravel-cors": "^0.9.1", "barryvdh/laravel-debugbar": "~3.0.1", "barryvdh/laravel-ide-helper": "~2.2", "cerdic/css-tidy": "~v1.5", "chumper/datatable": "dev-add-back-options", "cleverit/ubl_invoice": "1.*", "codedge/laravel-selfupdater": "2.2.0", "collizo4sky/omnipay-wepay": "dev-address-fix#942f3e0", "digitickets/omnipay-gocardlessv2": "dev-payment-fix", "doctrine/dbal": "2.5.x", "dompdf/dompdf": "0.6.2", "ezyang/htmlpurifier": "~v4.7", "fzaninotto/faker": "^1.5", "google/apiclient": "^2.0", "guzzlehttp/guzzle": "^6.3", "intervention/image": "dev-master", "jaybizzle/laravel-crawler-detect": "1.*", "jlapp/swaggervel": "master-dev", "jonnyw/php-phantomjs": "dev-fixes", "laracasts/presenter": "dev-master", "turbo124/framework": "5.5.51", "laravel/legacy-encrypter": "^1.0", "laravel/socialite": "3.0.x-dev", "laravel/tinker": "^1.0", "laravelcollective/html": "5.5.*", "league/csv": "^9.1", "league/flysystem-aws-s3-v3": "~1.0", "league/flysystem-rackspace": "~1.0", "league/fractal": "0.13.*", "maatwebsite/excel": "~2.0", "mashape/unirest-php": "^3.0", "mpdf/mpdf": "7.1.7", "nesbot/carbon": "^1.26", "nwidart/laravel-modules": "2.0.*", "omnipay/authorizenet": "dev-solution-id as 2.5.0", "omnipay/firstdata": "^2.4", "patricktalmadge/bootstrapper": "5.5.x", "turbo124/google2fa-laravel": "0.1.2", "predis/predis": "^1.1", "simshaun/recurr": "dev-master", "stripe/stripe-php": "^6.40", "symfony/css-selector": "~3.1", "turbo124/laravel-push-notification": "2.*", "webpatser/laravel-countries": "dev-master#75992ad", "websight/l5-google-cloud-storage": "dev-master", "wepay/php-sdk": "^0.2", "wildbit/postmark-php": "^2.5", "abdala/omnipay-pagseguro": "0.2", "agmscode/omnipay-agms": "~1.0", "andreas22/omnipay-fasapay": "1.*", "bramdevries/omnipay-paymill": "^1.0", "cardgate/omnipay-cardgate": "~2.0", "delatbabel/omnipay-fatzebra": "dev-master", "dercoder/omnipay-ecopayz": "~1.0", "dercoder/omnipay-paysafecard": "dev-master", "digitickets/omnipay-barclays-epdq": "~3.0", "digitickets/omnipay-datacash": "~3.0", "digitickets/omnipay-realex": "~5.0", "fotografde/omnipay-checkoutcom": "~2.0", "fruitcakestudio/omnipay-sisow": "~2.0", "justinbusschau/omnipay-secpay": "~2.0", "lokielse/omnipay-alipay": "~1.4", "meebio/omnipay-creditcall": "dev-master", "meebio/omnipay-secure-trading": "dev-master", "mfauveau/omnipay-pacnet": "~2.0", "omnipay/bitpay": "dev-master", "omnipay/braintree": "^1.1", "omnipay/gocardless": "dev-master", "omnipay/mollie": "3.*", "omnipay/omnipay": "~2.3", "omnipay/payfast": "~2.0", "omnipay/stripe": "~2.0", "softcommerce/omnipay-paytrace": "~1.0", "vink/omnipay-komoju": "~1.0", "omnipay/common": "2.5.2" }, "require-dev": { "symfony/dom-crawler": "~3.1", "codeception/c3": "2.*", "codeception/codeception": "2.*", "phpspec/phpspec": "~2.1", "phpunit/phpunit": "~5.7" }, "autoload": { "classmap": [ "app/Console/Commands", "app/Libraries", "app/Http/Controllers", "app/Models", "app/Ninja", "app/Ninja/Repositories", "database" ], "psr-4": { "App\\": "app/", "Modules\\": "Modules/" }, "files": [ "app/Libraries/lib_autolink.php", "app/Libraries/OFX.php" ] }, "autoload-dev": { "classmap": [ "tests/TestCase.php" ] }, "scripts": { "post-install-cmd": [ "rm bootstrap/cache/compiled.php || true", "php artisan view:clear", "php artisan clear-compiled" ], "post-update-cmd": [ "rm bootstrap/cache/compiled.php || true", "php artisan view:clear", "php artisan clear-compiled" ], "post-create-project-cmd": [ "php -r \"copy('.env.example', '.env');\"", "php artisan key:generate" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ] }, "replace": { "alfaproject/omnipay-skrill": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true }, "repositories": [ { "type": "vcs", "url": "https://github.com/hillelcoren/l5-google-cloud-storage" }, { "type": "vcs", "url": "https://github.com/hillelcoren/omnipay-wepay" }, { "type": "vcs", "url": "https://github.com/hillelcoren/omnipay-gocardlessv2" }, { "type": "vcs", "url": "https://github.com/hillelcoren/datatable" }, { "type": "vcs", "url": "https://github.com/hillelcoren/php-phantomjs" }, { "type": "vcs", "url": "https://github.com/davidbankes/omnipay-firstdata.git" }, { "type": "vcs", "url": "https://github.com/hillelcoren/omnipay-authorizenet" } ] }