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

168 lines
5.3 KiB
JSON
Raw Normal View History

2015-03-12 01:44:39 +01:00
{
2018-03-20 08:57:25 +01:00
"name": "invoiceninja/invoiceninja",
"description": "Invoices, expenses & time-tracking built with Laravel",
"keywords": [
"invoice",
"laravel"
2016-04-10 14:51:53 +02:00
],
2018-03-20 08:57:25 +01:00
"license": "Attribution Assurance License",
"authors": [
2016-04-10 14:51:53 +02:00
{
2018-03-20 08:57:25 +01:00
"name": "Hillel Coren",
"email": "hillelcoren@gmail.com"
2016-04-10 14:51:53 +02:00
}
],
2018-03-20 08:57:25 +01:00
"require": {
2021-02-19 09:20:45 +01:00
"php": ">=7.1.0",
2018-03-20 08:57:25 +01:00
"ext-gd": "*",
"ext-gmp": "*",
"anahkiasen/former": "4.*",
"asgrim/ofxparser": "^1.1",
"bacon/bacon-qr-code": "^1.0",
2019-01-30 12:00:26 +01:00
"barracudanetworks/archivestream-php": "1.0.5",
2018-03-20 08:57:25 +01:00
"barryvdh/laravel-cors": "^0.9.1",
"barryvdh/laravel-debugbar": "~3.0.1",
2018-03-20 08:57:25 +01:00
"barryvdh/laravel-ide-helper": "~2.2",
"cerdic/css-tidy": "~v1.5",
"chumper/datatable": "dev-add-back-options",
"cleverit/ubl_invoice": "1.*",
"codedge/laravel-selfupdater": "5.x-dev",
"collizo4sky/omnipay-wepay": "dev-address-fix",
"digitickets/omnipay-gocardlessv2": "dev-payment-fix",
"doctrine/dbal": "2.5.x",
2019-01-30 12:00:26 +01:00
"dompdf/dompdf": "0.6.2",
2018-03-20 08:57:25 +01:00
"ezyang/htmlpurifier": "~v4.7",
"fzaninotto/faker": "^1.5",
"google/apiclient": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"intervention/image": "dev-master",
2019-01-30 12:00:26 +01:00
"invoiceninja/omnipay-collection": "^0.10.0",
2018-03-20 08:57:25 +01:00
"jaybizzle/laravel-crawler-detect": "1.*",
"jlapp/swaggervel": "master-dev",
"jonnyw/php-phantomjs": "dev-fixes",
"laracasts/presenter": "dev-master",
2019-09-13 01:03:15 +02:00
"laravel/framework": "5.5.*",
2018-03-20 08:57:25 +01:00
"laravel/legacy-encrypter": "^1.0",
2019-02-19 12:18:13 +01:00
"laravel/socialite": "3.0.x-dev",
2018-03-20 08:57:25 +01:00
"laravel/tinker": "^1.0",
2019-09-13 01:03:15 +02:00
"laravelcollective/html": "5.5.*",
2018-04-18 09:00:38 +02:00
"league/csv": "^9.1",
2018-03-20 08:57:25 +01:00
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-rackspace": "~1.0",
"league/fractal": "0.13.*",
"maatwebsite/excel": "~2.0",
2019-09-13 01:03:15 +02:00
"mpdf/mpdf": "7.1.7",
"nesbot/carbon": "^1.26",
"nwidart/laravel-modules": "2.0.*",
2018-03-20 08:57:25 +01:00
"omnipay/authorizenet": "dev-solution-id as 2.5.0",
2019-01-30 12:00:26 +01:00
"omnipay/firstdata": "^2.4",
"omnipay/payfast": "dev-master",
2018-03-20 08:57:25 +01:00
"patricktalmadge/bootstrapper": "5.5.x",
"pragmarx/google2fa-laravel": "^0.1.2",
"predis/predis": "^1.1",
"roave/security-advisories": "dev-master",
"simshaun/recurr": "dev-master",
"stripe/stripe-php": "^6.40",
2018-03-20 08:57:25 +01:00
"symfony/css-selector": "~3.1",
2019-01-30 12:00:26 +01:00
"tamayo/laravel-scout-elastic": "^3.0",
2018-03-20 08:57:25 +01:00
"turbo124/laravel-push-notification": "2.*",
"webpatser/laravel-countries": "dev-master#75992ad",
"websight/l5-google-cloud-storage": "dev-master",
"wepay/php-sdk": "^0.2",
(v1): Export data for migration (#3238) * Scaffold migration controller & steps * - Basic controller scaffold - Intro step - Downloading data * Import step for the v2 * Export file using account_key property * Fix button displaying * Client export mappings * Company export mappings * Add withTrashed() for clients * Export users mappings * Export invoices mappings * Export company properties as array * add withTrashed() for invoices * Downloading the json file * Fix 'account_id' for company export - Code cleanup & leftovers * Creating zip for logo & storing json as file (wip) * Zipping & sending migration files (wip) * Exporting & mappings for quotes * Re-enable headers for downloading * Mappings for tax rates * Mappings for the products * Fix formattings & php doc messages * Bring back headers for downloading * Export 'company_id', 'user_id' with clients * Export 'id' with users resource * Remove unused parameter * Export mappings for payments * Export 'line_items' with invoices * Export credits & export client id * Export 'credits' within main JSON * Mappings for line_items * Fix 'is_amount_discount' for invoice export * Exporting migration file as .zip archive * Improve settings card for migration * Removed duplicated keys in texts.php for en * Fix formatting in en/texts.php * Integrate the migration part with rest of UI * Export company as object, not array * Clean up * Fixes for V1 * Apply formatting * Remove comments - Added 'ext-zip' in composer.json - Fixed $credits transform * Remove unused params Co-authored-by: David Bomba <turbo124@gmail.com>
2020-01-22 22:09:22 +01:00
"wildbit/postmark-php": "^2.5",
"ext-json": "*",
"ext-zip": "*"
2018-03-20 08:57:25 +01:00
},
"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",
2019-09-13 01:03:15 +02:00
"php artisan clear-compiled"
2018-03-20 08:57:25 +01:00
],
"post-update-cmd": [
"rm bootstrap/cache/compiled.php || true",
"php artisan view:clear",
2019-09-13 01:03:15 +02:00
"php artisan clear-compiled"
2018-03-20 08:57:25 +01:00
],
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
2019-09-13 01:03:15 +02:00
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
2018-03-20 08:57:25 +01:00
]
},
2020-11-01 15:02:56 +01:00
"replace": {
"alfaproject/omnipay-skrill": "*"
},
2018-03-20 08:57:25 +01:00
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"repositories": [
2017-07-06 22:55:54 +02:00
{
2018-03-20 08:57:25 +01:00
"type": "vcs",
"url": "https://github.com/hillelcoren/l5-google-cloud-storage"
2017-07-13 10:13:57 +02:00
},
{
2018-03-20 08:57:25 +01:00
"type": "vcs",
"url": "https://github.com/hillelcoren/omnipay-wepay"
2017-08-21 18:08:49 +02:00
},
{
2018-03-20 08:57:25 +01:00
"type": "vcs",
"url": "https://github.com/hillelcoren/omnipay-gocardlessv2"
2017-10-04 12:00:03 +02:00
},
{
2018-03-20 08:57:25 +01:00
"type": "vcs",
"url": "https://github.com/hillelcoren/datatable"
2018-02-26 19:45:55 +01:00
},
{
2018-03-20 08:57:25 +01:00
"type": "vcs",
"url": "https://github.com/hillelcoren/php-phantomjs"
2019-01-30 12:00:26 +01:00
},
{
"type": "vcs",
"url": "https://github.com/davidbankes/omnipay-firstdata.git"
2021-02-19 09:20:45 +01:00
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/omnipay-authorizenet"
2016-04-29 23:50:21 +02:00
}
2018-03-20 08:57:25 +01:00
]
2016-04-27 01:59:52 +02:00
}