Skip to content

Commit 3307db7

Browse files
committed
Support for Codeception 5
1 parent c9b8692 commit 3307db7

File tree

3 files changed

+1345
-2009
lines changed

3 files changed

+1345
-2009
lines changed

composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"homepage": "https://medium.com/@ganieves"
1010
}
1111
],
12+
"minimum-stability": "dev",
1213
"require": {
1314
"php": ">=7.4.0",
1415
"ext-ctype": "*",
@@ -30,11 +31,12 @@
3031
"symfony/yaml": "5.4.*"
3132
},
3233
"require-dev": {
33-
"codeception/codeception": "^4.1",
34-
"codeception/module-asserts": "^2.0",
35-
"codeception/module-doctrine2": "^2.0",
36-
"codeception/module-phpbrowser": "^2.0",
37-
"codeception/module-symfony": "^2.1 | *@dev",
34+
"codeception/codeception": "^5.0.0-alpha1",
35+
"codeception/lib-innerbrowser": "^2.0 | *@dev",
36+
"codeception/module-asserts": "dev-codecept5",
37+
"codeception/module-doctrine2": "dev-codecept5",
38+
"codeception/module-phpbrowser": "^2.0 | *@dev",
39+
"codeception/module-symfony": "dev-codecept5",
3840
"doctrine/doctrine-fixtures-bundle": "^3.4",
3941
"friendsofphp/php-cs-fixer": "^3.3",
4042
"phpmd/phpmd": "^2.11",
@@ -46,7 +48,7 @@
4648
"symfony/twig-bundle": "5.4.*",
4749
"symfony/var-dumper": "5.4.*",
4850
"symfony/web-profiler-bundle": "5.4.*",
49-
"vimeo/psalm": "^4.13"
51+
"vlucas/phpdotenv": "^5.3"
5052
},
5153
"config": {
5254
"optimize-autoloader": true,
@@ -56,6 +58,10 @@
5658
"sort-packages": true,
5759
"platform": {
5860
"php": "7.4.0"
61+
},
62+
"allow-plugins": {
63+
"symfony/flex": true,
64+
"symfony/runtime": true
5965
}
6066
},
6167
"autoload": {

0 commit comments

Comments
 (0)