Krzysztof Andrzej Sikorski commited on 2022-04-24 23:02:25
Showing 3 changed files, with 147 additions and 1 deletions.
... | ... |
@@ -33,6 +33,8 @@ |
33 | 33 |
"easycorp/easyadmin-bundle": "^4.0", |
34 | 34 |
"opis/json-schema": "^2.3", |
35 | 35 |
"symfony/console": "^6.0", |
36 |
+ "symfony/css-selector": "6.0.*", |
|
37 |
+ "symfony/dom-crawler": "6.0.*", |
|
36 | 38 |
"symfony/dotenv": "^6.0", |
37 | 39 |
"symfony/flex": "^v1.18", |
38 | 40 |
"symfony/form": "^6.0", |
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 |
"This file is @generated automatically" |
6 | 6 |
], |
7 |
- "content-hash": "09352b6d6c24377cad4e616ccf3e13d3", |
|
7 |
+ "content-hash": "3138d09204f521d0ce896159f62178ce", |
|
8 | 8 |
"packages": [ |
9 | 9 |
{ |
10 | 10 |
"name": "doctrine/annotations", |
... | ... |
@@ -2508,6 +2508,71 @@ |
2508 | 2508 |
], |
2509 | 2509 |
"time": "2022-03-31T17:18:25+00:00" |
2510 | 2510 |
}, |
2511 |
+ { |
|
2512 |
+ "name": "symfony/css-selector", |
|
2513 |
+ "version": "v6.0.3", |
|
2514 |
+ "source": { |
|
2515 |
+ "type": "git", |
|
2516 |
+ "url": "https://github.com/symfony/css-selector.git", |
|
2517 |
+ "reference": "1955d595c12c111629cc814d3f2a2ff13580508a" |
|
2518 |
+ }, |
|
2519 |
+ "dist": { |
|
2520 |
+ "type": "zip", |
|
2521 |
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/1955d595c12c111629cc814d3f2a2ff13580508a", |
|
2522 |
+ "reference": "1955d595c12c111629cc814d3f2a2ff13580508a", |
|
2523 |
+ "shasum": "" |
|
2524 |
+ }, |
|
2525 |
+ "require": { |
|
2526 |
+ "php": ">=8.0.2" |
|
2527 |
+ }, |
|
2528 |
+ "type": "library", |
|
2529 |
+ "autoload": { |
|
2530 |
+ "psr-4": { |
|
2531 |
+ "Symfony\\Component\\CssSelector\\": "" |
|
2532 |
+ }, |
|
2533 |
+ "exclude-from-classmap": [ |
|
2534 |
+ "/Tests/" |
|
2535 |
+ ] |
|
2536 |
+ }, |
|
2537 |
+ "notification-url": "https://packagist.org/downloads/", |
|
2538 |
+ "license": [ |
|
2539 |
+ "MIT" |
|
2540 |
+ ], |
|
2541 |
+ "authors": [ |
|
2542 |
+ { |
|
2543 |
+ "name": "Fabien Potencier", |
|
2544 |
+ "email": "fabien@symfony.com" |
|
2545 |
+ }, |
|
2546 |
+ { |
|
2547 |
+ "name": "Jean-François Simon", |
|
2548 |
+ "email": "jeanfrancois.simon@sensiolabs.com" |
|
2549 |
+ }, |
|
2550 |
+ { |
|
2551 |
+ "name": "Symfony Community", |
|
2552 |
+ "homepage": "https://symfony.com/contributors" |
|
2553 |
+ } |
|
2554 |
+ ], |
|
2555 |
+ "description": "Converts CSS selectors to XPath expressions", |
|
2556 |
+ "homepage": "https://symfony.com", |
|
2557 |
+ "support": { |
|
2558 |
+ "source": "https://github.com/symfony/css-selector/tree/v6.0.3" |
|
2559 |
+ }, |
|
2560 |
+ "funding": [ |
|
2561 |
+ { |
|
2562 |
+ "url": "https://symfony.com/sponsor", |
|
2563 |
+ "type": "custom" |
|
2564 |
+ }, |
|
2565 |
+ { |
|
2566 |
+ "url": "https://github.com/fabpot", |
|
2567 |
+ "type": "github" |
|
2568 |
+ }, |
|
2569 |
+ { |
|
2570 |
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2571 |
+ "type": "tidelift" |
|
2572 |
+ } |
|
2573 |
+ ], |
|
2574 |
+ "time": "2022-01-02T09:55:41+00:00" |
|
2575 |
+ }, |
|
2511 | 2576 |
{ |
2512 | 2577 |
"name": "symfony/dependency-injection", |
2513 | 2578 |
"version": "v6.0.7", |
... | ... |
@@ -2778,6 +2843,79 @@ |
2778 | 2843 |
], |
2779 | 2844 |
"time": "2022-04-01T08:40:30+00:00" |
2780 | 2845 |
}, |
2846 |
+ { |
|
2847 |
+ "name": "symfony/dom-crawler", |
|
2848 |
+ "version": "v6.0.6", |
|
2849 |
+ "source": { |
|
2850 |
+ "type": "git", |
|
2851 |
+ "url": "https://github.com/symfony/dom-crawler.git", |
|
2852 |
+ "reference": "9b4126901a6146c151d95af3868b1e0e30519ea6" |
|
2853 |
+ }, |
|
2854 |
+ "dist": { |
|
2855 |
+ "type": "zip", |
|
2856 |
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/9b4126901a6146c151d95af3868b1e0e30519ea6", |
|
2857 |
+ "reference": "9b4126901a6146c151d95af3868b1e0e30519ea6", |
|
2858 |
+ "shasum": "" |
|
2859 |
+ }, |
|
2860 |
+ "require": { |
|
2861 |
+ "php": ">=8.0.2", |
|
2862 |
+ "symfony/polyfill-ctype": "~1.8", |
|
2863 |
+ "symfony/polyfill-mbstring": "~1.0" |
|
2864 |
+ }, |
|
2865 |
+ "conflict": { |
|
2866 |
+ "masterminds/html5": "<2.6" |
|
2867 |
+ }, |
|
2868 |
+ "require-dev": { |
|
2869 |
+ "masterminds/html5": "^2.6", |
|
2870 |
+ "symfony/css-selector": "^5.4|^6.0" |
|
2871 |
+ }, |
|
2872 |
+ "suggest": { |
|
2873 |
+ "symfony/css-selector": "" |
|
2874 |
+ }, |
|
2875 |
+ "type": "library", |
|
2876 |
+ "autoload": { |
|
2877 |
+ "psr-4": { |
|
2878 |
+ "Symfony\\Component\\DomCrawler\\": "" |
|
2879 |
+ }, |
|
2880 |
+ "exclude-from-classmap": [ |
|
2881 |
+ "/Tests/" |
|
2882 |
+ ] |
|
2883 |
+ }, |
|
2884 |
+ "notification-url": "https://packagist.org/downloads/", |
|
2885 |
+ "license": [ |
|
2886 |
+ "MIT" |
|
2887 |
+ ], |
|
2888 |
+ "authors": [ |
|
2889 |
+ { |
|
2890 |
+ "name": "Fabien Potencier", |
|
2891 |
+ "email": "fabien@symfony.com" |
|
2892 |
+ }, |
|
2893 |
+ { |
|
2894 |
+ "name": "Symfony Community", |
|
2895 |
+ "homepage": "https://symfony.com/contributors" |
|
2896 |
+ } |
|
2897 |
+ ], |
|
2898 |
+ "description": "Eases DOM navigation for HTML and XML documents", |
|
2899 |
+ "homepage": "https://symfony.com", |
|
2900 |
+ "support": { |
|
2901 |
+ "source": "https://github.com/symfony/dom-crawler/tree/v6.0.6" |
|
2902 |
+ }, |
|
2903 |
+ "funding": [ |
|
2904 |
+ { |
|
2905 |
+ "url": "https://symfony.com/sponsor", |
|
2906 |
+ "type": "custom" |
|
2907 |
+ }, |
|
2908 |
+ { |
|
2909 |
+ "url": "https://github.com/fabpot", |
|
2910 |
+ "type": "github" |
|
2911 |
+ }, |
|
2912 |
+ { |
|
2913 |
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
2914 |
+ "type": "tidelift" |
|
2915 |
+ } |
|
2916 |
+ ], |
|
2917 |
+ "time": "2022-03-02T12:58:14+00:00" |
|
2918 |
+ }, |
|
2781 | 2919 |
{ |
2782 | 2920 |
"name": "symfony/dotenv", |
2783 | 2921 |
"version": "v6.0.5", |
... | ... |
@@ -141,6 +141,9 @@ |
141 | 141 |
"bin/console" |
142 | 142 |
] |
143 | 143 |
}, |
144 |
+ "symfony/css-selector": { |
|
145 |
+ "version": "v6.0.3" |
|
146 |
+ }, |
|
144 | 147 |
"symfony/debug-bundle": { |
145 | 148 |
"version": "6.0", |
146 | 149 |
"recipe": { |
... | ... |
@@ -162,6 +165,9 @@ |
162 | 165 |
"symfony/doctrine-bridge": { |
163 | 166 |
"version": "v5.3.8" |
164 | 167 |
}, |
168 |
+ "symfony/dom-crawler": { |
|
169 |
+ "version": "v6.0.6" |
|
170 |
+ }, |
|
165 | 171 |
"symfony/dotenv": { |
166 | 172 |
"version": "v5.3.8" |
167 | 173 |
}, |
168 | 174 |