-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
155 lines (155 loc) · 7.45 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
{
"name": "monofony/monofony",
"description": "Starter project for Symfony projects",
"license": "MIT",
"type": "project",
"autoload": {
"psr-4": {
"App\\": "src/",
"App\\Collector\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Collector/",
"App\\Context\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Context/",
"App\\Command\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Command/",
"App\\Dashboard\\": "src/Monofony/Bundle/AdminBundle/Recipe/src/Dashboard/",
"App\\Entity\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Entity/",
"App\\EventListener\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/EventListener/",
"App\\EventSubscriber\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/EventSubscriber/",
"App\\Fixture\\": "src/Monofony/Pack/FixturesPack/Recipe/src/Fixture/",
"App\\Form\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Form/",
"App\\Formatter\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Formatter/",
"App\\Installer\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Installer/",
"App\\Installer\\Checker\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Installer/Checker/",
"App\\Message\\": "src/Monofony/Pack/ApiPack/Recipe/src/Message/",
"App\\MessageHandler\\": "src/Monofony/Pack/ApiPack/Recipe/src/MessageHandler/",
"App\\Migrations\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Migrations/",
"App\\Repository\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Repository/",
"App\\Validator\\": "src/Monofony/Bundle/CoreBundle/Recipe/src/Validator/",
"Monofony\\Bundle\\": "src/Monofony/Bundle/",
"Monofony\\Component\\": "src/Monofony/Component/",
"Monofony\\Plugin\\": "src/Monofony/Plugin/"
},
"classmap": [
"src/Monofony/Bundle/AdminBundle/Recipe/src/Controller/DashboardController.php",
"src/Monofony/Bundle/AdminBundle/Recipe/src/Menu/AdminMenuBuilder.php",
"src/Monofony/Bundle/FrontBundle/Recipe/src/Menu/AccountMenuBuilder.php"
]
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/",
"App\\Tests\\Behat\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/",
"App\\Tests\\Behat\\Behaviour\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Behaviour/",
"App\\Tests\\Behat\\Context\\Cli\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Context/Cli/",
"App\\Tests\\Behat\\Context\\Hook\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Context/Hook/",
"App\\Tests\\Behat\\Context\\Setup\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Context/Setup/",
"App\\Tests\\Behat\\Context\\Transform\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Context/Transform/",
"App\\Tests\\Behat\\Context\\Ui\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Context/Ui/",
"App\\Tests\\Behat\\Context\\Ui\\Backend\\": "src/Monofony/Bundle/AdminBundle/Recipe/tests/Behat/Context/Ui/Backend/",
"App\\Tests\\Behat\\Context\\Ui\\Frontend\\": "src/Monofony/Bundle/FrontBundle/Recipe/tests/Behat/Context/Ui/Frontend/",
"App\\Tests\\Behat\\Element\\Backend\\": "src/Monofony/Bundle/AdminBundle/Recipe/tests/Behat/Element/Backend/",
"App\\Tests\\Behat\\Page\\Backend\\": "src/Monofony/Bundle/AdminBundle/Recipe/tests/Behat/Page/Backend/",
"App\\Tests\\Behat\\Exception\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Exception/",
"App\\Tests\\Behat\\Page\\Frontend\\": "src/Monofony/Bundle/FrontBundle/Recipe/tests/Behat/Page/Frontend/",
"App\\Tests\\Behat\\Service\\": "src/Monofony/Bundle/CoreBundle/Recipe/tests/Behat/Service/",
"App\\Tests\\Controller\\": "src/Monofony/Pack/ApiPack/Recipe/tests/Controller/"
}
},
"require": {
"php": "^7.2",
"api-platform/api-pack": "^1.2",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.3",
"doctrine/doctrine-migrations-bundle": "^2.0",
"doctrine/orm": "^2.4.8",
"eightpoints/guzzle-bundle": "^7.3",
"friendsofsymfony/oauth-server-bundle": "^1.6",
"fzaninotto/faker": "^1.8",
"guzzlehttp/guzzle": "^6.2",
"knplabs/doctrine-behaviors": "~1.1",
"liip/imagine-bundle": "^2.2",
"sensio/framework-extra-bundle": "^5.1",
"sensiolabs/security-checker": "^5.0",
"sonata-project/block-bundle": "^3.3",
"sylius/customer-bundle": "^1.6",
"sylius/fixtures-bundle": "^1.4",
"sylius/grid-bundle": "^1.6",
"sylius/mailer-bundle": "^1.4",
"sylius/resource-bundle": "^1.6",
"sylius/ui-bundle": "^1.6",
"sylius/user-bundle": "^1.6",
"symfony/dotenv": "4.4.*",
"symfony/flex": "^1.2",
"symfony/messenger": "4.4.*",
"symfony/monolog-bundle": "^3.3",
"symfony/polyfill-php80": "^1.15",
"symfony/proxy-manager-bridge": "4.4.*",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/twig-bundle": "4.4.*",
"symfony/webpack-encore-bundle": "^1.6",
"twig/extensions": "^1.5",
"twig/twig": "^2.7",
"vich/uploader-bundle": "^1.8"
},
"require-dev": {
"behat/behat": "^3.2",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/page-object-extension": "^0.3",
"friends-of-behat/suite-settings-extension": "^1.0",
"friends-of-behat/symfony-extension": "^2.0",
"friends-of-behat/variadic-extension": "^1.1",
"friends-of-phpspec/phpspec-code-coverage": "^4.3",
"friendsofphp/php-cs-fixer": "^2.13",
"infection/infection": "^0.13",
"lakion/mink-debug-extension": "^1.2",
"lchrusciel/api-test-case": "^3.1",
"phpspec/phpspec": "^5.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-symfony": "^0.11",
"phpstan/phpstan-webmozart-assert": "^0.11",
"proget-hq/phpstan-phpspec": "^0.2.0",
"psr/event-dispatcher": "^1.0",
"se/selenium-server-standalone": " ^2.52",
"symfony/debug-bundle": "4.4.*",
"symfony/web-profiler-bundle": "4.4.*",
"symplify/easy-coding-standard": "^6.0||^7.0",
"symplify/monorepo-builder": "^7.0",
"vimeo/psalm": "^3.4"
},
"conflict": {
"symfony/symfony": "*",
"symplify/package-builder": "^7.2",
"symplify/smart-file-system": "^7.2",
"symplify/monorepo-builder": "^7.2"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"security-checker security:check": "script"
},
"fix": [
"@php vendor/bin/ecs check src --fix"
],
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
]
},
"config": {
"sort-packages": true
},
"extra": {
"symfony": {
"allow-contrib": true,
"require": "4.4.*"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}