Skip to content

Commit

Permalink
upgraded codeception version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Yatsenko committed Oct 14, 2022
1 parent 10d9401 commit 7200664
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"license": "MIT",
"require": {
"php": "^8.0",
"codeception/codeception": "^4.0",
"codeception/lib-innerbrowser": "^2.0",
"codeception/codeception": "^5.0",
"codeception/lib-innerbrowser": "^3.0",
"slim/psr7": "^1.3",
"slim/slim": "^4.7"
},
"require-dev": {
"ext-json": "*",
"codeception/module-asserts": "^2.0",
"codeception/module-rest": "^2.0"
"codeception/module-asserts": "^3.0",
"codeception/module-rest": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Module/Slim.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Slim extends Framework
public $app;

/** @var array */
protected $requiredFields = ['application'];
protected array $requiredFields = ['application'];

/** @var string */
private $applicationPath;
Expand Down

0 comments on commit 7200664

Please sign in to comment.