Skip to content

Commit 7e4f247

Browse files
committed
Composer: Update PhpStan & normalize composer.json
1 parent ec9ca51 commit 7e4f247

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

composer.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "redbitcz/debug-mode-enabler",
33
"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+
],
710
"authors": [
811
{
912
"name": "Redbit s.r.o.",
@@ -14,15 +17,16 @@
1417
"homepage": "https://www.jakub-boucek.cz/"
1518
}
1619
],
20+
"homepage": "https://github.com/redbitcz/php-debug-mode-enabler",
1721
"require": {
18-
"php": "~7.4.0||~8.0.0||~8.1.0",
22+
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
1923
"ext-json": "*",
2024
"nette/utils": "^3.0"
2125
},
2226
"require-dev": {
23-
"firebase/php-jwt": "^5.0||^6.0",
27+
"firebase/php-jwt": "^5.0 || ^6.0",
2428
"nette/tester": "2.4.2",
25-
"phpstan/phpstan": "1.8.2"
29+
"phpstan/phpstan": "1.9.14"
2630
},
2731
"suggest": {
2832
"firebase/php-jwt": "Optional, required for SignedUrl plugin"
@@ -37,6 +41,9 @@
3741
"Redbitcz\\DebugModeTests\\": "tests/"
3842
}
3943
},
44+
"config": {
45+
"sort-packages": true
46+
},
4047
"scripts": {
4148
"phpstan": "phpstan analyze -c phpstan.neon --level 5",
4249
"tester": "tester tests"

0 commit comments

Comments
 (0)