|
1 | 1 | { |
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 | + } |
43 | 43 | } |
0 commit comments