Skip to content

Commit adfb4b0

Browse files
committed
Normalise and cleanup of composer.json
1 parent 7dcd370 commit adfb4b0

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

composer.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "codeception/lib-innerbrowser",
33
"description": "Parent library for all Codeception framework modules and PhpBrowser",
4-
"keywords": [ "codeception" ],
5-
"homepage": "https://codeception.com/",
6-
"type": "library",
74
"license": "MIT",
5+
"type": "library",
6+
"keywords": [
7+
"codeception"
8+
],
89
"authors": [
910
{
1011
"name": "Michael Bodnarchuk",
@@ -15,29 +16,31 @@
1516
"name": "Gintautas Miselis"
1617
}
1718
],
18-
"minimum-stability": "dev",
19+
"homepage": "https://codeception.com/",
1920
"require": {
2021
"php": "^8.0",
2122
"ext-dom": "*",
2223
"ext-json": "*",
2324
"ext-mbstring": "*",
24-
"codeception/codeception": "^5.0.0-alpha1",
25-
"symfony/browser-kit": "^4.4 | ^5.4 | ^6.0",
26-
"symfony/dom-crawler": "^4.4 | ^5.4 | ^6.0"
25+
"codeception/codeception": "dev-5.0-interfaces as 5.0.0",
26+
"symfony/browser-kit": "^4.4 || ^5.4 || ^6.0",
27+
"symfony/dom-crawler": "^4.4 || ^5.4 || ^6.0"
2728
},
2829
"require-dev": {
2930
"codeception/util-universalframework": "dev-master"
3031
},
3132
"conflict": {
3233
"codeception/codeception": "<5.0"
3334
},
35+
"minimum-stability": "dev",
3436
"autoload": {
3537
"classmap": [
3638
"src/"
3739
]
3840
},
3941
"config": {
40-
"classmap-authoritative": true
42+
"classmap-authoritative": true,
43+
"sort-packages": true
4144
},
4245
"scripts": {
4346
"test": "codecept run --coverage-xml"

0 commit comments

Comments
 (0)