Browse Source

Imposer que les composants composer ne nécessite pas un PHP supérieur à 7.4, soit le min de la branche 4 de spip.

master v3.0.3
Eric Lupinacci 1 week ago
parent
commit
d2be4636be
  1. 5
      composer.json
  2. 21
      composer.lock
  3. 2
      paquet.xml
  4. 18
      vendor/composer/installed.json
  5. 10
      vendor/composer/installed.php
  6. 4
      vendor/composer/platform_check.php
  7. 3
      vendor/symfony/deprecation-contracts/.gitignore
  8. 2
      vendor/symfony/deprecation-contracts/LICENSE
  9. 2
      vendor/symfony/deprecation-contracts/README.md
  10. 4
      vendor/symfony/deprecation-contracts/composer.json
  11. 2
      vendor/symfony/deprecation-contracts/function.php

5
composer.json

@ -2,5 +2,10 @@
"require": {
"symfony/yaml": "^5.4",
"mustangostang/spyc": "^0.6.2"
},
"config": {
"platform": {
"php": "7.4.33"
}
}
}

21
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b06ba302392bfc90e0927c45d458a594",
"content-hash": "bc763edf2ede47073a6bc6d31c80ab46",
"packages": [
{
"name": "mustangostang/spyc",
@ -58,25 +58,25 @@
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.2.1",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
"php": ">=8.1"
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.3-dev"
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -105,7 +105,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{
@ -121,7 +121,7 @@
"type": "tidelift"
}
],
"time": "2023-03-01T10:25:55+00:00"
"time": "2022-01-02T09:53:40+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -289,5 +289,8 @@
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "7.4.33"
},
"plugin-api-version": "2.3.0"
}

2
paquet.xml

@ -1,7 +1,7 @@
<paquet
prefix="yaml"
categorie="outil"
version="3.0.2"
version="3.0.3"
etat="stable"
compatibilite="[4.0.0;4.2.*]"
logo="prive/themes/spip/images/yaml-xx.svg"

18
vendor/composer/installed.json vendored

@ -55,27 +55,27 @@
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.2.1",
"version_normalized": "3.2.1.0",
"version": "v2.5.2",
"version_normalized": "2.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
"php": ">=8.1"
"php": ">=7.1"
},
"time": "2023-03-01T10:25:55+00:00",
"time": "2022-01-02T09:53:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.3-dev"
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
@ -105,7 +105,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
},
"funding": [
{

10
vendor/composer/installed.php vendored

@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '112565645cfb202e01a5dcbbf2e3c375f5cfbd70',
'reference' => '18510f66ebe71bbbaafbeb7af4e0a9f86d9e45ce',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '112565645cfb202e01a5dcbbf2e3c375f5cfbd70',
'reference' => '18510f66ebe71bbbaafbeb7af4e0a9f86d9e45ce',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -29,9 +29,9 @@
'dev_requirement' => false,
),
'symfony/deprecation-contracts' => array(
'pretty_version' => 'v3.2.1',
'version' => '3.2.1.0',
'reference' => 'e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e',
'pretty_version' => 'v2.5.2',
'version' => '2.5.2.0',
'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
'aliases' => array(),

4
vendor/composer/platform_check.php vendored

@ -4,8 +4,8 @@
$issues = array();
if (!(PHP_VERSION_ID >= 80100)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 70205)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.';
}
if ($issues) {

3
vendor/symfony/deprecation-contracts/.gitignore vendored

@ -0,0 +1,3 @@
vendor/
composer.lock
phpunit.xml

2
vendor/symfony/deprecation-contracts/LICENSE vendored

@ -1,4 +1,4 @@
Copyright (c) 2020-present Fabien Potencier
Copyright (c) 2020-2022 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

2
vendor/symfony/deprecation-contracts/README.md vendored

@ -22,5 +22,5 @@ trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use
This will generate the following message:
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
While not recommended, the deprecation notices can be completely ignored by declaring an empty
While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
`function trigger_deprecation() {}` in your application.

4
vendor/symfony/deprecation-contracts/composer.json vendored

@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=8.1"
"php": ">=7.1"
},
"autoload": {
"files": [
@ -25,7 +25,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.3-dev"
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",

2
vendor/symfony/deprecation-contracts/function.php vendored

@ -20,7 +20,7 @@ if (!function_exists('trigger_deprecation')) {
*
* @author Nicolas Grekas <p@tchwork.com>
*/
function trigger_deprecation(string $package, string $version, string $message, mixed ...$args): void
function trigger_deprecation(string $package, string $version, string $message, ...$args): void
{
@trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
}

Loading…
Cancel
Save