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

Lines changed: 14 additions & 9 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy