Skip to content

Commit 6f1fd7d

Browse files
committed
Composer: upgrade to PHP 8, use only codeception v5, nette 3.1, upgrade dev deps
1 parent 229b9b5 commit 6f1fd7d

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

composer.json

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,24 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=7.4",
23-
"codeception/codeception": "^4.0.2 || ^5.0.0",
24-
"codeception/lib-innerbrowser": "^1.3 || ^2.0 || ^3.0",
25-
"nette/di": "^3.0",
26-
"nette/bootstrap": "^3.0",
27-
"nette/http": "^3.0.3",
28-
"nette/utils": "^3.0"
22+
"php": ">= 8.0",
23+
"codeception/codeception": "^5.0.0",
24+
"codeception/lib-innerbrowser": "^3.0",
25+
"nette/di": "^3.0.13",
26+
"nette/bootstrap": "^3.1.2",
27+
"nette/http": "^3.1.6",
28+
"nette/utils": "^3.2.8"
2929
},
3030
"require-dev": {
31-
"latte/latte": "^2.5.1",
32-
"nette/application": "^3.0",
33-
"nette/caching": "~2.5.8 || ^3.0",
31+
"latte/latte": "^2.11.5",
32+
"nette/application": "^3.1.7",
33+
"nette/caching": "^3.1.4",
3434
"ninjify/qa": "^0.12",
35-
"phpstan/phpstan": "^1.0",
35+
"phpstan/phpstan": "^1.8.11",
3636
"phpstan/phpstan-deprecation-rules": "^1.0",
37-
"phpstan/phpstan-nette": "^1.0",
38-
"phpstan/phpstan-strict-rules": "^1.0",
39-
"tracy/tracy": "~2.6.1 || ~2.7.0"
40-
},
41-
"conflict": {
42-
"symfony/browser-kit": "<4.0.0"
37+
"phpstan/phpstan-nette": "^1.1.0",
38+
"phpstan/phpstan-strict-rules": "^1.4.4",
39+
"tracy/tracy": "^2.7.9"
4340
},
4441
"autoload": {
4542
"psr-4": {
@@ -48,11 +45,8 @@
4845
},
4946
"autoload-dev": {
5047
"psr-4": {
51-
"Tests\\Functional\\": "tests/functional/src"
52-
},
53-
"files": [
54-
"vendor/codeception/codeception/shim.php"
55-
]
48+
"Tests\\Functional\\": "tests/Functional/src"
49+
}
5650
},
5751
"minimum-stability": "dev",
5852
"prefer-stable": true,
@@ -64,7 +58,7 @@
6458
},
6559
"extra": {
6660
"branch-alias": {
67-
"dev-master": "1.4.x-dev"
61+
"dev-master": "1.5.x-dev"
6862
}
6963
}
7064
}

0 commit comments

Comments
 (0)