mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-80645 libaries: Update symfony/deprecation-contracts to 3.5.0
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
2bf886f9dd
commit
52a5f2aa4e
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2020-2022 Fabien Potencier
|
Copyright (c) 2020-present Fabien Potencier
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -22,5 +22,5 @@ trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use
|
||||||
This will generate the following message:
|
This will generate the following message:
|
||||||
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
|
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
|
||||||
|
|
||||||
While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
|
While not recommended, the deprecation notices can be completely ignored by declaring an empty
|
||||||
`function trigger_deprecation() {}` in your application.
|
`function trigger_deprecation() {}` in your application.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.0.2"
|
"php": ">=8.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "3.0-dev"
|
"dev-main": "3.5-dev"
|
||||||
},
|
},
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/contracts",
|
"name": "symfony/contracts",
|
||||||
|
|
|
@ -701,7 +701,7 @@ All rights reserved.</copyright>
|
||||||
<location>symfony/deprecation-contracts</location>
|
<location>symfony/deprecation-contracts</location>
|
||||||
<name>Symfony Deprecation contracts</name>
|
<name>Symfony Deprecation contracts</name>
|
||||||
<description>A generic function and convention to trigger deprecation notices</description>
|
<description>A generic function and convention to trigger deprecation notices</description>
|
||||||
<version>3.1.1</version>
|
<version>3.5.0</version>
|
||||||
<license>MIT</license>
|
<license>MIT</license>
|
||||||
<repository>https://github.com/symfony/deprecation-contracts</repository>
|
<repository>https://github.com/symfony/deprecation-contracts</repository>
|
||||||
</library>
|
</library>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue