mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
155 lines
4.9 KiB
JSON
155 lines
4.9 KiB
JSON
{
|
|
"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.0.0 <7.2",
|
|
"ext-gd": "*",
|
|
"ext-gmp": "*",
|
|
"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": "~2.2",
|
|
"barryvdh/laravel-ide-helper": "~2.2",
|
|
"cerdic/css-tidy": "~v1.5",
|
|
"chumper/datatable": "dev-develop#04ef2bf",
|
|
"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",
|
|
"ezyang/htmlpurifier": "~v4.7",
|
|
"fzaninotto/faker": "^1.5",
|
|
"gatepay/FedACHdir": "dev-master@dev",
|
|
"google/apiclient": "^2.0",
|
|
"guzzlehttp/guzzle": "~6.0",
|
|
"intervention/image": "dev-master",
|
|
"invoiceninja/omnipay-collection": "0.6@dev",
|
|
"jaybizzle/laravel-crawler-detect": "1.*",
|
|
"jlapp/swaggervel": "master-dev",
|
|
"jonnyw/php-phantomjs": "4.*",
|
|
"laracasts/presenter": "dev-master",
|
|
"laravel/framework": "5.3.*",
|
|
"laravel/legacy-encrypter": "^1.0",
|
|
"laravel/socialite": "~2.0",
|
|
"laravelcollective/bus": "5.3.*",
|
|
"laravelcollective/html": "5.3.*",
|
|
"league/flysystem-aws-s3-v3": "~1.0",
|
|
"league/flysystem-rackspace": "~1.0",
|
|
"league/fractal": "0.13.*",
|
|
"maatwebsite/excel": "~2.0",
|
|
"mpdf/mpdf": "6.1.3",
|
|
"nwidart/laravel-modules": "^1.14",
|
|
"omnipay/authorizenet": "dev-solution-id as 2.5.0",
|
|
"patricktalmadge/bootstrapper": "5.5.x",
|
|
"pragmarx/google2fa-laravel": "^0.1.2",
|
|
"predis/predis": "^1.1",
|
|
"roave/security-advisories": "dev-master",
|
|
"simshaun/recurr": "dev-master",
|
|
"symfony/css-selector": "~3.1",
|
|
"turbo124/laravel-push-notification": "2.*",
|
|
"webpatser/laravel-countries": "dev-master",
|
|
"websight/l5-google-cloud-storage": "dev-master",
|
|
"wepay/php-sdk": "^0.2",
|
|
"wildbit/laravel-postmark-provider": "dev-master#134f359"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dom-crawler": "~3.1",
|
|
"codeception/c3": "~2.0",
|
|
"codeception/codeception": "2.3.3",
|
|
"phpspec/phpspec": "~2.1",
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"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": [
|
|
"php artisan clear-compiled",
|
|
"php artisan optimize"
|
|
],
|
|
"post-update-cmd": [
|
|
"php artisan clear-compiled",
|
|
"php artisan optimize"
|
|
],
|
|
"post-create-project-cmd": [
|
|
"php -r \"copy('.env.example', '.env');\"",
|
|
"php artisan key:generate"
|
|
]
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "gatepay/FedACHdir",
|
|
"version": "dev-master",
|
|
"dist": {
|
|
"url": "https://github.com/gatepay/FedACHdir/archive/master.zip",
|
|
"type": "zip"
|
|
},
|
|
"source": {
|
|
"url": "https://github.com/gatepay/FedACHdir.git",
|
|
"type": "git",
|
|
"reference": "origin/master"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"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/omnipay-authorizenet"
|
|
}
|
|
]
|
|
}
|