2015-04-14 11:25:42 +08:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2019-03-24 23:11:35 +01:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2015-04-14 11:25:42 +08:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2023-11-02 16:52:49 +08:00
|
|
|
"content-hash": "f298c4dad62459604043ad01fb821207",
|
2015-04-14 11:25:42 +08:00
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "behat/behat",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v3.13.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Behat.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "9dd7cdb309e464ddeab095cd1a5151c2dccba4ab"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/Behat/Behat/zipball/9dd7cdb309e464ddeab095cd1a5151c2dccba4ab",
|
|
|
|
"reference": "9dd7cdb309e464ddeab095cd1a5151c2dccba4ab",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-01-29 16:04:11 +01:00
|
|
|
"behat/gherkin": "^4.9.0",
|
2017-05-29 03:27:24 +02:00
|
|
|
"behat/transliterator": "^1.2",
|
2016-03-04 15:12:58 +08:00
|
|
|
"ext-mbstring": "*",
|
2021-02-14 16:58:09 +01:00
|
|
|
"php": "^7.2 || ^8.0",
|
2022-09-16 20:05:33 +02:00
|
|
|
"psr/container": "^1.0 || ^2.0",
|
2022-01-29 16:04:11 +01:00
|
|
|
"symfony/config": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/console": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/translation": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-10-03 11:50:51 +08:00
|
|
|
"herrera-io/box": "~1.6.1",
|
2023-01-02 15:27:50 +01:00
|
|
|
"phpspec/prophecy": "^1.15",
|
2021-02-14 16:58:09 +01:00
|
|
|
"phpunit/phpunit": "^8.5 || ^9.0",
|
2022-01-29 16:04:11 +01:00
|
|
|
"symfony/process": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"vimeo/psalm": "^4.8"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-dom": "Needed to output test results in JUnit format."
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/behat"
|
|
|
|
],
|
|
|
|
"type": "library",
|
2016-03-04 15:12:58 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-01-29 16:04:11 +01:00
|
|
|
"dev-master": "3.x-dev"
|
2016-03-04 15:12:58 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
2020-04-17 00:02:20 +02:00
|
|
|
"psr-4": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"Behat\\Hook\\": "src/Behat/Hook/",
|
2022-01-29 16:04:11 +01:00
|
|
|
"Behat\\Step\\": "src/Behat/Step/",
|
2022-06-03 01:43:36 +02:00
|
|
|
"Behat\\Behat\\": "src/Behat/Behat/",
|
|
|
|
"Behat\\Testwork\\": "src/Behat/Testwork/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
2021-02-14 16:58:09 +01:00
|
|
|
"description": "Scenario-oriented BDD framework for PHP",
|
2015-04-14 11:25:42 +08:00
|
|
|
"homepage": "http://behat.org/",
|
|
|
|
"keywords": [
|
2016-03-04 15:12:58 +08:00
|
|
|
"Agile",
|
2015-04-14 11:25:42 +08:00
|
|
|
"BDD",
|
2016-03-04 15:12:58 +08:00
|
|
|
"ScenarioBDD",
|
|
|
|
"Scrum",
|
|
|
|
"StoryBDD",
|
|
|
|
"User story",
|
|
|
|
"business",
|
|
|
|
"development",
|
|
|
|
"documentation",
|
|
|
|
"examples",
|
|
|
|
"symfony",
|
|
|
|
"testing"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Behat/Behat/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/Behat/Behat/tree/v3.13.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-04-18T15:40:53+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/gherkin",
|
2021-12-07 13:35:09 +13:00
|
|
|
"version": "v4.9.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Gherkin.git",
|
2021-12-07 13:35:09 +13:00
|
|
|
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-12-07 13:35:09 +13:00
|
|
|
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
|
|
|
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-14 16:58:09 +01:00
|
|
|
"php": "~7.2|~8.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-12-07 13:35:09 +13:00
|
|
|
"cucumber/cucumber": "dev-gherkin-22.0.0",
|
2021-02-14 16:58:09 +01:00
|
|
|
"phpunit/phpunit": "~8|~9",
|
|
|
|
"symfony/yaml": "~3|~4|~5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "If you want to parse features, represented in YAML files"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-12-07 13:35:09 +13:00
|
|
|
"dev-master": "4.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\Gherkin": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Gherkin DSL parser for PHP",
|
2015-04-14 11:25:42 +08:00
|
|
|
"homepage": "http://behat.org/",
|
|
|
|
"keywords": [
|
|
|
|
"BDD",
|
|
|
|
"Behat",
|
2016-03-04 15:12:58 +08:00
|
|
|
"Cucumber",
|
2015-04-14 11:25:42 +08:00
|
|
|
"DSL",
|
2016-03-04 15:12:58 +08:00
|
|
|
"gherkin",
|
2015-04-14 11:25:42 +08:00
|
|
|
"parser"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Behat/Gherkin/issues",
|
2021-12-07 13:35:09 +13:00
|
|
|
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2021-12-07 13:35:09 +13:00
|
|
|
"time": "2021-10-12T13:05:09+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink",
|
2022-06-03 01:43:36 +02:00
|
|
|
"version": "v1.10.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/Mink.git",
|
2022-06-03 01:43:36 +02:00
|
|
|
"reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-03 01:43:36 +02:00
|
|
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5",
|
|
|
|
"reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"php": ">=7.2",
|
|
|
|
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
|
|
|
|
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/phpunit-bridge": "^5.4 || ^6.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
|
2015-04-14 11:25:42 +08:00
|
|
|
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
2020-04-09 00:56:42 +02:00
|
|
|
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
|
|
|
|
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-12-07 13:35:09 +13:00
|
|
|
"dev-master": "1.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-03-04 15:12:58 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\": "src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
2016-03-04 15:12:58 +08:00
|
|
|
"description": "Browser controller/emulator abstraction for PHP",
|
2021-12-07 13:35:09 +13:00
|
|
|
"homepage": "https://mink.behat.org/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"testing",
|
|
|
|
"web"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/minkphp/Mink/issues",
|
2022-06-03 01:43:36 +02:00
|
|
|
"source": "https://github.com/minkphp/Mink/tree/v1.10.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-06-03 01:43:36 +02:00
|
|
|
"time": "2022-03-28T14:22:43+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "behat/mink-browserkit-driver",
|
2022-10-17 12:33:16 +02:00
|
|
|
"version": "v2.1.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
|
2022-10-17 12:33:16 +02:00
|
|
|
"reference": "d2768e6c17b293d86d8fcff54cbb9e6ad938fee1"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-10-17 12:33:16 +02:00
|
|
|
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/d2768e6c17b293d86d8fcff54cbb9e6ad938fee1",
|
|
|
|
"reference": "d2768e6c17b293d86d8fcff54cbb9e6ad938fee1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-10-17 12:33:16 +02:00
|
|
|
"behat/mink": "^1.9.0@dev",
|
|
|
|
"php": ">=7.2",
|
|
|
|
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-06-01 12:16:04 +02:00
|
|
|
"mink/driver-testsuite": "dev-master",
|
2022-10-17 12:33:16 +02:00
|
|
|
"phpunit/phpunit": "^8.5 || ^9.5",
|
|
|
|
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/http-client": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
|
|
|
|
"symfony/mime": "^4.4 || ^5.0 || ^6.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"yoast/phpunit-polyfills": "^1.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "mink-driver",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-10-17 12:33:16 +02:00
|
|
|
"dev-master": "2.x-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2016-03-04 15:12:58 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Mink\\Driver\\": "src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com",
|
|
|
|
"homepage": "http://everzet.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony2 BrowserKit driver for Mink framework",
|
2021-12-07 13:35:09 +13:00
|
|
|
"homepage": "https://mink.behat.org/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
|
|
|
"Mink",
|
|
|
|
"Symfony2",
|
|
|
|
"browser",
|
|
|
|
"testing"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
|
2022-10-17 12:33:16 +02:00
|
|
|
"source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.1.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-10-17 12:33:16 +02:00
|
|
|
"time": "2022-03-28T14:33:51+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2016-03-04 15:12:58 +08:00
|
|
|
{
|
|
|
|
"name": "behat/transliterator",
|
2022-06-03 01:43:36 +02:00
|
|
|
"version": "v1.5.0",
|
2016-03-04 15:12:58 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Behat/Transliterator.git",
|
2022-06-03 01:43:36 +02:00
|
|
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-03 01:43:36 +02:00
|
|
|
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
|
|
|
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
|
2016-03-04 15:12:58 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"php": ">=7.2"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
2017-05-29 03:27:24 +02:00
|
|
|
"require-dev": {
|
|
|
|
"chuyskywalker/rolling-curl": "^3.1",
|
2020-04-09 00:56:42 +02:00
|
|
|
"php-yaoi/php-yaoi": "^1.0",
|
2022-06-03 01:43:36 +02:00
|
|
|
"phpunit/phpunit": "^8.5.25 || ^9.5.19"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
2016-03-04 15:12:58 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"dev-master": "1.x-dev"
|
2016-03-04 15:12:58 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2020-04-09 00:56:42 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Behat\\Transliterator\\": "src/Behat/Transliterator"
|
2016-03-04 15:12:58 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Artistic-1.0"
|
|
|
|
],
|
|
|
|
"description": "String transliterator",
|
|
|
|
"keywords": [
|
|
|
|
"i18n",
|
|
|
|
"slug",
|
|
|
|
"transliterator"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Behat/Transliterator/issues",
|
2022-06-03 01:43:36 +02:00
|
|
|
"source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-06-03 01:43:36 +02:00
|
|
|
"time": "2022-03-30T09:27:43+00:00"
|
2017-01-20 11:01:50 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "doctrine/instantiator",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "1.5.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
|
|
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-26 10:23:04 +02:00
|
|
|
"php": "^7.1 || ^8.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"doctrine/coding-standard": "^9 || ^11",
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
2022-06-03 01:43:36 +02:00
|
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
|
|
|
"phpstan/phpstan": "^1.4",
|
|
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
2023-01-02 15:27:50 +01:00
|
|
|
"vimeo/psalm": "^4.30 || ^5.4"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"homepage": "https://ocramius.github.io/"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
2019-03-24 23:11:35 +01:00
|
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/doctrine/instantiator/issues",
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-12-30T00:15:36+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2023-11-02 16:52:49 +08:00
|
|
|
{
|
|
|
|
"name": "filp/whoops",
|
|
|
|
"version": "2.15.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/filp/whoops.git",
|
|
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
|
|
|
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^5.5.9 || ^7.0 || ^8.0",
|
|
|
|
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"mockery/mockery": "^0.9 || ^1.0",
|
|
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
|
|
|
|
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
|
|
|
"whoops/soap": "Formats errors as SOAP responses"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Whoops\\": "src/Whoops/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Filipe Dobreira",
|
|
|
|
"homepage": "https://github.com/filp",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "php error handling for cool kids",
|
|
|
|
"homepage": "https://filp.github.io/whoops/",
|
|
|
|
"keywords": [
|
|
|
|
"error",
|
|
|
|
"exception",
|
|
|
|
"handling",
|
|
|
|
"library",
|
|
|
|
"throwable",
|
|
|
|
"whoops"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/filp/whoops/issues",
|
|
|
|
"source": "https://github.com/filp/whoops/tree/2.15.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/denis-sokolov",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-11-03T12:00:00+00:00"
|
|
|
|
},
|
2021-05-13 23:57:09 +02:00
|
|
|
{
|
|
|
|
"name": "friends-of-behat/mink-extension",
|
2022-10-17 12:33:16 +02:00
|
|
|
"version": "v2.7.2",
|
2021-05-13 23:57:09 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-09-16 20:05:33 +02:00
|
|
|
"url": "https://github.com/FriendsOfBehat/MinkExtension.git",
|
2022-10-17 12:33:16 +02:00
|
|
|
"reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed"
|
2021-05-13 23:57:09 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-10-17 12:33:16 +02:00
|
|
|
"url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed",
|
|
|
|
"reference": "ffc5ee88aa8e5b430f0c417adb3f0c943ffeafed",
|
2021-05-13 23:57:09 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"behat/behat": "^3.0.5",
|
|
|
|
"behat/mink": "^1.5",
|
2022-09-16 20:05:33 +02:00
|
|
|
"php": ">=7.4",
|
|
|
|
"symfony/config": "^4.4 || ^5.0 || ^6.0"
|
2021-05-13 23:57:09 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"behat/mink-extension": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-10-17 12:33:16 +02:00
|
|
|
"behat/mink-goutte-driver": "^1.1 || ^2.0",
|
2022-09-16 20:05:33 +02:00
|
|
|
"phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
|
2021-05-13 23:57:09 +02:00
|
|
|
},
|
|
|
|
"type": "behat-extension",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Behat\\MinkExtension": "src/"
|
|
|
|
}
|
|
|
|
},
|
2022-09-16 20:05:33 +02:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2021-05-13 23:57:09 +02:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Konstantin Kudryashov",
|
|
|
|
"email": "ever.zet@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Christophe Coevoet",
|
|
|
|
"email": "stof@notk.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Mink extension for Behat",
|
|
|
|
"homepage": "http://extensions.behat.org/mink",
|
|
|
|
"keywords": [
|
|
|
|
"browser",
|
|
|
|
"gui",
|
|
|
|
"test",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-10-17 12:33:16 +02:00
|
|
|
"source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-10-17 12:33:16 +02:00
|
|
|
"time": "2022-10-17T07:23:22+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2016-01-05 18:14:16 +08:00
|
|
|
{
|
2019-07-19 10:42:35 +08:00
|
|
|
"name": "mikey179/vfsstream",
|
2022-09-16 20:05:33 +02:00
|
|
|
"version": "v1.6.11",
|
2016-01-05 18:14:16 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-05-06 12:49:41 +02:00
|
|
|
"url": "https://github.com/bovigo/vfsStream.git",
|
2022-09-16 20:05:33 +02:00
|
|
|
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
|
2016-01-05 18:14:16 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-16 20:05:33 +02:00
|
|
|
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
|
|
|
"reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
|
2016-01-05 18:14:16 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-08-14 11:00:58 +08:00
|
|
|
"phpunit/phpunit": "^4.5|^5.0"
|
2016-01-05 18:14:16 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.6.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"org\\bovigo\\vfs\\": "src/main/php"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Frank Kleine",
|
2019-10-21 09:43:20 +08:00
|
|
|
"homepage": "http://frankkleine.de/",
|
|
|
|
"role": "Developer"
|
2016-01-05 18:14:16 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Virtual file system to mock the real file system in unit tests.",
|
|
|
|
"homepage": "http://vfs.bovigo.org/",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/bovigo/vfsStream/issues",
|
|
|
|
"source": "https://github.com/bovigo/vfsStream/tree/master",
|
|
|
|
"wiki": "https://github.com/bovigo/vfsStream/wiki"
|
|
|
|
},
|
2022-09-16 20:05:33 +02:00
|
|
|
"time": "2022-02-23T02:02:42+00:00"
|
2016-01-05 18:14:16 +08:00
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
{
|
|
|
|
"name": "myclabs/deep-copy",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "1.11.1",
|
2016-07-04 14:02:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
2016-07-04 14:02:43 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-26 10:23:04 +02:00
|
|
|
"php": "^7.1 || ^8.0"
|
2018-12-16 13:09:29 +01:00
|
|
|
},
|
2022-06-03 01:43:36 +02:00
|
|
|
"conflict": {
|
|
|
|
"doctrine/collections": "<1.6.8",
|
|
|
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
"require-dev": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"doctrine/collections": "^1.6.8",
|
|
|
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2017-11-02 19:43:29 +01:00
|
|
|
"files": [
|
|
|
|
"src/DeepCopy/deep_copy.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"DeepCopy\\": "src/DeepCopy/"
|
|
|
|
}
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Create deep copies (clones) of your objects",
|
|
|
|
"keywords": [
|
|
|
|
"clone",
|
|
|
|
"copy",
|
|
|
|
"duplicate",
|
|
|
|
"object",
|
|
|
|
"object graph"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-03-08T13:26:56+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
2021-02-18 12:05:29 +01:00
|
|
|
{
|
|
|
|
"name": "nikic/php-parser",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v4.16.0",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "19526a33fb561ef417e822e85f08a00db4059c17"
|
2021-02-18 12:05:29 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
|
|
|
|
"reference": "19526a33fb561ef417e822e85f08a00db4059c17",
|
2021-02-18 12:05:29 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
|
|
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/php-parse"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.9-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpParser\\": "lib/PhpParser"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nikita Popov"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A PHP parser written in PHP",
|
|
|
|
"keywords": [
|
|
|
|
"parser",
|
|
|
|
"php"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
|
2021-02-18 12:05:29 +01:00
|
|
|
},
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-06-25T14:52:30+00:00"
|
2021-02-18 12:05:29 +01:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
{
|
2020-06-16 10:28:02 +08:00
|
|
|
"name": "oleg-andreyev/mink-phpwebdriver",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.2.1",
|
2020-06-26 10:23:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-16 10:28:02 +08:00
|
|
|
"url": "https://github.com/oleg-andreyev/MinkPhpWebDriver.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "e265917faf79b649f4e5d4419325e02c096caec2"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/oleg-andreyev/MinkPhpWebDriver/zipball/e265917faf79b649f4e5d4419325e02c096caec2",
|
|
|
|
"reference": "e265917faf79b649f4e5d4419325e02c096caec2",
|
2020-06-26 10:23:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"behat/mink": "^1.8",
|
|
|
|
"php": ">=7.2",
|
|
|
|
"php-webdriver/webdriver": "^1.8"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"bamarni/composer-bin-plugin": "^1.8",
|
2020-06-16 10:28:02 +08:00
|
|
|
"behat/mink-extension": "^2.3",
|
|
|
|
"ext-json": "*",
|
|
|
|
"mink/driver-testsuite": "dev-integration-branch",
|
|
|
|
"roave/security-advisories": "dev-master",
|
2022-11-22 23:36:20 +01:00
|
|
|
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
2020-06-16 10:28:02 +08:00
|
|
|
"type": "mink-driver",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"OAndreyev\\Mink\\Driver\\": "src/"
|
|
|
|
}
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-06-16 10:28:02 +08:00
|
|
|
"name": "Oleg Andreyev",
|
|
|
|
"email": "oleg@andreyev.lv",
|
|
|
|
"role": "Main Developer"
|
2020-06-26 10:23:04 +02:00
|
|
|
}
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"description": "MinkPhpWebDriver driver for Mink framework",
|
2020-06-26 10:23:04 +02:00
|
|
|
"keywords": [
|
2020-06-16 10:28:02 +08:00
|
|
|
"W3C",
|
|
|
|
"ajax",
|
|
|
|
"browser",
|
|
|
|
"javascript",
|
|
|
|
"jsonwire",
|
|
|
|
"testing",
|
|
|
|
"webdriver"
|
2020-06-26 10:23:04 +02:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/oleg-andreyev/MinkPhpWebDriver/issues",
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/oleg-andreyev/MinkPhpWebDriver/tree/v1.2.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-21T15:35:27+00:00"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phar-io/manifest",
|
2021-08-22 19:38:45 +02:00
|
|
|
"version": "2.0.3",
|
2017-11-02 19:43:29 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phar-io/manifest.git",
|
2021-08-22 19:38:45 +02:00
|
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-08-22 19:38:45 +02:00
|
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
|
|
|
|
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
|
2017-11-02 19:43:29 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-phar": "*",
|
2020-06-16 10:28:02 +08:00
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
"phar-io/version": "^3.0.1",
|
|
|
|
"php": "^7.2 || ^8.0"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"dev-master": "2.0.x-dev"
|
2017-11-02 19:43:29 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Heuer",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpeople.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phar-io/manifest/issues",
|
2021-08-22 19:38:45 +02:00
|
|
|
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2021-08-22 19:38:45 +02:00
|
|
|
"time": "2021-07-20T11:28:43+00:00"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phar-io/version",
|
2022-06-03 01:43:36 +02:00
|
|
|
"version": "3.2.1",
|
2017-11-02 19:43:29 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phar-io/version.git",
|
2022-06-03 01:43:36 +02:00
|
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-06-03 01:43:36 +02:00
|
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
|
|
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
2017-11-02 19:43:29 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": "^7.2 || ^8.0"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Heuer",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpeople.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library for handling version information and constraints",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/phar-io/version/issues",
|
2022-06-03 01:43:36 +02:00
|
|
|
"source": "https://github.com/phar-io/version/tree/3.2.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2022-06-03 01:43:36 +02:00
|
|
|
"time": "2022-02-21T01:04:05+00:00"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-webdriver/webdriver",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "1.14.0",
|
2020-06-16 10:28:02 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "3ea4f924afb43056bf9c630509e657d951608563"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563",
|
|
|
|
"reference": "3ea4f924afb43056bf9c630509e657d951608563",
|
2020-06-16 10:28:02 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-zip": "*",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"php": "^7.3 || ^8.0",
|
2020-06-16 10:28:02 +08:00
|
|
|
"symfony/polyfill-mbstring": "^1.12",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"symfony/process": "^5.0 || ^6.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"facebook/webdriver": "*"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"ergebnis/composer-normalize": "^2.20.0",
|
|
|
|
"ondram/ci-detector": "^4.0",
|
2020-06-16 10:28:02 +08:00
|
|
|
"php-coveralls/php-coveralls": "^2.4",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"php-mock/php-mock-phpunit": "^2.0",
|
2020-06-16 10:28:02 +08:00
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"phpunit/phpunit": "^9.3",
|
2020-06-16 10:28:02 +08:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"symfony/var-dumper": "^5.0 || ^6.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-SimpleXML": "For Firefox profile creation"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/Exception/TimeoutException.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Facebook\\WebDriver\\": "lib/"
|
|
|
|
}
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
|
|
|
|
"homepage": "https://github.com/php-webdriver/php-webdriver",
|
|
|
|
"keywords": [
|
|
|
|
"Chromedriver",
|
|
|
|
"geckodriver",
|
|
|
|
"php",
|
|
|
|
"selenium",
|
|
|
|
"webdriver"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-02-09T12:12:19+00:00"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/php-code-coverage",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "9.2.27",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1",
|
|
|
|
"reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2017-05-29 03:27:24 +02:00
|
|
|
"ext-dom": "*",
|
2021-02-18 12:05:29 +01:00
|
|
|
"ext-libxml": "*",
|
2017-05-29 03:27:24 +02:00
|
|
|
"ext-xmlwriter": "*",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"nikic/php-parser": "^4.15",
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
|
|
|
"phpunit/php-file-iterator": "^3.0.3",
|
|
|
|
"phpunit/php-text-template": "^2.0.2",
|
|
|
|
"sebastian/code-unit-reverse-lookup": "^2.0.2",
|
|
|
|
"sebastian/complexity": "^2.0",
|
|
|
|
"sebastian/environment": "^5.1.2",
|
|
|
|
"sebastian/lines-of-code": "^1.0.3",
|
|
|
|
"sebastian/version": "^3.0.1",
|
|
|
|
"theseer/tokenizer": "^1.2.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"ext-pcov": "PHP extension that provides line coverage",
|
|
|
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "9.2-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"coverage",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-07-26T13:44:30+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/php-file-iterator",
|
2021-12-07 13:35:09 +13:00
|
|
|
"version": "3.0.6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
2021-12-07 13:35:09 +13:00
|
|
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-12-07 13:35:09 +13:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
|
|
|
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2019-03-24 23:11:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "3.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
|
"keywords": [
|
|
|
|
"filesystem",
|
|
|
|
"iterator"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
2021-12-07 13:35:09 +13:00
|
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-12-07 13:35:09 +13:00
|
|
|
"time": "2021-12-02T12:48:52+00:00"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
{
|
2021-02-18 12:05:29 +01:00
|
|
|
"name": "phpunit/php-invoker",
|
|
|
|
"version": "3.1.1",
|
2015-10-05 10:52:12 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
|
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
|
|
|
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
2015-10-05 10:52:12 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-pcntl": "*",
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-pcntl": "*"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2021-02-18 12:05:29 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.1-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"description": "Invoke callables with a timeout",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2021-02-18 12:05:29 +01:00
|
|
|
"process"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2021-02-18 12:05:29 +01:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-09-28T05:58:55+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2021-02-18 12:05:29 +01:00
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
"version": "2.0.4",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
|
|
|
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2016-06-13 07:26:14 +08:00
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2016-06-13 07:26:14 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"type": "library",
|
2017-05-29 03:27:24 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "2.0-dev"
|
2017-05-29 03:27:24 +02:00
|
|
|
}
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"description": "Simple template engine.",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
2015-10-05 10:52:12 +08:00
|
|
|
"keywords": [
|
2021-02-18 12:05:29 +01:00
|
|
|
"template"
|
2015-10-05 10:52:12 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-10-26T05:33:50+00:00"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
{
|
2021-02-18 12:05:29 +01:00
|
|
|
"name": "phpunit/php-timer",
|
|
|
|
"version": "5.0.3",
|
2015-10-05 10:52:12 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
|
|
|
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
2015-10-05 10:52:12 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "5.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
2015-06-30 13:58:53 -07:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
2021-02-18 12:05:29 +01:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"description": "Utility class for timing",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2021-02-18 12:05:29 +01:00
|
|
|
"timer"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-10-26T13:16:10+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "phpunit/phpunit",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "9.5.28",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
|
|
|
|
"reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"doctrine/instantiator": "^1.3.1 || ^2",
|
2015-10-05 10:52:12 +08:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-json": "*",
|
2016-10-04 08:30:05 +08:00
|
|
|
"ext-libxml": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-xml": "*",
|
2020-08-01 18:15:28 +02:00
|
|
|
"ext-xmlwriter": "*",
|
2021-02-18 12:05:29 +01:00
|
|
|
"myclabs/deep-copy": "^1.10.1",
|
2021-08-22 19:38:45 +02:00
|
|
|
"phar-io/manifest": "^2.0.3",
|
2020-06-16 10:28:02 +08:00
|
|
|
"phar-io/version": "^3.0.2",
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
2022-06-03 01:43:36 +02:00
|
|
|
"phpunit/php-code-coverage": "^9.2.13",
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/php-file-iterator": "^3.0.5",
|
|
|
|
"phpunit/php-invoker": "^3.1.1",
|
|
|
|
"phpunit/php-text-template": "^2.0.3",
|
|
|
|
"phpunit/php-timer": "^5.0.2",
|
|
|
|
"sebastian/cli-parser": "^1.0.1",
|
|
|
|
"sebastian/code-unit": "^1.0.6",
|
2022-10-17 12:33:16 +02:00
|
|
|
"sebastian/comparator": "^4.0.8",
|
2021-02-18 12:05:29 +01:00
|
|
|
"sebastian/diff": "^4.0.3",
|
|
|
|
"sebastian/environment": "^5.1.3",
|
2022-10-17 12:33:16 +02:00
|
|
|
"sebastian/exporter": "^4.0.5",
|
2021-02-18 12:05:29 +01:00
|
|
|
"sebastian/global-state": "^5.0.1",
|
|
|
|
"sebastian/object-enumerator": "^4.0.3",
|
|
|
|
"sebastian/resource-operations": "^3.0.3",
|
2022-10-17 12:33:16 +02:00
|
|
|
"sebastian/type": "^3.2",
|
2021-02-18 12:05:29 +01:00
|
|
|
"sebastian/version": "^3.0.2"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"suggest": {
|
2019-03-24 23:11:35 +01:00
|
|
|
"ext-soap": "*",
|
2021-02-18 12:05:29 +01:00
|
|
|
"ext-xdebug": "*"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"bin": [
|
|
|
|
"phpunit"
|
|
|
|
],
|
2015-07-27 00:30:00 +09:30
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "9.5-dev"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"files": [
|
|
|
|
"src/Framework/Assert/Functions.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
2015-10-05 10:52:12 +08:00
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"BSD-3-Clause"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
"keywords": [
|
|
|
|
"phpunit",
|
|
|
|
"testing",
|
|
|
|
"xunit"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-08-01 18:15:28 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
2021-12-07 13:57:01 +13:00
|
|
|
"url": "https://phpunit.de/sponsors.html",
|
2020-08-01 18:15:28 +02:00
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
|
|
"type": "tidelift"
|
2020-08-01 18:15:28 +02:00
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-14T12:32:24+00:00"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "2.0.2",
|
2017-05-29 03:27:24 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
2017-05-29 03:27:24 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"php": ">=7.4.0"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
2023-01-02 15:27:50 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2017-05-29 03:27:24 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-02-18 12:05:29 +01:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2017-05-29 03:27:24 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2021-11-05T16:47:00+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2016-03-04 15:12:58 +08:00
|
|
|
{
|
2020-04-17 00:02:20 +02:00
|
|
|
"name": "psr/event-dispatcher",
|
|
|
|
"version": "1.0.0",
|
2016-03-04 15:12:58 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-04-17 00:02:20 +02:00
|
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-04-17 00:02:20 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
2016-03-04 15:12:58 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-04-17 00:02:20 +02:00
|
|
|
"php": ">=7.2.0"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-07-04 14:02:43 +08:00
|
|
|
"dev-master": "1.0.x-dev"
|
2016-03-04 15:12:58 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-04-17 00:02:20 +02:00
|
|
|
"Psr\\EventDispatcher\\": "src/"
|
2016-07-04 14:02:43 +08:00
|
|
|
}
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-07-04 14:02:43 +08:00
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
2020-04-17 00:02:20 +02:00
|
|
|
"description": "Standard interfaces for event handling.",
|
2016-07-04 14:02:43 +08:00
|
|
|
"keywords": [
|
2020-04-17 00:02:20 +02:00
|
|
|
"events",
|
2016-07-04 14:02:43 +08:00
|
|
|
"psr",
|
2020-04-17 00:02:20 +02:00
|
|
|
"psr-14"
|
2016-07-04 14:02:43 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
|
|
},
|
2020-04-17 00:02:20 +02:00
|
|
|
"time": "2019-01-08T18:20:26+00:00"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
2016-10-04 08:30:05 +08:00
|
|
|
{
|
2022-10-17 12:33:16 +02:00
|
|
|
"name": "psr/log",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "3.0.0",
|
2016-10-04 08:30:05 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-10-17 12:33:16 +02:00
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
2016-10-04 08:30:05 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
2016-10-04 08:30:05 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.0"
|
2016-10-04 08:30:05 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-master": "3.x-dev"
|
2016-10-04 08:30:05 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"Psr\\Log\\": "src"
|
2016-10-04 08:30:05 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2022-10-17 12:33:16 +02:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2016-10-04 08:30:05 +08:00
|
|
|
}
|
|
|
|
],
|
2022-10-17 12:33:16 +02:00
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
2016-10-04 08:30:05 +08:00
|
|
|
"keywords": [
|
2022-10-17 12:33:16 +02:00
|
|
|
"log",
|
2016-10-04 08:30:05 +08:00
|
|
|
"psr",
|
2022-10-17 12:33:16 +02:00
|
|
|
"psr-3"
|
2018-12-16 13:09:29 +01:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2021-07-14T16:46:02+00:00"
|
2016-10-04 08:30:05 +08:00
|
|
|
},
|
2021-02-18 12:05:29 +01:00
|
|
|
{
|
|
|
|
"name": "sebastian/cli-parser",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
|
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
|
|
|
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library for parsing CLI options",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-09-28T06:08:49+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/code-unit",
|
|
|
|
"version": "1.0.8",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
|
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
|
|
|
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collection of value objects that represent the PHP code units",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-10-26T13:08:54+00:00"
|
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
{
|
|
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
2021-02-18 12:05:29 +01:00
|
|
|
"version": "2.0.3",
|
2016-07-04 14:02:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
|
|
|
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
2016-07-04 14:02:43 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "2.0-dev"
|
2016-07-04 14:02:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
2016-03-04 15:12:58 +08:00
|
|
|
}
|
|
|
|
],
|
2016-07-04 14:02:43 +08:00
|
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-09-28T05:30:19+00:00"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/comparator",
|
2022-09-16 20:05:33 +02:00
|
|
|
"version": "4.0.8",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
2022-09-16 20:05:33 +02:00
|
|
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-16 20:05:33 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
|
|
|
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
|
|
|
"sebastian/diff": "^4.0",
|
|
|
|
"sebastian/exporter": "^4.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "4.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2020-06-16 10:28:02 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@2bepublished.at"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
2017-11-08 23:02:24 +01:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"comparator",
|
|
|
|
"compare",
|
|
|
|
"equality"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
2022-09-16 20:05:33 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2022-09-16 20:05:33 +02:00
|
|
|
"time": "2022-09-14T12:41:17+00:00"
|
2021-02-18 12:05:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/complexity",
|
|
|
|
"version": "2.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
|
|
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
|
|
|
|
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"nikic/php-parser": "^4.7",
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library for calculating the complexity of PHP code units",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-10-26T15:52:27+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/diff",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "4.0.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
|
|
|
|
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3",
|
|
|
|
"symfony/process": "^4.2 || ^5"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "4.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kore Nordmann",
|
|
|
|
"email": "mail@kore-nordmann.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Diff implementation",
|
2016-01-05 11:04:37 +08:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2019-03-24 23:11:35 +01:00
|
|
|
"diff",
|
|
|
|
"udiff",
|
|
|
|
"unidiff",
|
|
|
|
"unified diff"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-05-07T05:35:17+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/environment",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "5.1.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
|
|
|
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2019-03-24 23:11:35 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-posix": "*"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "5.1-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"Xdebug",
|
|
|
|
"environment",
|
|
|
|
"hhvm"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-02-03T06:03:51+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/exporter",
|
2022-09-16 20:05:33 +02:00
|
|
|
"version": "4.0.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
2022-09-16 20:05:33 +02:00
|
|
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-09-16 20:05:33 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
|
|
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
|
|
|
"sebastian/recursion-context": "^4.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-06-09 09:48:27 +08:00
|
|
|
"ext-mbstring": "*",
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "4.0-dev"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-06-30 13:58:53 -07:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
2019-08-14 11:00:58 +08:00
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2019-08-14 11:00:58 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@gmail.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
2021-12-07 13:35:09 +13:00
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
2020-06-16 10:28:02 +08:00
|
|
|
"keywords": [
|
|
|
|
"export",
|
|
|
|
"exporter"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
2022-09-16 20:05:33 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2022-09-16 20:05:33 +02:00
|
|
|
"time": "2022-09-14T06:03:37+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/global-state",
|
MDL-78934 behat: Move from mink goutte to browserkit driver
In order to get compatibility with PHP 8.1 there are 2 options:
1) Move to the Goutte 2 mink driver, that uses Goutte 4.
2) Move to the BrowserKit mink driver.
While 1) could sound like the easier alternative, and that is
what we are doing right now, there are a few points to take into consideration.
a) Goutte 4 is a complete wrapper over BrowserKit. 100%. See its
source code: https://github.com/FriendsOfPHP/Goutte/blob/master/Goutte/Client.php
b) The mink extension still doesn't support Goutte 4, but supports
BrowserKit. See https://github.com/FriendsOfBehat/MinkExtension (PR#16)
(we could workaround this by forking the package again)
c) Last, but not least, recently (June 2023) both the MinkGoutteDriver
and Goutte itself have been archived/abandoned:
- https://packagist.org/packages/behat/mink-goutte-driver
- https://packagist.org/packages/fabpot/goutte
So, given the points above, this is an attempt to move away
completely from Goutte and straight use the BrowserKit alternative
that, in practice, is the very same code that we are already using
(you can see that, in the .lock changes there isn't any new thing
being installed, because, as said, we are using it already).
Let's see how complex it is, I imagine it won't be hard. Surely killing
all references everywhere about Goutte will be the most complex task.
2022-10-10 17:39:58 +02:00
|
|
|
"version": "5.0.6",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
MDL-78934 behat: Move from mink goutte to browserkit driver
In order to get compatibility with PHP 8.1 there are 2 options:
1) Move to the Goutte 2 mink driver, that uses Goutte 4.
2) Move to the BrowserKit mink driver.
While 1) could sound like the easier alternative, and that is
what we are doing right now, there are a few points to take into consideration.
a) Goutte 4 is a complete wrapper over BrowserKit. 100%. See its
source code: https://github.com/FriendsOfPHP/Goutte/blob/master/Goutte/Client.php
b) The mink extension still doesn't support Goutte 4, but supports
BrowserKit. See https://github.com/FriendsOfBehat/MinkExtension (PR#16)
(we could workaround this by forking the package again)
c) Last, but not least, recently (June 2023) both the MinkGoutteDriver
and Goutte itself have been archived/abandoned:
- https://packagist.org/packages/behat/mink-goutte-driver
- https://packagist.org/packages/fabpot/goutte
So, given the points above, this is an attempt to move away
completely from Goutte and straight use the BrowserKit alternative
that, in practice, is the very same code that we are already using
(you can see that, in the .lock changes there isn't any new thing
being installed, because, as said, we are using it already).
Let's see how complex it is, I imagine it won't be hard. Surely killing
all references everywhere about Goutte will be the most complex task.
2022-10-10 17:39:58 +02:00
|
|
|
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78934 behat: Move from mink goutte to browserkit driver
In order to get compatibility with PHP 8.1 there are 2 options:
1) Move to the Goutte 2 mink driver, that uses Goutte 4.
2) Move to the BrowserKit mink driver.
While 1) could sound like the easier alternative, and that is
what we are doing right now, there are a few points to take into consideration.
a) Goutte 4 is a complete wrapper over BrowserKit. 100%. See its
source code: https://github.com/FriendsOfPHP/Goutte/blob/master/Goutte/Client.php
b) The mink extension still doesn't support Goutte 4, but supports
BrowserKit. See https://github.com/FriendsOfBehat/MinkExtension (PR#16)
(we could workaround this by forking the package again)
c) Last, but not least, recently (June 2023) both the MinkGoutteDriver
and Goutte itself have been archived/abandoned:
- https://packagist.org/packages/behat/mink-goutte-driver
- https://packagist.org/packages/fabpot/goutte
So, given the points above, this is an attempt to move away
completely from Goutte and straight use the BrowserKit alternative
that, in practice, is the very same code that we are already using
(you can see that, in the .lock changes there isn't any new thing
being installed, because, as said, we are using it already).
Let's see how complex it is, I imagine it won't be hard. Surely killing
all references everywhere about Goutte will be the most complex task.
2022-10-10 17:39:58 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
|
|
|
|
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
|
|
|
"sebastian/object-reflector": "^2.0",
|
|
|
|
"sebastian/recursion-context": "^4.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require-dev": {
|
2020-08-01 18:15:28 +02:00
|
|
|
"ext-dom": "*",
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-uopz": "*"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "5.0-dev"
|
2015-10-05 10:52:12 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-06-30 13:58:53 -07:00
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "sebastian@phpunit.de"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
2015-04-14 11:25:42 +08:00
|
|
|
"keywords": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"global state"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
MDL-78934 behat: Move from mink goutte to browserkit driver
In order to get compatibility with PHP 8.1 there are 2 options:
1) Move to the Goutte 2 mink driver, that uses Goutte 4.
2) Move to the BrowserKit mink driver.
While 1) could sound like the easier alternative, and that is
what we are doing right now, there are a few points to take into consideration.
a) Goutte 4 is a complete wrapper over BrowserKit. 100%. See its
source code: https://github.com/FriendsOfPHP/Goutte/blob/master/Goutte/Client.php
b) The mink extension still doesn't support Goutte 4, but supports
BrowserKit. See https://github.com/FriendsOfBehat/MinkExtension (PR#16)
(we could workaround this by forking the package again)
c) Last, but not least, recently (June 2023) both the MinkGoutteDriver
and Goutte itself have been archived/abandoned:
- https://packagist.org/packages/behat/mink-goutte-driver
- https://packagist.org/packages/fabpot/goutte
So, given the points above, this is an attempt to move away
completely from Goutte and straight use the BrowserKit alternative
that, in practice, is the very same code that we are already using
(you can see that, in the .lock changes there isn't any new thing
being installed, because, as said, we are using it already).
Let's see how complex it is, I imagine it won't be hard. Surely killing
all references everywhere about Goutte will be the most complex task.
2022-10-10 17:39:58 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78934 behat: Move from mink goutte to browserkit driver
In order to get compatibility with PHP 8.1 there are 2 options:
1) Move to the Goutte 2 mink driver, that uses Goutte 4.
2) Move to the BrowserKit mink driver.
While 1) could sound like the easier alternative, and that is
what we are doing right now, there are a few points to take into consideration.
a) Goutte 4 is a complete wrapper over BrowserKit. 100%. See its
source code: https://github.com/FriendsOfPHP/Goutte/blob/master/Goutte/Client.php
b) The mink extension still doesn't support Goutte 4, but supports
BrowserKit. See https://github.com/FriendsOfBehat/MinkExtension (PR#16)
(we could workaround this by forking the package again)
c) Last, but not least, recently (June 2023) both the MinkGoutteDriver
and Goutte itself have been archived/abandoned:
- https://packagist.org/packages/behat/mink-goutte-driver
- https://packagist.org/packages/fabpot/goutte
So, given the points above, this is an attempt to move away
completely from Goutte and straight use the BrowserKit alternative
that, in practice, is the very same code that we are already using
(you can see that, in the .lock changes there isn't any new thing
being installed, because, as said, we are using it already).
Let's see how complex it is, I imagine it won't be hard. Surely killing
all references everywhere about Goutte will be the most complex task.
2022-10-10 17:39:58 +02:00
|
|
|
"time": "2023-08-02T09:26:13+00:00"
|
2021-02-18 12:05:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/lines-of-code",
|
|
|
|
"version": "1.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
|
|
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
|
|
|
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"nikic/php-parser": "^4.6",
|
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Library for counting the lines of code in PHP source code",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
|
|
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-11-28T06:42:11+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
{
|
|
|
|
"name": "sebastian/object-enumerator",
|
2021-02-18 12:05:29 +01:00
|
|
|
"version": "4.0.4",
|
2016-07-04 14:02:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
|
|
|
|
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
|
2016-07-04 14:02:43 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3",
|
|
|
|
"sebastian/object-reflector": "^2.0",
|
|
|
|
"sebastian/recursion-context": "^4.0"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "4.0-dev"
|
2016-07-04 14:02:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-10-26T13:12:34+00:00"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "sebastian/object-reflector",
|
2021-02-18 12:05:29 +01:00
|
|
|
"version": "2.0.4",
|
2017-11-02 19:43:29 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
|
|
|
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
2017-11-02 19:43:29 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "2.0-dev"
|
2017-11-02 19:43:29 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-10-26T13:14:26+00:00"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/recursion-context",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "4.0.5",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
|
|
|
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"phpunit/phpunit": "^9.3"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "4.0-dev"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2015-07-27 00:30:00 +09:30
|
|
|
"email": "sebastian@phpunit.de"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2020-06-16 10:28:02 +08:00
|
|
|
{
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
"email": "aharvey@php.net"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"homepage": "https://github.com/sebastianbergmann/recursion-context",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-02-03T06:07:39+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
{
|
|
|
|
"name": "sebastian/resource-operations",
|
2021-02-18 12:05:29 +01:00
|
|
|
"version": "3.0.3",
|
2016-07-04 14:02:43 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
|
|
|
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
|
2016-07-04 14:02:43 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.0"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "3.0-dev"
|
2016-07-04 14:02:43 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-02-18 12:05:29 +01:00
|
|
|
"time": "2020-09-28T06:45:17+00:00"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
2020-08-01 18:15:28 +02:00
|
|
|
{
|
|
|
|
"name": "sebastian/type",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "3.2.1",
|
2020-08-01 18:15:28 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
|
2020-08-01 18:15:28 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
|
|
|
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
2020-08-01 18:15:28 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2020-08-01 18:15:28 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-06-03 01:43:36 +02:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2020-08-01 18:15:28 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-09-16 20:05:33 +02:00
|
|
|
"dev-master": "3.2-dev"
|
2020-08-01 18:15:28 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/type",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/type/issues",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-02-03T06:13:03+00:00"
|
2020-08-01 18:15:28 +02:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "sebastian/version",
|
2021-02-18 12:05:29 +01:00
|
|
|
"version": "3.0.2",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
2021-02-18 12:05:29 +01:00
|
|
|
"reference": "c6c1022351a901512170118436c764e473f6de8c"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-02-18 12:05:29 +01:00
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
|
|
|
|
"reference": "c6c1022351a901512170118436c764e473f6de8c",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2016-07-04 14:02:43 +08:00
|
|
|
"require": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"php": ">=7.3"
|
2016-07-04 14:02:43 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2016-07-04 14:02:43 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-02-18 12:05:29 +01:00
|
|
|
"dev-master": "3.0-dev"
|
2016-07-04 14:02:43 +08:00
|
|
|
}
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2015-07-27 00:30:00 +09:30
|
|
|
"src/"
|
2015-04-14 11:25:42 +08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Sebastian Bergmann",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
"role": "lead"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/sebastianbergmann/version/issues",
|
2021-02-18 12:05:29 +01:00
|
|
|
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2021-02-18 12:05:29 +01:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2020-09-28T06:39:44+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/browser-kit",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/browser-kit.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "4d1bf7886e2af0a194332486273debcd6662cfc9"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/4d1bf7886e2af0a194332486273debcd6662cfc9",
|
|
|
|
"reference": "4d1bf7886e2af0a194332486273debcd6662cfc9",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
|
|
|
"symfony/dom-crawler": "^5.4|^6.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/css-selector": "^5.4|^6.0",
|
|
|
|
"symfony/http-client": "^5.4|^6.0",
|
|
|
|
"symfony/mime": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/process": ""
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\BrowserKit\\": ""
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/browser-kit/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/config",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/config.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3",
|
|
|
|
"reference": "db4fc45c24e0c3e2198e68ada9d7f90daa1f97e3",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/filesystem": "^5.4|^6.0",
|
2021-05-13 23:57:09 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2021-08-22 19:38:45 +02:00
|
|
|
"symfony/polyfill-php81": "^1.22"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2017-05-29 03:27:24 +02:00
|
|
|
"conflict": {
|
2021-05-13 23:57:09 +02:00
|
|
|
"symfony/finder": "<4.4"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
2016-12-12 09:22:53 +08:00
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/yaml": "^5.4|^6.0"
|
2016-12-12 09:22:53 +08:00
|
|
|
},
|
2016-03-04 15:12:58 +08:00
|
|
|
"suggest": {
|
|
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Config\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/config/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-09T04:36:00+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/console",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
|
|
|
|
"reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/string": "^5.4|^6.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2017-05-29 03:27:24 +02:00
|
|
|
"conflict": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/dotenv": "<5.4",
|
|
|
|
"symfony/event-dispatcher": "<5.4",
|
|
|
|
"symfony/lock": "<5.4",
|
|
|
|
"symfony/process": "<5.4"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"provide": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
|
|
"symfony/lock": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
2020-04-17 00:02:20 +02:00
|
|
|
"symfony/lock": "",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/process": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"command line",
|
|
|
|
"console",
|
|
|
|
"terminal"
|
|
|
|
],
|
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/console/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/css-selector",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/css-selector.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f1d00bddb83a4cb2138564b2150001cb6ce272b1",
|
|
|
|
"reference": "f1d00bddb83a4cb2138564b2150001cb6ce272b1",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\CssSelector\\": ""
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
2019-08-14 11:00:58 +08:00
|
|
|
{
|
|
|
|
"name": "Jean-François Simon",
|
|
|
|
"email": "jeanfrancois.simon@sensiolabs.com"
|
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Converts CSS selectors to XPath expressions",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/css-selector/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2016-10-04 08:30:05 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/dependency-injection",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.20",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/359806e1adebd1c43e18e5ea22acd14bef7fcf8c",
|
|
|
|
"reference": "359806e1adebd1c43e18e5ea22acd14bef7fcf8c",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
|
|
|
"psr/container": "^1.1|^2.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
|
|
"symfony/polyfill-php81": "^1.22",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/service-contracts": "^1.1.6|^2.0|^3.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2016-12-12 09:22:53 +08:00
|
|
|
"conflict": {
|
2021-08-22 19:38:45 +02:00
|
|
|
"ext-psr": "<1.1|>=2",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/config": "<5.4",
|
|
|
|
"symfony/finder": "<5.4",
|
|
|
|
"symfony/proxy-manager-bridge": "<5.4",
|
|
|
|
"symfony/yaml": "<5.4"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
|
|
|
"provide": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"psr/container-implementation": "1.1|2.0",
|
|
|
|
"symfony/service-implementation": "1.1|2.0|3.0"
|
2016-12-12 09:22:53 +08:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/config": "",
|
2016-06-13 07:26:14 +08:00
|
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
2017-05-29 03:27:24 +02:00
|
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
|
|
"symfony/yaml": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.0.20"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-30T15:41:07+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "v3.0.2",
|
2020-06-26 10:23:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
2020-06-26 10:23:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-main": "3.0-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"function.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-01-02T09:55:41+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/dom-crawler",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/dom-crawler.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "622578ff158318b1b49d95068bd6b66c713601e9"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/622578ff158318b1b49d95068bd6b66c713601e9",
|
|
|
|
"reference": "622578ff158318b1b49d95068bd6b66c713601e9",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2018-06-01 12:16:04 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2019-05-30 20:48:26 +02:00
|
|
|
"conflict": {
|
|
|
|
"masterminds/html5": "<2.6"
|
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2019-05-30 20:48:26 +02:00
|
|
|
"masterminds/html5": "^2.6",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/css-selector": "^5.4|^6.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/css-selector": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\DomCrawler\\": ""
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Eases DOM navigation for HTML and XML documents",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/dom-crawler/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-20T17:44:14+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/event-dispatcher",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
|
|
|
|
"reference": "2eaf8e63bc5b8cefabd4a800157f0d0c094f677a",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
|
|
|
"symfony/event-dispatcher-contracts": "^2|^3"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2017-05-29 03:27:24 +02:00
|
|
|
"conflict": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/dependency-injection": "<5.4"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/event-dispatcher-implementation": "2.0|3.0"
|
2017-05-29 03:27:24 +02:00
|
|
|
},
|
2015-07-27 00:30:00 +09:30
|
|
|
"require-dev": {
|
2021-08-22 19:38:45 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/config": "^5.4|^6.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/error-handler": "^5.4|^6.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0",
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/stopwatch": "^5.4|^6.0"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"suggest": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "v3.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7bc61cc2db649b4637d331240c5346dcc7708051",
|
|
|
|
"reference": "7bc61cc2db649b4637d331240c5346dcc7708051",
|
2020-04-17 00:02:20 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"psr/event-dispatcher": "^1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/event-dispatcher-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-main": "3.0-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to dispatching event",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-01-02T09:55:41+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/filesystem",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-07-27 00:30:00 +09:30
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
|
|
|
|
"reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214",
|
2015-07-27 00:30:00 +09:30
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2021-08-22 19:38:45 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.8"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Filesystem\\": ""
|
2016-03-04 15:12:58 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-07-27 00:30:00 +09:30
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-07-27 00:30:00 +09:30
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Provides basic utilities for the filesystem",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v6.0.19"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-20T17:44:14+00:00"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-client",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.20",
|
2022-10-17 12:33:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-client.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "541c04560da1875f62c963c3aab6ea12a7314e11"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/541c04560da1875f62c963c3aab6ea12a7314e11",
|
|
|
|
"reference": "541c04560da1875f62c963c3aab6ea12a7314e11",
|
2022-10-17 12:33:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2022-10-17 12:33:16 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/http-client-contracts": "^3",
|
2022-10-17 12:33:16 +02:00
|
|
|
"symfony/service-contracts": "^1.0|^2|^3"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"php-http/async-client-implementation": "*",
|
|
|
|
"php-http/client-implementation": "*",
|
|
|
|
"psr/http-client-implementation": "1.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/http-client-implementation": "3.0"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/amp": "^2.5",
|
|
|
|
"amphp/http-client": "^4.2.1",
|
|
|
|
"amphp/http-tunnel": "^1.0",
|
|
|
|
"amphp/socket": "^1.1",
|
|
|
|
"guzzlehttp/promises": "^1.4",
|
|
|
|
"nyholm/psr7": "^1.0",
|
|
|
|
"php-http/httplug": "^1.0|^2.0",
|
|
|
|
"psr/http-client": "^1.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/process": "^5.4|^6.0",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpClient\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/http-client/tree/v6.0.20"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-30T15:41:07+00:00"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-client-contracts",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "v3.0.2",
|
2022-10-17 12:33:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-client-contracts.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/4184b9b63af1edaf35b6a7974c6f1f9f33294129",
|
|
|
|
"reference": "4184b9b63af1edaf35b6a7974c6f1f9f33294129",
|
2022-10-17 12:33:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/http-client-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-main": "3.0-dev"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\HttpClient\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to HTTP clients",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/symfony/http-client-contracts/tree/v3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-04-12T16:11:42+00:00"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/mime",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2022-10-17 12:33:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/mime.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "d7052547a0070cbeadd474e172b527a00d657301"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/d7052547a0070cbeadd474e172b527a00d657301",
|
|
|
|
"reference": "d7052547a0070cbeadd474e172b527a00d657301",
|
2022-10-17 12:33:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2022-10-17 12:33:16 +02:00
|
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/polyfill-mbstring": "^1.0"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"egulias/email-validator": "~3.0.0",
|
|
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/mailer": "<5.4",
|
2022-10-17 12:33:16 +02:00
|
|
|
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"egulias/email-validator": "^2.1.10|^3.1|^4",
|
2022-10-17 12:33:16 +02:00
|
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/property-access": "^5.4|^6.0",
|
|
|
|
"symfony/property-info": "^5.4|^6.0",
|
2022-10-17 12:33:16 +02:00
|
|
|
"symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Mime\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Allows manipulating MIME messages",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"mime",
|
|
|
|
"mime-type"
|
|
|
|
],
|
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/mime/tree/v6.0.19"
|
2022-10-17 12:33:16 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-11T11:50:03+00:00"
|
2018-06-01 12:16:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2018-06-01 12:16:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
2018-06-01 12:16:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
2018-06-01 12:16:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1"
|
2018-06-01 12:16:04 +02:00
|
|
|
},
|
2022-01-29 16:04:11 +01:00
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
2018-12-16 13:09:29 +01:00
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
2018-06-01 12:16:04 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2018-06-01 12:16:04 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
}
|
2018-06-01 12:16:04 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
2019-05-06 12:49:41 +02:00
|
|
|
"email": "BackEndTea@gmail.com"
|
2019-08-14 11:00:58 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-06-01 12:16:04 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2015-07-27 00:30:00 +09:30
|
|
|
},
|
2016-01-05 11:04:37 +08:00
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2016-01-05 11:04:37 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-26 10:23:04 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
|
|
|
|
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
|
2016-01-05 11:04:37 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1"
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-04-17 00:02:20 +02:00
|
|
|
"ext-intl": "For best performance"
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2016-01-05 11:04:37 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
}
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2020-06-26 10:23:04 +02:00
|
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
2016-01-05 11:04:37 +08:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2020-06-26 10:23:04 +02:00
|
|
|
"grapheme",
|
2020-04-17 00:02:20 +02:00
|
|
|
"intl",
|
2016-01-05 11:04:37 +08:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "symfony/polyfill-intl-idn",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-26 10:23:04 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
|
|
|
|
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
|
2020-04-17 00:02:20 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1",
|
2020-06-26 10:23:04 +02:00
|
|
|
"symfony/polyfill-intl-normalizer": "^1.10",
|
|
|
|
"symfony/polyfill-php72": "^1.10"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-06-26 10:23:04 +02:00
|
|
|
"ext-intl": "For best performance"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
|
|
}
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "Laurent Bassin",
|
|
|
|
"email": "laurent@bassin.info"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Trevor Rowbotham",
|
|
|
|
"email": "trevor.rowbotham@pm.me"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2020-06-26 10:23:04 +02:00
|
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
2020-04-17 00:02:20 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2020-06-26 10:23:04 +02:00
|
|
|
"idn",
|
|
|
|
"intl",
|
2020-04-17 00:02:20 +02:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-17 00:02:20 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2020-04-17 00:02:20 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-26 10:23:04 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
|
|
|
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
|
2020-04-17 00:02:20 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
2020-04-17 00:02:20 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2020-06-26 10:23:04 +02:00
|
|
|
],
|
2022-06-03 01:43:36 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2020-04-17 00:02:20 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2020-06-26 10:23:04 +02:00
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
2020-04-17 00:02:20 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2020-06-26 10:23:04 +02:00
|
|
|
"intl",
|
|
|
|
"normalizer",
|
2020-04-17 00:02:20 +02:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-04-17 00:02:20 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
2020-06-26 10:23:04 +02:00
|
|
|
"name": "symfony/polyfill-mbstring",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2020-04-17 00:02:20 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-26 10:23:04 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2022-01-29 16:04:11 +01:00
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
2015-10-05 10:52:12 +08:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2020-06-26 10:23:04 +02:00
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
2020-04-17 00:02:20 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2020-06-26 10:23:04 +02:00
|
|
|
"mbstring",
|
2020-04-17 00:02:20 +02:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php72",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2020-06-26 10:23:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
2020-06-26 10:23:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-16 10:28:02 +08:00
|
|
|
"php": ">=7.1"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-06-03 01:43:36 +02:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
|
|
}
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
2021-08-22 19:38:45 +02:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php81",
|
2022-11-22 23:36:20 +01:00
|
|
|
"version": "v1.27.0",
|
2021-08-22 19:38:45 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
2022-11-22 23:36:20 +01:00
|
|
|
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
|
2021-08-22 19:38:45 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-22 23:36:20 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
|
|
|
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
|
2021-08-22 19:38:45 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"dev-main": "1.27-dev"
|
2021-08-22 19:38:45 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-06-03 01:43:36 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
|
|
},
|
2021-08-22 19:38:45 +02:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2022-11-22 23:36:20 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2022-11-22 23:36:20 +01:00
|
|
|
"time": "2022-11-03T14:55:06+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2020-06-26 10:23:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "2114fd60f26a296cc403a7939ab91478475a33d4"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4",
|
|
|
|
"reference": "2114fd60f26a296cc403a7939ab91478475a33d4",
|
2020-06-26 10:23:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"php": ">=8.0.2"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
2016-01-05 11:04:37 +08:00
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Executes commands in sub-processes",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/process/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "v3.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
|
|
|
|
"reference": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66",
|
2020-04-17 00:02:20 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
|
|
|
"psr/container": "^2.0"
|
2021-12-07 13:35:09 +13:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-main": "3.0-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to writing services",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-05-30T19:17:58+00:00"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/string",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2020-06-26 10:23:04 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/string.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "d9e72497367c23e08bf94176d2be45b00a9d232a"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/d9e72497367c23e08bf94176d2be45b00a9d232a",
|
|
|
|
"reference": "d9e72497367c23e08bf94176d2be45b00a9d232a",
|
2020-06-26 10:23:04 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2020-06-26 10:23:04 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
2021-12-07 13:35:09 +13:00
|
|
|
"conflict": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/translation-contracts": "<2.0"
|
2021-12-07 13:35:09 +13:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/error-handler": "^5.4|^6.0",
|
|
|
|
"symfony/http-client": "^5.4|^6.0",
|
|
|
|
"symfony/translation-contracts": "^2.0|^3.0",
|
|
|
|
"symfony/var-exporter": "^5.4|^6.0"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Resources/functions.php"
|
|
|
|
],
|
2022-06-03 01:43:36 +02:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\String\\": ""
|
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
2020-06-26 10:23:04 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"grapheme",
|
|
|
|
"i18n",
|
|
|
|
"string",
|
|
|
|
"unicode",
|
|
|
|
"utf-8",
|
|
|
|
"utf8"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/string/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/translation",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/translation.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
|
|
|
|
"reference": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/translation-contracts": "^2.3|^3.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
2015-10-05 10:52:12 +08:00
|
|
|
"conflict": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/config": "<5.4",
|
|
|
|
"symfony/console": "<5.4",
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/http-kernel": "<5.4",
|
|
|
|
"symfony/twig-bundle": "<5.4",
|
|
|
|
"symfony/yaml": "<5.4"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"provide": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/translation-implementation": "2.3|3.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-08-22 19:38:45 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/config": "^5.4|^6.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/console": "^5.4|^6.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
|
|
"symfony/intl": "^5.4|^6.0",
|
2021-08-22 19:38:45 +02:00
|
|
|
"symfony/polyfill-intl-icu": "^1.21",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/service-contracts": "^1.1.2|^2|^3",
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/yaml": "^5.4|^6.0"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
2020-04-17 00:02:20 +02:00
|
|
|
"psr/log-implementation": "To use logging capability in translator",
|
2015-10-05 10:52:12 +08:00
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2021-05-13 23:57:09 +02:00
|
|
|
"files": [
|
|
|
|
"Resources/functions.php"
|
|
|
|
],
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2015-05-14 12:48:00 +08:00
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Provides tools to internationalize your application",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/translation/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-01T08:36:10+00:00"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/translation-contracts",
|
2023-01-02 15:27:50 +01:00
|
|
|
"version": "v3.0.2",
|
2020-04-17 00:02:20 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
2023-01-02 15:27:50 +01:00
|
|
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-02 15:27:50 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
|
|
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
2020-04-17 00:02:20 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/translation-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"dev-main": "3.0-dev"
|
2020-06-26 10:23:04 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-04-17 00:02:20 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Translation\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Generic abstractions related to translation",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-01-02 15:27:50 +01:00
|
|
|
"time": "2022-06-27T17:10:44+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "symfony/yaml",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"version": "v6.0.19",
|
2015-04-14 11:25:42 +08:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2015-10-05 10:52:12 +08:00
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"reference": "deec3a812a0305a50db8ae689b183f43d915c884"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/deec3a812a0305a50db8ae689b183f43d915c884",
|
|
|
|
"reference": "deec3a812a0305a50db8ae689b183f43d915c884",
|
2015-04-14 11:25:42 +08:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.2",
|
2021-12-07 13:35:09 +13:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
2020-04-17 00:02:20 +02:00
|
|
|
},
|
|
|
|
"conflict": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/console": "<5.4"
|
2015-10-05 10:52:12 +08:00
|
|
|
},
|
2016-12-12 09:22:53 +08:00
|
|
|
"require-dev": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"symfony/console": "^5.4|^6.0"
|
2016-12-12 09:22:53 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
|
},
|
2020-08-01 18:15:28 +02:00
|
|
|
"bin": [
|
|
|
|
"Resources/bin/yaml-lint"
|
|
|
|
],
|
2015-04-14 11:25:42 +08:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2015-10-05 10:52:12 +08:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Yaml\\": ""
|
2016-01-05 11:04:37 +08:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2015-10-05 10:52:12 +08:00
|
|
|
"MIT"
|
2015-04-14 11:25:42 +08:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2015-10-05 10:52:12 +08:00
|
|
|
"email": "fabien@symfony.com"
|
2015-04-14 11:25:42 +08:00
|
|
|
},
|
|
|
|
{
|
2015-10-05 10:52:12 +08:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2021-01-31 20:26:35 +08:00
|
|
|
"description": "Loads and dumps YAML files",
|
2015-10-05 10:52:12 +08:00
|
|
|
"homepage": "https://symfony.com",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.0.19"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
MDL-78800 composer: Bump dependencies to current ones
This bumps direct dependencies to current ones:
- phpunit: 9.5.x No updates here, there is the 9.6.x series
available but a lot of deprecation warnings have been
introduced there without any alternative to use. See:
- https://github.com/sebastianbergmann/phpunit/issues/5160
- https://github.com/sebastianbergmann/phpunit/issues/5062
- ...
While that will be handy to prepare ourselves to PHPUnit 10
in some months... we cannot force everybody to jump to 9.6.x
because that will make a lot of tests to start emitting
warnings.
So we stay with PHPUnit 9.5.x for the life of this branch.
- mink-phpwebdriver: 1.2.1 No updates here, just changed the
constraint because we cannot advance to 1.3.x yet, there is
a change there causing some app tests to fail. See:
- https://github.com/oleg-andreyev/MinkPhpWebDriver/pull/81
So we stay with 1.2.x until that issue is fixed/clarified,
only then we'll review the status.
- behat: 3.12.x => 3.13.x
And also, automatically, a bunch of 2nd and deepest dependencies.
Generated with php80 that is the lowest php version supported
by this branch and, also, by some of the dependencies, as per
documented @ https://moodledev.io/general/development/tools/composer
Worth mentioning behat/mink-goutte-driver, that we should move
to mink-browserkit-driver, but that's out from this issue scope.
2023-07-23 20:18:07 +02:00
|
|
|
"time": "2023-01-11T11:50:03+00:00"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "theseer/tokenizer",
|
2021-08-22 19:38:45 +02:00
|
|
|
"version": "1.2.1",
|
2017-11-02 19:43:29 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
2021-08-22 19:38:45 +02:00
|
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-08-22 19:38:45 +02:00
|
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
|
|
|
|
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
|
2017-11-02 19:43:29 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xmlwriter": "*",
|
2020-06-26 10:23:04 +02:00
|
|
|
"php": "^7.2 || ^8.0"
|
2017-11-02 19:43:29 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arne Blankerts",
|
2019-10-21 09:43:20 +08:00
|
|
|
"email": "arne@blankerts.de",
|
|
|
|
"role": "Developer"
|
2017-11-02 19:43:29 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
|
2020-06-16 10:28:02 +08:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/theseer/tokenizer/issues",
|
2021-08-22 19:38:45 +02:00
|
|
|
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
|
2020-06-16 10:28:02 +08:00
|
|
|
},
|
2020-06-26 10:23:04 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/theseer",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2021-08-22 19:38:45 +02:00
|
|
|
"time": "2021-07-28T10:34:58+00:00"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|
|
|
|
],
|
2020-06-16 10:28:02 +08:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "dev",
|
2022-09-16 20:05:33 +02:00
|
|
|
"stability-flags": [],
|
2020-06-16 10:28:02 +08:00
|
|
|
"prefer-stable": true,
|
2015-04-14 11:25:42 +08:00
|
|
|
"prefer-lowest": false,
|
2021-12-07 13:35:09 +13:00
|
|
|
"platform": {
|
2023-01-02 15:27:50 +01:00
|
|
|
"php": ">=8.0.0",
|
2021-12-07 13:35:09 +13:00
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-zip": "*",
|
|
|
|
"ext-zlib": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-simplexml": "*",
|
|
|
|
"ext-spl": "*",
|
|
|
|
"ext-pcre": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-xml": "*",
|
|
|
|
"ext-xmlreader": "*",
|
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"ext-hash": "*",
|
2023-01-02 15:27:50 +01:00
|
|
|
"ext-fileinfo": "*",
|
|
|
|
"ext-sodium": "*"
|
2021-12-07 13:35:09 +13:00
|
|
|
},
|
2020-04-09 00:56:42 +02:00
|
|
|
"platform-dev": [],
|
2022-06-03 01:43:36 +02:00
|
|
|
"plugin-api-version": "2.3.0"
|
2015-04-14 11:25:42 +08:00
|
|
|
}
|