Skip to content

Commit 2e3c7cc

Browse files
committed
Update Codeception interfaces
1 parent cb10c02 commit 2e3c7cc

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.4 | ^8.0",
2020
"ext-json": "*",
2121
"codeception/lib-innerbrowser": "^2.0 | *@dev",
22-
"codeception/codeception": "^5.0.0-alpha1"
22+
"codeception/codeception": "dev-5.0-interfaces as 5.0.x-dev"
2323
},
2424
"require-dev": {
2525
"codeception/module-asserts": "^2.0 | *@dev",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A Codeception module for Symfony framework.
1010
## Requirements
1111

1212
* `Symfony 4.4` or higher.
13-
* `PHP 7.4` or higher.
13+
* `PHP 8.0` or higher.
1414

1515
## Installation
1616

src/Codeception/Module/Symfony.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ class Symfony extends Framework implements DoctrineProvider, PartedModule
152152
*/
153153
public ?AbstractBrowser $client = null;
154154

155-
/**
156-
* @var array
157-
*/
158-
public $config = [
155+
public array $config = [
159156
'app_path' => 'app',
160157
'kernel_class' => 'App\Kernel',
161158
'environment' => 'test',

0 commit comments

Comments
 (0)