summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-06-11 07:18:02 +0200
committerRemi Collet <remi@php.net>2024-06-11 07:18:02 +0200
commitd228806633f4d2dba434659d51e880d4cdaa4301 (patch)
tree29921bd6d4f4872aae2a05610a9df7ab42468371
parent03c0cb94a39180182a7b31e420d6a31a1ade37b7 (diff)
update to 2.7.7HEADmaster
-rw-r--r--composer-bash-completion2
-rw-r--r--composer.json22
-rw-r--r--composer.spec23
-rw-r--r--installed.json124
4 files changed, 91 insertions, 80 deletions
diff --git a/composer-bash-completion b/composer-bash-completion
index c94bcf5..a6f955b 100644
--- a/composer-bash-completion
+++ b/composer-bash-completion
@@ -25,7 +25,7 @@ _sf_composer() {
local cur prev words cword
_get_comp_words_by_ref -n := cur prev words cword
- local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.7.6")
+ local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.7.7")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
diff --git a/composer.json b/composer.json
index 2cbcfa7..c1e5286 100644
--- a/composer.json
+++ b/composer.json
@@ -24,9 +24,9 @@
"require": {
"php": "^7.2.5 || ^8.0",
"composer/ca-bundle": "^1.0",
- "composer/class-map-generator": "^1.0",
+ "composer/class-map-generator": "^1.3.3",
"composer/metadata-minifier": "^1.0",
- "composer/semver": "^3.2.5",
+ "composer/semver": "^3.3",
"composer/spdx-licenses": "^1.5.7",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
"justinrainbow/json-schema": "^5.2.11",
@@ -46,11 +46,11 @@
},
"require-dev": {
"symfony/phpunit-bridge": "^6.4.1 || ^7.0.1",
- "phpstan/phpstan": "^1.9.3",
- "phpstan/phpstan-phpunit": "^1.0",
- "phpstan/phpstan-deprecation-rules": "^1",
- "phpstan/phpstan-strict-rules": "^1",
- "phpstan/phpstan-symfony": "^1.2.10"
+ "phpstan/phpstan": "^1.11.0",
+ "phpstan/phpstan-phpunit": "^1.4.0",
+ "phpstan/phpstan-deprecation-rules": "^1.2.0",
+ "phpstan/phpstan-strict-rules": "^1.6.0",
+ "phpstan/phpstan-symfony": "^1.4.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -81,7 +81,13 @@
"autoload-dev": {
"psr-4": {
"Composer\\Test\\": "tests/Composer/Test/"
- }
+ },
+ "exclude-from-classmap": [
+ "tests/Composer/Test/Fixtures/",
+ "tests/Composer/Test/Autoload/Fixtures",
+ "tests/Composer/Test/Autoload/MinimumVersionSupport",
+ "tests/Composer/Test/Plugin/Fixtures"
+ ]
},
"bin": [
"bin/composer"
diff --git a/composer.spec b/composer.spec
index c249fa9..eb73880 100644
--- a/composer.spec
+++ b/composer.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit fabd995783b633829fd4280e272284b39b6ae702
+%global gh_commit 291942978f39435cf904d33739f98d7d4eca7b23
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 2.0-dev
%global gh_owner composer
@@ -18,7 +18,7 @@
%global api_version 2.6.0
%global run_version 2.2.2
-%global upstream_version 2.7.6
+%global upstream_version 2.7.7
#global upstream_prever RC1
#global upstream_lower rc1
@@ -81,23 +81,23 @@ Requires: ca-certificates
# Bundled libraries
# License MIT
Provides: bundled(php-composer-ca-bundle) = 1.5.0
-Provides: bundled(php-composer-class-map-generator) = 1.1.1
+Provides: bundled(php-composer-class-map-generator) = 1.3.3
Provides: bundled(php-composer-metadata-minifier) = 1.0.0
Provides: bundled(php-composer-pcre) = 2.1.3
Provides: bundled(php-composer-semver) = 3.4.0
Provides: bundled(php-composer-spdx-licenses) = 1.5.8
-Provides: bundled(php-composer-xdebug-handler) = 3.0.4
+Provides: bundled(php-composer-xdebug-handler) = 3.0.5
Provides: bundled(php-justinrainbow-json-schema) = v5.2.13
Provides: bundled(php-psr-container) = 1.1.1
Provides: bundled(php-psr-log) = 1.1.4
-Provides: bundled(php-react-promise) = v3.1.0
+Provides: bundled(php-react-promise) = v3.2.0
Provides: bundled(php-seld-jsonlint) = 1.10.2
Provides: bundled(php-seld-phar-utils) = 1.2.1
Provides: bundled(php-seld-signal-handler) = 2.0.2
-Provides: bundled(php-symfony-console) = v5.4.39
+Provides: bundled(php-symfony-console) = v5.4.40
Provides: bundled(php-symfony-deprecation-contracts) = v2.5.3
-Provides: bundled(php-symfony-filesystem) = v5.4.39
-Provides: bundled(php-symfony-finder) = v5.4.39
+Provides: bundled(php-symfony-filesystem) = v5.4.40
+Provides: bundled(php-symfony-finder) = v5.4.40
Provides: bundled(php-symfony-polyfill-ctype) = v1.29.0
Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.29.0
Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.29.0
@@ -105,9 +105,9 @@ Provides: bundled(php-symfony-polyfill-mbstring) = v1.29.0
Provides: bundled(php-symfony-polyfill-php73) = v1.29.0
Provides: bundled(php-symfony-polyfill-php80) = v1.29.0
Provides: bundled(php-symfony-polyfill-php81) = v1.29.0
-Provides: bundled(php-symfony-process) = v5.4.39
+Provides: bundled(php-symfony-process) = v5.4.40
Provides: bundled(php-symfony-service-contracts) = v2.5.3
-Provides: bundled(php-symfony-string) = v5.4.39
+Provides: bundled(php-symfony-string) = v5.4.40
# From composer.json, suggest
# "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -249,6 +249,9 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name}
%changelog
+* Tue Jun 11 2024 Remi Collet <remi@remirepo.net> - 2.7.7-1
+- update to 2.7.7
+
* Sun May 5 2024 Remi Collet <remi@remirepo.net> - 2.7.6-1
- update to 2.7.6
diff --git a/installed.json b/installed.json
index 6d25688..2a78a33 100644
--- a/installed.json
+++ b/installed.json
@@ -81,17 +81,17 @@
},
{
"name": "composer/class-map-generator",
- "version": "1.1.1",
- "version_normalized": "1.1.1.0",
+ "version": "1.3.3",
+ "version_normalized": "1.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/composer/class-map-generator.git",
- "reference": "8286a62d243312ed99b3eee20d5005c961adb311"
+ "reference": "61804f9973685ec7bead0fb7fe022825e3cd418e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311",
- "reference": "8286a62d243312ed99b3eee20d5005c961adb311",
+ "url": "https://api.github.com/repos/composer/class-map-generator/zipball/61804f9973685ec7bead0fb7fe022825e3cd418e",
+ "reference": "61804f9973685ec7bead0fb7fe022825e3cd418e",
"shasum": ""
},
"require": {
@@ -107,7 +107,7 @@
"symfony/filesystem": "^5.4 || ^6",
"symfony/phpunit-bridge": "^5"
},
- "time": "2024-03-15T12:53:41+00:00",
+ "time": "2024-06-10T11:53:54+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -137,7 +137,7 @@
],
"support": {
"issues": "https://github.com/composer/class-map-generator/issues",
- "source": "https://github.com/composer/class-map-generator/tree/1.1.1"
+ "source": "https://github.com/composer/class-map-generator/tree/1.3.3"
},
"funding": [
{
@@ -470,17 +470,17 @@
},
{
"name": "composer/xdebug-handler",
- "version": "3.0.4",
- "version_normalized": "3.0.4.0",
+ "version": "3.0.5",
+ "version_normalized": "3.0.5.0",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
- "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
+ "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
- "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
+ "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
+ "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
"shasum": ""
},
"require": {
@@ -493,7 +493,7 @@
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
},
- "time": "2024-03-26T18:29:49+00:00",
+ "time": "2024-05-06T16:37:16+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -519,7 +519,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
- "source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
+ "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
},
"funding": [
{
@@ -543,12 +543,12 @@
"version_normalized": "5.2.13.0",
"source": {
"type": "git",
- "url": "https://github.com/justinrainbow/json-schema.git",
+ "url": "https://github.com/jsonrainbow/json-schema.git",
"reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
"reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
"shasum": ""
},
@@ -605,8 +605,8 @@
"schema"
],
"support": {
- "issues": "https://github.com/justinrainbow/json-schema/issues",
- "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
+ "issues": "https://github.com/jsonrainbow/json-schema/issues",
+ "source": "https://github.com/jsonrainbow/json-schema/tree/v5.2.13"
},
"install-path": "../justinrainbow/json-schema"
},
@@ -716,17 +716,17 @@
},
{
"name": "react/promise",
- "version": "v3.1.0",
- "version_normalized": "3.1.0.0",
+ "version": "v3.2.0",
+ "version_normalized": "3.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
- "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
+ "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
- "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
+ "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
+ "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
"shasum": ""
},
"require": {
@@ -736,7 +736,7 @@
"phpstan/phpstan": "1.10.39 || 1.4.10",
"phpunit/phpunit": "^9.6 || ^7.5"
},
- "time": "2023-11-16T16:21:57+00:00",
+ "time": "2024-05-24T10:39:05+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -780,7 +780,7 @@
],
"support": {
"issues": "https://github.com/reactphp/promise/issues",
- "source": "https://github.com/reactphp/promise/tree/v3.1.0"
+ "source": "https://github.com/reactphp/promise/tree/v3.2.0"
},
"funding": [
{
@@ -974,17 +974,17 @@
},
{
"name": "symfony/console",
- "version": "v5.4.39",
- "version_normalized": "5.4.39.0",
+ "version": "v5.4.40",
+ "version_normalized": "5.4.40.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1"
+ "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1",
- "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1",
+ "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd",
+ "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd",
"shasum": ""
},
"require": {
@@ -1022,7 +1022,7 @@
"symfony/lock": "",
"symfony/process": ""
},
- "time": "2024-04-18T08:26:06+00:00",
+ "time": "2024-05-31T14:33:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1056,7 +1056,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.4.39"
+ "source": "https://github.com/symfony/console/tree/v5.4.40"
},
"funding": [
{
@@ -1146,27 +1146,29 @@
},
{
"name": "symfony/filesystem",
- "version": "v5.4.39",
- "version_normalized": "5.4.39.0",
+ "version": "v5.4.40",
+ "version_normalized": "5.4.40.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12"
+ "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/e6edd875d5d39b03de51f3c3951148cfa79a4d12",
- "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995",
+ "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8",
- "symfony/polyfill-php80": "^1.16",
+ "symfony/polyfill-php80": "^1.16"
+ },
+ "require-dev": {
"symfony/process": "^5.4|^6.4"
},
- "time": "2024-04-18T08:26:06+00:00",
+ "time": "2024-05-31T14:33:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1194,7 +1196,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.4.39"
+ "source": "https://github.com/symfony/filesystem/tree/v5.4.40"
},
"funding": [
{
@@ -1214,17 +1216,17 @@
},
{
"name": "symfony/finder",
- "version": "v5.4.39",
- "version_normalized": "5.4.39.0",
+ "version": "v5.4.40",
+ "version_normalized": "5.4.40.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a"
+ "reference": "f51cff4687547641c7d8180d74932ab40b2205ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a",
- "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce",
+ "reference": "f51cff4687547641c7d8180d74932ab40b2205ce",
"shasum": ""
},
"require": {
@@ -1232,7 +1234,7 @@
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2024-04-18T08:26:06+00:00",
+ "time": "2024-05-31T14:33:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1260,7 +1262,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v5.4.39"
+ "source": "https://github.com/symfony/finder/tree/v5.4.40"
},
"funding": [
{
@@ -1851,24 +1853,24 @@
},
{
"name": "symfony/process",
- "version": "v5.4.39",
- "version_normalized": "5.4.39.0",
+ "version": "v5.4.40",
+ "version_normalized": "5.4.40.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5"
+ "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/85a554acd7c28522241faf2e97b9541247a0d3d5",
- "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5",
+ "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046",
+ "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2024-04-18T08:26:06+00:00",
+ "time": "2024-05-31T14:33:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1896,7 +1898,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.4.39"
+ "source": "https://github.com/symfony/process/tree/v5.4.40"
},
"funding": [
{
@@ -2002,17 +2004,17 @@
},
{
"name": "symfony/string",
- "version": "v5.4.39",
- "version_normalized": "5.4.39.0",
+ "version": "v5.4.40",
+ "version_normalized": "5.4.40.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "495e71bae5862308051b9e63cc3e34078eed83ef"
+ "reference": "142877285aa974a6f7685e292ab5ba9aae86b143"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/495e71bae5862308051b9e63cc3e34078eed83ef",
- "reference": "495e71bae5862308051b9e63cc3e34078eed83ef",
+ "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143",
+ "reference": "142877285aa974a6f7685e292ab5ba9aae86b143",
"shasum": ""
},
"require": {
@@ -2032,7 +2034,7 @@
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
- "time": "2024-04-18T08:26:06+00:00",
+ "time": "2024-05-31T14:33:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2071,7 +2073,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v5.4.39"
+ "source": "https://github.com/symfony/string/tree/v5.4.40"
},
"funding": [
{