forked from SolidInvoice/SolidInvoice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
165 lines (165 loc) · 5.95 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "solidinvoice/solidinvoice",
"description": "General Billing Application",
"type": "application",
"keywords": [
"billing",
"general billing",
"open-source billing"
],
"homepage": "http://solidinvoice.co",
"license": "MIT",
"authors": [
{
"name": "Pierre du Plessis",
"email": "info@solidinvoice.co"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/SolidInvoice/RequireJSBundle"
},
{
"type": "vcs",
"url": "https://github.com/MiWayInsurance/SyliusFlowBundle"
}
],
"autoload": {
"psr-4": {
"SolidInvoice\\": "src/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php"
]
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"symfony/symfony": "^3.3",
"symfony/polyfill-iconv": "^1.2",
"symfony/polyfill-intl-icu": "^1.2",
"symfony/polyfill-intl-normalizer": "^1.2",
"symfony/polyfill-mbstring": "^1.2",
"symfony/polyfill-util": "^1.2",
"symfony/polyfill-xml": "^1.2",
"doctrine/orm": "^2.5",
"doctrine/dbal": "^2.5",
"doctrine/common": "^2.6",
"doctrine/cache": "^1.6",
"doctrine/doctrine-bundle": "^1.8",
"twig/extensions": "^1.0",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/monolog-bundle": "^3.0",
"sensio/distribution-bundle": "^5.0",
"sensio/framework-extra-bundle": "^5.0",
"incenteev/composer-parameter-handler": "^2.0",
"doctrine/migrations": "^1.3",
"doctrine/doctrine-migrations-bundle": "^1.0",
"pagerfanta/pagerfanta": "^2.0",
"stof/doctrine-extensions-bundle": "^1.1",
"friendsofsymfony/jsrouting-bundle": "^2.0",
"knplabs/knp-menu-bundle": "^2.0",
"ramsey/uuid": "^3.4",
"moontoast/math": "^1.1",
"oyejorge/less.php": "^1.7",
"friendsofsymfony/user-bundle": "^2.0",
"twig/twig": "^2.0",
"swiftmailer/swiftmailer": "^6.0",
"payum/payum-bundle": "^2.2",
"payum/offline": "^1.4",
"payum/paypal-express-checkout-nvp": "^1.4",
"nesbot/carbon": "^1.21",
"sylius/flow-bundle": "0.19.1",
"namshi/notificator": "^5.0",
"twilio/sdk": "^5.5",
"tijsverkoyen/css-to-inline-styles": "^2.0",
"moneyphp/money": "^3.0",
"egulias/email-validator": "^2.1",
"dragonmantank/cron-expression": "^2.0",
"payum/stripe": "^1.4",
"payum/paypal-pro-checkout-nvp": "^1.4",
"payum/payex": "^1.4",
"payum/authorize-net-aim": "^1.4",
"payum/be2bill": "^1.4",
"payum/klarna-checkout": "^1.4",
"payum/klarna-invoice": "^1.4",
"oro/requirejs-bundle": "^1.3",
"willdurand/js-translation-bundle": "^2.6",
"php-http/guzzle6-adapter": "^1.1",
"ramsey/uuid-doctrine": "^1.2",
"symfony/security-acl": "^3.0",
"solidworx/form-handler-bundle": "1.0.0-rc3",
"defuse/php-encryption": "^2.1",
"mpociot/vat-calculator": "^2.2",
"api-platform/core": "2.2.*",
"ocramius/proxy-manager": "<2.2",
"mpdf/mpdf": "^7.1"
},
"require-dev": {
"behat/behat": "^3.0",
"behat/symfony2-extension": "^2.0",
"behat/mink-extension": "^2.0",
"behat/mink-browserkit-driver": "^1.2",
"behat/mink-selenium2-driver": "^1.2",
"behat/mink": "^1.6",
"phpunit/phpunit": "^6.4",
"fzaninotto/faker": "^1.3",
"mockery/mockery": "^1.0",
"sensiolabs/security-checker": "^4.0",
"satooshi/php-coveralls": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^2.0",
"phpstan/phpstan": "^0.10",
"behatch/contexts": "^3.0",
"knplabs/friendly-contexts": "^0.8.2",
"phpstan/phpstan-doctrine": "^0.10",
"phpstan/phpstan-symfony": "^0.10"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles"
]
},
"config": {
"bin-dir": "bin",
"fxp-asset": {
"asset-installer-paths": {
"npm-asset-library": "web/bundles/npmassets"
}
},
"platform": {
"php": "7.1.3"
}
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"asset-installer-paths": {
"npm-asset-library": "web/bundles/npmassets",
"bower-asset-library": "web/bundles/bowerassets"
},
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}