|
1 | 1 | {
|
2 |
| - "name": "codeception/lib-innerbrowser", |
3 |
| - "description": "Parent library for all Codeception framework modules and PhpBrowser", |
4 |
| - "keywords": [ "codeception" ], |
5 |
| - "homepage": "https://codeception.com/", |
6 |
| - "type": "library", |
7 |
| - "license": "MIT", |
8 |
| - "authors": [ |
9 |
| - { |
10 |
| - "name": "Michael Bodnarchuk", |
11 |
| - "email": "davert@mail.ua", |
12 |
| - "homepage": "https://codegyre.com" |
13 |
| - }, |
14 |
| - { |
15 |
| - "name": "Gintautas Miselis" |
16 |
| - } |
17 |
| - ], |
18 |
| - "minimum-stability": "RC", |
19 |
| - "require": { |
20 |
| - "php": "^7.4 || ^8.0", |
21 |
| - "ext-dom": "*", |
22 |
| - "ext-json": "*", |
23 |
| - "ext-mbstring": "*", |
24 |
| - "codeception/codeception": "^5.0 || *@dev", |
25 |
| - "symfony/browser-kit": ">=4.4 <6.0", |
26 |
| - "symfony/dom-crawler": ">=4.4 <6.0" |
27 |
| - }, |
28 |
| - "require-dev": { |
29 |
| - "codeception/util-universalframework": "dev-master" |
30 |
| - }, |
31 |
| - "conflict": { |
32 |
| - "codeception/codeception": "<5.0" |
33 |
| - }, |
34 |
| - "autoload": { |
35 |
| - "classmap": [ |
36 |
| - "src/" |
37 |
| - ] |
38 |
| - }, |
39 |
| - "config": { |
40 |
| - "classmap-authoritative": true |
41 |
| - }, |
42 |
| - "scripts": { |
43 |
| - "test": "codecept run --coverage-xml" |
44 |
| - } |
| 2 | + "name": "codeception/lib-innerbrowser", |
| 3 | + "description": "Parent library for all Codeception framework modules and PhpBrowser", |
| 4 | + "keywords": [ "codeception" ], |
| 5 | + "homepage": "https://codeception.com/", |
| 6 | + "type": "library", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Michael Bodnarchuk", |
| 11 | + "email": "davert@mail.ua", |
| 12 | + "homepage": "https://codegyre.com" |
| 13 | + }, |
| 14 | + { |
| 15 | + "name": "Gintautas Miselis" |
| 16 | + } |
| 17 | + ], |
| 18 | + "minimum-stability": "RC", |
| 19 | + "require": { |
| 20 | + "php": "^7.4 | ^8.0", |
| 21 | + "ext-dom": "*", |
| 22 | + "ext-json": "*", |
| 23 | + "ext-mbstring": "*", |
| 24 | + "codeception/codeception": "^4.0 | 4.*@dev", |
| 25 | + "symfony/browser-kit": ">=4.4 <6.0", |
| 26 | + "symfony/dom-crawler": ">=4.4 <6.0" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + "codeception/util-universalframework": "dev-master" |
| 30 | + }, |
| 31 | + "conflict": { |
| 32 | + "codeception/codeception": "<4.0" |
| 33 | + }, |
| 34 | + "autoload": { |
| 35 | + "classmap": [ |
| 36 | + "src/" |
| 37 | + ] |
| 38 | + }, |
| 39 | + "config": { |
| 40 | + "classmap-authoritative": true |
| 41 | + }, |
| 42 | + "scripts": { |
| 43 | + "test": "codecept run --coverage-xml" |
| 44 | + } |
45 | 45 | }
|
0 commit comments