File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redbitcz/debug-mode-enabler" ,
3
3
"description" : " Debug mode enabler - safe and clean way to manage Debug Mode in your App" ,
4
- "keywords" : [" debug" ],
5
- "license" : [" MIT" ],
6
- "homepage" : " https://github.com/redbitcz/php-debug-mode-enabler" ,
4
+ "license" : [
5
+ " MIT"
6
+ ],
7
+ "keywords" : [
8
+ " debug"
9
+ ],
7
10
"authors" : [
8
11
{
9
12
"name" : " Redbit s.r.o." ,
14
17
"homepage" : " https://www.jakub-boucek.cz/"
15
18
}
16
19
],
20
+ "homepage" : " https://github.com/redbitcz/php-debug-mode-enabler" ,
17
21
"require" : {
18
- "php" : " ~7.4.0|| ~8.0.0|| ~8.1.0" ,
22
+ "php" : " ~7.4.0 || ~8.0.0 || ~8.1.0" ,
19
23
"ext-json" : " *" ,
20
24
"nette/utils" : " ^3.0"
21
25
},
22
26
"require-dev" : {
23
- "firebase/php-jwt" : " ^5.0|| ^6.0" ,
27
+ "firebase/php-jwt" : " ^5.0 || ^6.0" ,
24
28
"nette/tester" : " 2.4.2" ,
25
- "phpstan/phpstan" : " 1.8.2 "
29
+ "phpstan/phpstan" : " 1.9.14 "
26
30
},
27
31
"suggest" : {
28
32
"firebase/php-jwt" : " Optional, required for SignedUrl plugin"
37
41
"Redbitcz\\ DebugModeTests\\ " : " tests/"
38
42
}
39
43
},
44
+ "config" : {
45
+ "sort-packages" : true
46
+ },
40
47
"scripts" : {
41
48
"phpstan" : " phpstan analyze -c phpstan.neon --level 5" ,
42
49
"tester" : " tester tests"
You can’t perform that action at this time.
0 commit comments