1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/composer.json

159 lines
5.0 KiB
JSON
Raw Normal View History

2015-03-12 01:44:39 +01:00
{
2017-11-11 19:20:38 +01:00
"name": "invoiceninja/invoiceninja",
"description": "Invoices, expenses & time-tracking built with Laravel",
2016-04-10 14:51:53 +02:00
"keywords": [
"invoice",
"laravel"
],
"license": "Attribution Assurance License",
"authors": [
{
"name": "Hillel Coren",
"email": "hillelcoren@gmail.com"
}
],
"require": {
2018-02-26 20:43:04 +01:00
"php": ">=7.0.0",
2016-07-21 15:04:23 +02:00
"ext-gd": "*",
2017-06-04 21:18:54 +02:00
"ext-gmp": "*",
2017-11-15 10:54:23 +01:00
"anahkiasen/former": "4.*",
2017-06-04 21:18:54 +02:00
"asgrim/ofxparser": "^1.1",
"bacon/bacon-qr-code": "^1.0",
2017-06-04 21:18:54 +02:00
"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",
2018-02-22 19:42:52 +01:00
"chumper/datatable": "dev-add-back-options",
2018-01-12 14:15:58 +01:00
"cleverit/ubl_invoice": "1.*",
2017-06-04 21:18:54 +02:00
"codedge/laravel-selfupdater": "5.x-dev",
2017-11-14 11:34:34 +01:00
"collizo4sky/omnipay-wepay": "dev-address-fix",
"digitickets/omnipay-gocardlessv2": "dev-payment-fix",
2017-06-04 21:18:54 +02:00
"doctrine/dbal": "2.5.x",
"ezyang/htmlpurifier": "~v4.7",
"fzaninotto/faker": "^1.5",
"gatepay/FedACHdir": "dev-master@dev",
2017-07-13 10:13:57 +02:00
"google/apiclient": "^2.0",
2016-04-10 14:51:53 +02:00
"guzzlehttp/guzzle": "~6.0",
2017-06-04 21:18:54 +02:00
"intervention/image": "dev-master",
2018-01-17 16:37:01 +01:00
"invoiceninja/omnipay-collection": "0.6@dev",
2017-06-04 21:18:54 +02:00
"jaybizzle/laravel-crawler-detect": "1.*",
"jlapp/swaggervel": "master-dev",
2018-02-26 19:45:55 +01:00
"jonnyw/php-phantomjs": "dev-fixes",
2016-04-10 14:51:53 +02:00
"laracasts/presenter": "dev-master",
2018-02-22 11:06:32 +01:00
"laravel/framework": "5.4.*",
2017-11-14 11:34:34 +01:00
"laravel/legacy-encrypter": "^1.0",
2018-02-22 11:06:32 +01:00
"laravel/socialite": "~3.0",
2018-02-26 19:21:37 +01:00
"laravel/tinker": "^1.0",
2018-02-22 11:06:32 +01:00
"laravelcollective/html": "5.4.*",
2016-04-10 14:51:53 +02:00
"league/flysystem-aws-s3-v3": "~1.0",
"league/flysystem-rackspace": "~1.0",
2017-06-04 21:18:54 +02:00
"league/fractal": "0.13.*",
"maatwebsite/excel": "~2.0",
2017-08-21 18:24:24 +02:00
"mpdf/mpdf": "6.1.3",
2018-02-22 20:04:31 +01:00
"nwidart/laravel-modules": "1.*",
2017-11-14 11:34:34 +01:00
"omnipay/authorizenet": "dev-solution-id as 2.5.0",
2017-06-04 21:18:54 +02:00
"patricktalmadge/bootstrapper": "5.5.x",
"pragmarx/google2fa-laravel": "^0.1.2",
2017-06-04 21:18:54 +02:00
"predis/predis": "^1.1",
2017-12-03 17:22:22 +01:00
"roave/security-advisories": "dev-master",
2017-06-04 21:18:54 +02:00
"simshaun/recurr": "dev-master",
2017-11-14 11:34:34 +01:00
"symfony/css-selector": "~3.1",
2017-06-04 21:18:54 +02:00
"turbo124/laravel-push-notification": "2.*",
2018-02-27 08:33:50 +01:00
"webpatser/laravel-countries": "dev-master#75992ad",
2017-07-13 10:13:57 +02:00
"websight/l5-google-cloud-storage": "dev-master",
2016-05-17 17:32:17 +02:00
"wepay/php-sdk": "^0.2",
2018-02-22 23:02:44 +01:00
"wildbit/postmark-php": "^2.5"
},
2016-04-10 14:51:53 +02:00
"require-dev": {
2017-11-14 09:58:08 +01:00
"symfony/dom-crawler": "~3.1",
2016-04-10 14:51:53 +02:00
"codeception/c3": "~2.0",
2017-07-13 10:38:41 +02:00
"codeception/codeception": "2.3.3",
2017-06-04 21:18:54 +02:00
"phpspec/phpspec": "~2.1",
2018-02-22 11:06:32 +01:00
"phpunit/phpunit": "~5.7"
2016-04-10 14:51:53 +02:00
},
"autoload": {
"classmap": [
"app/Console/Commands",
"app/Libraries",
"app/Http/Controllers",
"app/Models",
"app/Ninja",
"app/Ninja/Repositories",
"database"
],
"psr-4": {
2016-12-07 18:59:49 +01:00
"App\\": "app/",
"Modules\\": "Modules/"
2016-04-10 14:51:53 +02:00
},
"files": [
2016-01-20 00:07:31 +01:00
"app/Libraries/lib_autolink.php",
2017-01-10 12:14:36 +01:00
"app/Libraries/OFX.php"
]
2016-04-10 14:51:53 +02:00
},
"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"
]
},
2017-11-14 09:58:08 +01:00
"minimum-stability": "dev",
"prefer-stable": true,
2016-04-10 14:51:53 +02:00
"config": {
2017-06-04 21:18:54 +02:00
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
2016-04-29 23:50:21 +02:00
},
"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",
2016-04-29 23:50:21 +02:00
"type": "git",
"reference": "origin/master"
}
}
2017-07-06 22:55:54 +02:00
},
{
"type": "vcs",
2017-11-14 09:58:08 +01:00
"url": "https://github.com/hillelcoren/l5-google-cloud-storage"
2017-07-13 10:13:57 +02:00
},
{
"type": "vcs",
2017-11-14 09:58:08 +01:00
"url": "https://github.com/hillelcoren/omnipay-wepay"
2017-08-21 18:08:49 +02:00
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/omnipay-gocardlessv2"
2017-10-04 12:00:03 +02:00
},
{
"type": "vcs",
2018-02-22 19:42:52 +01:00
"url": "https://github.com/hillelcoren/datatable"
2018-02-26 19:45:55 +01:00
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/php-phantomjs"
2016-04-29 23:50:21 +02:00
}
]
2016-04-27 01:59:52 +02:00
}