|
|
|
@ -9,24 +9,25 @@ |
|
|
|
|
"packages-dev": [ |
|
|
|
|
{ |
|
|
|
|
"name": "behat/behat", |
|
|
|
|
"version": "v3.19.0", |
|
|
|
|
"version": "v3.20.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/Behat/Behat.git", |
|
|
|
|
"reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee" |
|
|
|
|
"reference": "edb265a32329d514e3a5ec44924646e0e02d95ee" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/6cf82375a88145e33e10a34b211a3f914cbd02ee", |
|
|
|
|
"reference": "6cf82375a88145e33e10a34b211a3f914cbd02ee", |
|
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/edb265a32329d514e3a5ec44924646e0e02d95ee", |
|
|
|
|
"reference": "edb265a32329d514e3a5ec44924646e0e02d95ee", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"behat/gherkin": "^4.10.0", |
|
|
|
|
"behat/gherkin": "^4.12.0", |
|
|
|
|
"behat/transliterator": "^1.5", |
|
|
|
|
"composer-runtime-api": "^2.2", |
|
|
|
|
"composer/xdebug-handler": "^3.0", |
|
|
|
|
"ext-mbstring": "*", |
|
|
|
|
"nikic/php-parser": "^5.0", |
|
|
|
|
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.* ", |
|
|
|
|
"psr/container": "^1.0 || ^2.0", |
|
|
|
|
"symfony/config": "^5.4 || ^6.4 || ^7.0", |
|
|
|
@ -95,30 +96,36 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/Behat/Behat/issues", |
|
|
|
|
"source": "https://github.com/Behat/Behat/tree/v3.19.0" |
|
|
|
|
"source": "https://github.com/Behat/Behat/tree/v3.20.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2025-02-13T09:07:11+00:00" |
|
|
|
|
"time": "2025-04-02T14:51:45+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "behat/gherkin", |
|
|
|
|
"version": "v4.11.0", |
|
|
|
|
"version": "v4.12.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/Behat/Gherkin.git", |
|
|
|
|
"reference": "32821a17b12620951e755b5d49328a6421a5b5b5" |
|
|
|
|
"reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/32821a17b12620951e755b5d49328a6421a5b5b5", |
|
|
|
|
"reference": "32821a17b12620951e755b5d49328a6421a5b5b5", |
|
|
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/cc3a7e224b36373be382b53ef02ede0f1807bb58", |
|
|
|
|
"reference": "cc3a7e224b36373be382b53ef02ede0f1807bb58", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"composer-runtime-api": "^2.2", |
|
|
|
|
"php": "8.1.* || 8.2.* || 8.3.* || 8.4.*" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"cucumber/cucumber": "dev-gherkin-24.1.0", |
|
|
|
|
"phpunit/phpunit": "^9.6", |
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.65", |
|
|
|
|
"phpstan/extension-installer": "^1", |
|
|
|
|
"phpstan/phpstan": "^2", |
|
|
|
|
"phpstan/phpstan-phpunit": "^2", |
|
|
|
|
"phpunit/phpunit": "^10.5", |
|
|
|
|
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0", |
|
|
|
|
"symfony/yaml": "^5.4 || ^6.4 || ^7.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
@ -143,11 +150,11 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "Konstantin Kudryashov", |
|
|
|
|
"email": "ever.zet@gmail.com", |
|
|
|
|
"homepage": "http://everzet.com" |
|
|
|
|
"homepage": "https://everzet.com" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Gherkin DSL parser for PHP", |
|
|
|
|
"homepage": "http://behat.org/", |
|
|
|
|
"homepage": "https://behat.org/", |
|
|
|
|
"keywords": [ |
|
|
|
|
"BDD", |
|
|
|
|
"Behat", |
|
|
|
@ -158,9 +165,9 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/Behat/Gherkin/issues", |
|
|
|
|
"source": "https://github.com/Behat/Gherkin/tree/v4.11.0" |
|
|
|
|
"source": "https://github.com/Behat/Gherkin/tree/v4.12.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-12-06T10:07:25+00:00" |
|
|
|
|
"time": "2025-02-26T14:28:23+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "behat/transliterator", |
|
|
|
@ -857,16 +864,16 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nikic/php-parser", |
|
|
|
|
"version": "v5.3.1", |
|
|
|
|
"version": "v5.4.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git", |
|
|
|
|
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" |
|
|
|
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", |
|
|
|
|
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", |
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", |
|
|
|
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -909,9 +916,9 @@ |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues", |
|
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" |
|
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" |
|
|
|
|
}, |
|
|
|
|
"time": "2024-10-08T18:51:32+00:00" |
|
|
|
|
"time": "2024-12-30T11:07:19+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "phar-io/manifest", |
|
|
|
@ -3295,16 +3302,16 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/console", |
|
|
|
|
"version": "v6.4.17", |
|
|
|
|
"version": "v6.4.20", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/console.git", |
|
|
|
|
"reference": "799445db3f15768ecc382ac5699e6da0520a0a04" |
|
|
|
|
"reference": "2e4af9c952617cc3f9559ff706aee420a8464c36" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04", |
|
|
|
|
"reference": "799445db3f15768ecc382ac5699e6da0520a0a04", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/2e4af9c952617cc3f9559ff706aee420a8464c36", |
|
|
|
|
"reference": "2e4af9c952617cc3f9559ff706aee420a8464c36", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -3369,7 +3376,7 @@ |
|
|
|
|
"terminal" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/console/tree/v6.4.17" |
|
|
|
|
"source": "https://github.com/symfony/console/tree/v6.4.20" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -3385,20 +3392,20 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-12-07T12:07:30+00:00" |
|
|
|
|
"time": "2025-03-03T17:16:38+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/dependency-injection", |
|
|
|
|
"version": "v6.4.16", |
|
|
|
|
"version": "v6.4.20", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/dependency-injection.git", |
|
|
|
|
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" |
|
|
|
|
"reference": "c49796a9184a532843e78e50df9e55708b92543a" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", |
|
|
|
|
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c49796a9184a532843e78e50df9e55708b92543a", |
|
|
|
|
"reference": "c49796a9184a532843e78e50df9e55708b92543a", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -3406,7 +3413,7 @@ |
|
|
|
|
"psr/container": "^1.1|^2.0", |
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3", |
|
|
|
|
"symfony/service-contracts": "^2.5|^3.0", |
|
|
|
|
"symfony/var-exporter": "^6.2.10|^7.0" |
|
|
|
|
"symfony/var-exporter": "^6.4.20|^7.2.5" |
|
|
|
|
}, |
|
|
|
|
"conflict": { |
|
|
|
|
"ext-psr": "<1.1|>=2", |
|
|
|
@ -3450,7 +3457,7 @@ |
|
|
|
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" |
|
|
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.20" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -3466,7 +3473,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-11-25T14:52:46+00:00" |
|
|
|
|
"time": "2025-03-13T09:55:08+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/deprecation-contracts", |
|
|
|
@ -4246,16 +4253,16 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/translation", |
|
|
|
|
"version": "v6.4.13", |
|
|
|
|
"version": "v6.4.19", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/translation.git", |
|
|
|
|
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66" |
|
|
|
|
"reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66", |
|
|
|
|
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/3b9bf9f33997c064885a7bfc126c14b9daa0e00e", |
|
|
|
|
"reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -4321,7 +4328,7 @@ |
|
|
|
|
"description": "Provides tools to internationalize your application", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/translation/tree/v6.4.13" |
|
|
|
|
"source": "https://github.com/symfony/translation/tree/v6.4.19" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -4337,7 +4344,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-09-27T18:14:25+00:00" |
|
|
|
|
"time": "2025-02-13T10:18:43+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/translation-contracts", |
|
|
|
@ -4419,16 +4426,16 @@ |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/var-exporter", |
|
|
|
|
"version": "v6.4.13", |
|
|
|
|
"version": "v6.4.20", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/var-exporter.git", |
|
|
|
|
"reference": "0f605f72a363f8743001038a176eeb2a11223b51" |
|
|
|
|
"reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51", |
|
|
|
|
"reference": "0f605f72a363f8743001038a176eeb2a11223b51", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/998df255e9e6a15a36ae35e9c6cd818c17cf92a2", |
|
|
|
|
"reference": "998df255e9e6a15a36ae35e9c6cd818c17cf92a2", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -4476,7 +4483,7 @@ |
|
|
|
|
"serialize" |
|
|
|
|
], |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/var-exporter/tree/v6.4.13" |
|
|
|
|
"source": "https://github.com/symfony/var-exporter/tree/v6.4.20" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -4492,20 +4499,20 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2024-09-25T14:18:03+00:00" |
|
|
|
|
"time": "2025-03-13T09:55:08+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/yaml", |
|
|
|
|
"version": "v6.4.18", |
|
|
|
|
"version": "v6.4.20", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/yaml.git", |
|
|
|
|
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" |
|
|
|
|
"reference": "28ee818fce4a73ac1474346b94e4b966f665c53f" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", |
|
|
|
|
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/28ee818fce4a73ac1474346b94e4b966f665c53f", |
|
|
|
|
"reference": "28ee818fce4a73ac1474346b94e4b966f665c53f", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -4548,7 +4555,7 @@ |
|
|
|
|
"description": "Loads and dumps YAML files", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"support": { |
|
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.4.18" |
|
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.4.20" |
|
|
|
|
}, |
|
|
|
|
"funding": [ |
|
|
|
|
{ |
|
|
|
@ -4564,7 +4571,7 @@ |
|
|
|
|
"type": "tidelift" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2025-01-07T09:44:41+00:00" |
|
|
|
|
"time": "2025-02-27T20:15:30+00:00" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "theseer/tokenizer", |
|
|
|
|