Skip to content

Commit f6fdca3

Browse files
committed
Normalise and cleanup of composer.json
1 parent 17f39b3 commit f6fdca3

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

composer.json

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "codeception/module-phpbrowser",
33
"description": "Codeception module for testing web application over HTTP",
4-
"keywords": [ "codeception", "http", "functional-testing" ],
5-
"homepage": "https://codeception.com/",
6-
"type": "library",
74
"license": "MIT",
5+
"type": "library",
6+
"keywords": [
7+
"codeception",
8+
"http",
9+
"functional-testing"
10+
],
811
"authors": [
912
{
1013
"name": "Michael Bodnarchuk"
@@ -13,31 +16,33 @@
1316
"name": "Gintautas Miselis"
1417
}
1518
],
16-
"minimum-stability": "dev",
19+
"homepage": "https://codeception.com/",
1720
"require": {
1821
"php": "^8.0",
1922
"ext-json": "*",
20-
"guzzlehttp/guzzle": "^7.4",
21-
"codeception/lib-innerbrowser": "^2.0 | *@dev",
22-
"codeception/codeception": "^5.0.0-alpha1"
23+
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
24+
"codeception/lib-innerbrowser": "^2.0 || *@dev",
25+
"guzzlehttp/guzzle": "^7.4"
2326
},
2427
"require-dev": {
2528
"ext-curl": "*",
2629
"aws/aws-sdk-php": "^3.199",
27-
"codeception/module-rest": "^2.0 | *@dev"
30+
"codeception/module-rest": "^2.0 || *@dev"
2831
},
2932
"conflict": {
3033
"codeception/codeception": "<5.0"
3134
},
3235
"suggest": {
3336
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
3437
},
38+
"minimum-stability": "dev",
3539
"autoload": {
3640
"classmap": [
3741
"src/"
3842
]
3943
},
4044
"config": {
41-
"classmap-authoritative": true
45+
"classmap-authoritative": true,
46+
"sort-packages": true
4247
}
4348
}

0 commit comments

Comments
 (0)