Skip to content

Commit bbaccfb

Browse files
committed
Require Codeception 4 again
1 parent a201bec commit bbaccfb

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

composer.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "codeception/module-phpbrowser",
3-
"description": "Codeception module for testing web application over HTTP",
4-
"keywords": [ "codeception", "http", "functional-testing" ],
5-
"homepage": "https://codeception.com/",
6-
"type": "library",
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Michael Bodnarchuk"
11-
},
12-
{
13-
"name": "Gintautas Miselis"
14-
}
15-
],
16-
"minimum-stability": "RC",
17-
"require": {
18-
"php": "^7.4 || ^8.0",
19-
"ext-json": "*",
20-
"guzzlehttp/guzzle": "^7.3",
21-
"codeception/lib-innerbrowser": "^1.5 || *@dev",
22-
"codeception/codeception": "^5.0 || *@dev"
23-
},
24-
"require-dev": {
25-
"ext-curl": "*",
26-
"aws/aws-sdk-php": "^3.199",
27-
"codeception/module-rest": "^1.3 || *@dev"
28-
},
29-
"conflict": {
30-
"codeception/codeception": "<5.0"
31-
},
32-
"suggest": {
33-
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
34-
},
35-
"autoload": {
36-
"classmap": [
37-
"src/"
38-
]
39-
},
40-
"config": {
41-
"classmap-authoritative": true
42-
}
2+
"name": "codeception/module-phpbrowser",
3+
"description": "Codeception module for testing web application over HTTP",
4+
"keywords": [ "codeception", "http", "functional-testing" ],
5+
"homepage": "https://codeception.com/",
6+
"type": "library",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Michael Bodnarchuk"
11+
},
12+
{
13+
"name": "Gintautas Miselis"
14+
}
15+
],
16+
"minimum-stability": "RC",
17+
"require": {
18+
"php": "^7.4 | ^8.0",
19+
"ext-json": "*",
20+
"guzzlehttp/guzzle": "^7.3",
21+
"codeception/lib-innerbrowser": "^1.5 | *@dev",
22+
"codeception/codeception": "^4.0 | *@dev"
23+
},
24+
"require-dev": {
25+
"ext-curl": "*",
26+
"aws/aws-sdk-php": "^3.199",
27+
"codeception/module-rest": "^1.3 | *@dev"
28+
},
29+
"conflict": {
30+
"codeception/codeception": "<4.0"
31+
},
32+
"suggest": {
33+
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
34+
},
35+
"autoload": {
36+
"classmap": [
37+
"src/"
38+
]
39+
},
40+
"config": {
41+
"classmap-authoritative": true
42+
}
4343
}

0 commit comments

Comments
 (0)