|
1 | 1 | {
|
2 | 2 | "name": "codeception/module-phpbrowser",
|
3 | 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 | 4 | "license": "MIT",
|
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "codeception", |
| 8 | + "http", |
| 9 | + "functional-testing" |
| 10 | + ], |
8 | 11 | "authors": [
|
9 | 12 | {
|
10 | 13 | "name": "Michael Bodnarchuk"
|
|
13 | 16 | "name": "Gintautas Miselis"
|
14 | 17 | }
|
15 | 18 | ],
|
16 |
| - "minimum-stability": "dev", |
| 19 | + "homepage": "https://codeception.com/", |
17 | 20 | "require": {
|
18 | 21 | "php": "^8.0",
|
19 | 22 | "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" |
23 | 26 | },
|
24 | 27 | "require-dev": {
|
25 | 28 | "ext-curl": "*",
|
26 | 29 | "aws/aws-sdk-php": "^3.199",
|
27 |
| - "codeception/module-rest": "^2.0 | *@dev" |
| 30 | + "codeception/module-rest": "^2.0 || *@dev" |
28 | 31 | },
|
29 | 32 | "conflict": {
|
30 | 33 | "codeception/codeception": "<5.0"
|
31 | 34 | },
|
32 | 35 | "suggest": {
|
33 | 36 | "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
|
34 | 37 | },
|
| 38 | + "minimum-stability": "dev", |
35 | 39 | "autoload": {
|
36 | 40 | "classmap": [
|
37 | 41 | "src/"
|
38 | 42 | ]
|
39 | 43 | },
|
40 | 44 | "config": {
|
41 |
| - "classmap-authoritative": true |
| 45 | + "classmap-authoritative": true, |
| 46 | + "sort-packages": true |
42 | 47 | }
|
43 | 48 | }
|
0 commit comments