forked from 68publishers/webpack-encore-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
54 lines (54 loc) · 1.42 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
{
"name": "68publishers/webpack-encore-bundle",
"description": "Nette integration with Webpack Encore! https://symfony.com/webpack-encore",
"keywords": ["68publishers", "webpack", "webpack-encore", "webpack-encore-bundle", "nette"],
"license": "MIT",
"authors": [
{
"name": "Tomáš Glawaty",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"latte/latte": "^2.5 || ^3.0",
"nette/di": "^3.0.10",
"nette/utils": "^3.2.5",
"symfony/asset": "^5.4 || ^6.0",
"symfony/cache": "^5.4 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"mockery/mockery": "^1.5",
"nette/application": "^3.1.0",
"nette/bootstrap": "^3.1",
"nette/component-model": "^3.0.2",
"nette/tester": "^2.4.3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-nette": "^1.1",
"roave/security-advisories": "dev-latest",
"symfony/console": "^5.4",
"symfony/event-dispatcher": "^5.4 || ^6.0"
},
"conflict": {
"nette/schema": "<1.2.0"
},
"suggest": {
"68publishers/asset": "The recommended way to get Symfony Asset Component into your project.",
"contributte/console": "The recommended way to get Symfony Console into your project."
},
"autoload": {
"psr-4": {
"SixtyEightPublishers\\WebpackEncoreBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SixtyEightPublishers\\WebpackEncoreBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}