Browse Source

set the minimum stability to "dev"

pull/1/head
Cerys 5 months ago
parent
commit
67b7c27eb9
  1. 1
      composer.json
  2. 140
      composer.lock

1
composer.json

@ -11,6 +11,7 @@
"role": "Lead Developer"
}
],
"minimum-stability": "dev",
"support": {
"email": "cerys@darksparrow.uk"
},

140
composer.lock

@ -4,36 +4,37 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "afd6e2c063d49c3e473f1b67ff20b0ce",
"content-hash": "41893d70ec149c7be1cf37242a2b8336",
"packages": [],
"packages-dev": [
{
"name": "doctrine/instantiator",
"version": "2.0.0",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
"reference": "9955122a490d18ce723cf9014b196c126222c180"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/9955122a490d18ce723cf9014b196c126222c180",
"reference": "9955122a490d18ce723cf9014b196c126222c180",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^11",
"doctrine/coding-standard": "^12",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.4"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@ -59,7 +60,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
"source": "https://github.com/doctrine/instantiator/tree/2.0.x"
},
"funding": [
{
@ -75,20 +76,20 @@
"type": "tidelift"
}
],
"time": "2022-12-30T00:23:10+00:00"
"time": "2024-05-05T15:09:38+00:00"
},
{
"name": "myclabs/deep-copy",
"version": "1.11.1",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
"reference": "2f5294676c802a62b0549f6bc8983f14294ce369"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/2f5294676c802a62b0549f6bc8983f14294ce369",
"reference": "2f5294676c802a62b0549f6bc8983f14294ce369",
"shasum": ""
},
"require": {
@ -96,13 +97,15 @@
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"default-branch": true,
"type": "library",
"autoload": {
"files": [
@ -126,7 +129,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
"source": "https://github.com/myclabs/DeepCopy/tree/1.x"
},
"funding": [
{
@ -134,20 +137,20 @@
"type": "tidelift"
}
],
"time": "2023-03-08T13:26:56+00:00"
"time": "2024-02-10T11:10:03+00:00"
},
{
"name": "nikic/php-parser",
"version": "v5.0.2",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
"reference": "c5ee33df86c06b3278c670f64273b1ba768a0744"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c5ee33df86c06b3278c670f64273b1ba768a0744",
"reference": "c5ee33df86c06b3278c670f64273b1ba768a0744",
"shasum": ""
},
"require": {
@ -158,8 +161,9 @@
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^9.0"
},
"default-branch": true,
"bin": [
"bin/php-parse"
],
@ -190,13 +194,13 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
"source": "https://github.com/nikic/PHP-Parser/tree/master"
},
"time": "2024-03-05T20:51:40+00:00"
"time": "2024-04-19T12:04:10+00:00"
},
{
"name": "phar-io/manifest",
"version": "2.0.4",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
@ -216,6 +220,7 @@
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@ -314,16 +319,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.31",
"version": "9.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
"reference": "3352293d9e91513d5508c415835014881b420218"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/3352293d9e91513d5508c415835014881b420218",
"reference": "3352293d9e91513d5508c415835014881b420218",
"shasum": ""
},
"require": {
@ -380,7 +385,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2"
},
"funding": [
{
@ -388,20 +393,20 @@
"type": "github"
}
],
"time": "2024-03-02T06:37:42+00:00"
"time": "2024-03-22T05:16:32+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.6",
"version": "3.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
"reference": "38b24367e1b340aa78b96d7cab042942d917bb84"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/38b24367e1b340aa78b96d7cab042942d917bb84",
"reference": "38b24367e1b340aa78b96d7cab042942d917bb84",
"shasum": ""
},
"require": {
@ -440,7 +445,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0"
},
"funding": [
{
@ -448,7 +453,7 @@
"type": "github"
}
],
"time": "2021-12-02T12:48:52+00:00"
"time": "2022-02-11T16:23:04+00:00"
},
{
"name": "phpunit/php-invoker",
@ -633,16 +638,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.19",
"version": "9.6.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
"reference": "0826901219afd2970f0ec8b7a5bce8f0e3000efc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0826901219afd2970f0ec8b7a5bce8f0e3000efc",
"reference": "0826901219afd2970f0ec8b7a5bce8f0e3000efc",
"shasum": ""
},
"require": {
@ -716,7 +721,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6"
},
"funding": [
{
@ -732,11 +737,11 @@
"type": "tidelift"
}
],
"time": "2024-04-05T04:35:58+00:00"
"time": "2024-05-16T09:07:01+00:00"
},
{
"name": "sebastian/cli-parser",
"version": "1.0.2",
"version": "1.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
@ -903,16 +908,16 @@
},
{
"name": "sebastian/comparator",
"version": "4.0.8",
"version": "4.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
"reference": "b247957a1c8dc81a671770f74b479c0a78a818f1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b247957a1c8dc81a671770f74b479c0a78a818f1",
"reference": "b247957a1c8dc81a671770f74b479c0a78a818f1",
"shasum": ""
},
"require": {
@ -965,7 +970,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0"
},
"funding": [
{
@ -973,11 +978,11 @@
"type": "github"
}
],
"time": "2022-09-14T12:41:17+00:00"
"time": "2022-09-14T12:46:14+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.3",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
@ -1034,7 +1039,7 @@
},
{
"name": "sebastian/diff",
"version": "4.0.6",
"version": "4.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
@ -1100,7 +1105,7 @@
},
{
"name": "sebastian/environment",
"version": "5.1.5",
"version": "5.1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
@ -1151,7 +1156,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
"source": "https://github.com/sebastianbergmann/environment/tree/5.1"
},
"funding": [
{
@ -1163,7 +1168,7 @@
},
{
"name": "sebastian/exporter",
"version": "4.0.6",
"version": "4.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
@ -1240,7 +1245,7 @@
},
{
"name": "sebastian/global-state",
"version": "5.0.7",
"version": "5.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
@ -1304,7 +1309,7 @@
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.4",
"version": "1.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
@ -1473,7 +1478,7 @@
},
{
"name": "sebastian/recursion-context",
"version": "4.0.5",
"version": "4.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
@ -1536,16 +1541,16 @@
},
{
"name": "sebastian/resource-operations",
"version": "3.0.4",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
"reference": "ff553e7482dcee39fa4acc2b175d6ddeb0f7bc25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ff553e7482dcee39fa4acc2b175d6ddeb0f7bc25",
"reference": "ff553e7482dcee39fa4acc2b175d6ddeb0f7bc25",
"shasum": ""
},
"require": {
@ -1554,6 +1559,7 @@
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@ -1578,7 +1584,7 @@
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
"source": "https://github.com/sebastianbergmann/resource-operations/tree/main"
},
"funding": [
{
@ -1586,11 +1592,11 @@
"type": "github"
}
],
"time": "2024-03-14T16:00:52+00:00"
"time": "2024-03-14T18:47:08+00:00"
},
{
"name": "sebastian/type",
"version": "3.2.1",
"version": "3.2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
@ -1634,7 +1640,7 @@
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
"source": "https://github.com/sebastianbergmann/type/tree/3.2"
},
"funding": [
{
@ -1646,7 +1652,7 @@
},
{
"name": "sebastian/version",
"version": "3.0.2",
"version": "3.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
@ -1749,7 +1755,7 @@
}
],
"aliases": [],
"minimum-stability": "stable",
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,

Loading…
Cancel
Save