-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.3 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
{
"name": "lastdragon-ru/lara-asp-dev",
"homepage": "https://github.com/LastDragon-ru/lara-asp",
"description": "The Awesome Set of Packages for Laravel - Dev tools.",
"readme": "README.md",
"license": "MIT",
"type": "library",
"keywords": [
"php",
"dev",
"phpstan",
"phpstan-rule",
"phpstan-extension"
],
"support": {
"issues": "https://github.com/LastDragon-ru/lara-asp/issues",
"source": "https://github.com/LastDragon-ru/lara-asp",
"forum": "https://github.com/LastDragon-ru/lara-asp/discussions"
},
"require": {
"php": "^8.2|^8.3",
"illuminate/contracts": "^10.34.0|^11.0.0",
"illuminate/support": "^10.34.0|^11.0.0",
"larastan/larastan": "^2.8.1",
"lastdragon-ru/lara-asp-core": "self.version",
"lastdragon-ru/lara-asp-documentator": "self.version",
"nikic/php-parser": "^5.0",
"nette/neon": "^3.4",
"phpstan/phpstan": "^1.10",
"symfony/var-dumper": "^6.3.0|^7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1.0|^11.0.0"
},
"autoload": {
"psr-4": {
"LastDragon_ru\\LaraASP\\Dev\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LastDragon_ru\\LaraASP\\Dev\\PackageProvider"
]
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
}
}