|
1 | 1 | { |
2 | | - "name": "symfony/panther", |
3 | | - "type": "library", |
4 | | - "description": "A browser testing and web scraping library for PHP and Symfony.", |
5 | | - "keywords": ["scraping", "E2E", "testing", "webdriver", "selenium", "symfony"], |
6 | | - "homepage": "https://dunglas.fr", |
7 | | - "license": "MIT", |
8 | | - "authors": [ |
9 | | - { |
10 | | - "name": "Kévin Dunglas", |
11 | | - |
12 | | - "homepage": "https://dunglas.fr" |
| 2 | + "name": "symfony/panther", |
| 3 | + "description": "A browser testing and web scraping library for PHP and Symfony.", |
| 4 | + "license": "MIT", |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "scraping", |
| 8 | + "E2E", |
| 9 | + "testing", |
| 10 | + "webdriver", |
| 11 | + "selenium", |
| 12 | + "symfony" |
| 13 | + ], |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Kévin Dunglas", |
| 17 | + |
| 18 | + "homepage": "https://dunglas.fr" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "Symfony Community", |
| 22 | + "homepage": "https://symfony.com/contributors" |
| 23 | + } |
| 24 | + ], |
| 25 | + "homepage": "https://dunglas.fr", |
| 26 | + "require": { |
| 27 | + "php": ">=8.0", |
| 28 | + "ext-dom": "*", |
| 29 | + "ext-libxml": "*", |
| 30 | + "php-webdriver/webdriver": "^1.8.2", |
| 31 | + "symfony/browser-kit": "^5.3 || ^6.0 || ^7.0", |
| 32 | + "symfony/dependency-injection": "^5.3 || ^6.0 || ^7.0", |
| 33 | + "symfony/deprecation-contracts": "^2.4 || ^3", |
| 34 | + "symfony/dom-crawler": "^5.3 || ^6.0 || ^7.0", |
| 35 | + "symfony/http-client": "^5.3 || ^6.0 || ^7.0", |
| 36 | + "symfony/http-kernel": "^5.3 || ^6.0 || ^7.0", |
| 37 | + "symfony/process": "^5.3 || ^6.0 || ^7.0" |
13 | 38 | }, |
14 | | - { |
15 | | - "name": "Symfony Community", |
16 | | - "homepage": "https://symfony.com/contributors" |
17 | | - } |
18 | | - ], |
19 | | - "require": { |
20 | | - "php": ">=8.0", |
21 | | - "ext-dom": "*", |
22 | | - "ext-libxml": "*", |
23 | | - "php-webdriver/webdriver": "^1.8.2", |
24 | | - "symfony/browser-kit": "^5.3 || ^6.0 || ^7.0", |
25 | | - "symfony/dependency-injection": "^5.3 || ^6.0 || ^7.0", |
26 | | - "symfony/deprecation-contracts": "^2.4 || ^3", |
27 | | - "symfony/dom-crawler": "^5.3 || ^6.0 || ^7.0", |
28 | | - "symfony/http-client": "^5.3 || ^6.0 || ^7.0", |
29 | | - "symfony/http-kernel": "^5.3 || ^6.0 || ^7.0", |
30 | | - "symfony/process": "^5.3 || ^6.0 || ^7.0" |
31 | | - }, |
32 | | - "autoload": { |
33 | | - "psr-4": { "Symfony\\Component\\Panther\\": "src/" } |
34 | | - }, |
35 | | - "autoload-dev": { |
36 | | - "psr-4": { "Symfony\\Component\\Panther\\Tests\\": "tests/" } |
37 | | - }, |
38 | | - "extra": { |
39 | | - "branch-alias": { |
40 | | - "dev-main": "2.0.x-dev" |
| 39 | + "require-dev": { |
| 40 | + "symfony/css-selector": "^5.3 || ^6.0 || ^7.0", |
| 41 | + "symfony/framework-bundle": "^5.3 || ^6.0 || ^7.0", |
| 42 | + "symfony/mime": "^5.3 || ^6.0 || ^7.0", |
| 43 | + "symfony/phpunit-bridge": "^5.3 || ^6.0 || ^7.0" |
| 44 | + }, |
| 45 | + "minimum-stability": "dev", |
| 46 | + "prefer-stable": true, |
| 47 | + "autoload": { |
| 48 | + "psr-4": { |
| 49 | + "Symfony\\Component\\Panther\\": "src/" |
| 50 | + } |
| 51 | + }, |
| 52 | + "autoload-dev": { |
| 53 | + "psr-4": { |
| 54 | + "Symfony\\Component\\Panther\\Tests\\": "tests/" |
| 55 | + } |
| 56 | + }, |
| 57 | + "config": { |
| 58 | + "sort-packages": true |
| 59 | + }, |
| 60 | + "extra": { |
| 61 | + "branch-alias": { |
| 62 | + "dev-main": "2.0.x-dev" |
| 63 | + } |
41 | 64 | } |
42 | | - }, |
43 | | - "config": { |
44 | | - "sort-packages": true |
45 | | - }, |
46 | | - "require-dev": { |
47 | | - "symfony/css-selector": "^5.3 || ^6.0 || ^7.0", |
48 | | - "symfony/framework-bundle": "^5.3 || ^6.0 || ^7.0", |
49 | | - "symfony/mime": "^5.3 || ^6.0 || ^7.0", |
50 | | - "symfony/phpunit-bridge": "^5.3 || ^6.0 || ^7.0" |
51 | | - }, |
52 | | - "minimum-stability": "dev", |
53 | | - "prefer-stable": true |
54 | 65 | } |
0 commit comments